I am so glad HTML 5 is killing flash slowly with its song

Ever get really confused by the same thing for 10 minutes before realizing “OH I’VE DONE THIS 100 TIMES BEFORE!!!” I hope this note to self will fix it for next time.

Note to self: Before you waste 10 minutes figuring out why a flash[:notice] either a) isn’t working or b) is sticking around for one refresh too long, remember that flash.now works only for the current action and flash[:notice] = ‘forward’ is available for the next action. You know, like a redirect.