> Thanks for all the help so far, you guys, I really do appreciate it. > I'm seeing a lot of references to something called "merb_has_flash" in > various tutorials (I assume that this literally allows merb to display > embedded flash videos) but I'm not seeing a lot of tutorials regarding > it. A lot of the sites that mention it refer to it as letting merb use > flash "just like rails", but going over rails tutorials and mimicking > that doesn't seem to work at all. Is anyone here familiar with this > plugin?
I've been using it with no problem. In a controller I write: flash[:notice] = "something to put on the page" and then in the view <%= flash[:notice] %> displays the message didn't have to do anything other than add the gem into my dependencies (it's version 1.0).... Rupert > > Thanks in advance, Jenny > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/merb?hl=en -~----------~----~----~----~------~----~------~--~---
