I want to render my Rails flash[:notice] and flash[:error] messages in a bar at the top of the screen, similar to the message bar that StackOverflow uses when you get a new badge etc.
Does anyone know how I can achieve this elegantly? Extra credit to make it slide in.