I have done a little JS class to display "transparent message" on a page.
It's a nice way to display flash[:error/:notice] messages (a rails helper is included) but you can do a lot of more things with it. It's up to you
I have done a little JS class to display "transparent message" on a
page.
It's a nice way to display flash[:error/:notice] messages (a rails
helper is included) but you can do a lot of more things with it. It's
up to you
Hi
   I was trying to use Transparent message for my rails application
    Here I put transparent_message_helper.rb in app/helpers and the
javascript in public/javascript folder..And the test code in an rhtml
file.But when i execute I am getting the error
undefined method `transparent_flash_message' for
#<#<Class:0xb74b0cc8>:0xb74b0ca0>
Is it because the file not included?Is app/helpers not the place to put
transparent_message_helper.rb?