Question

I'm using cookies in my application (RoR) and I'll have some info about it in my start page (some window with some info text and button accept or not). Have you some tutorials or may be nice gem to do it?

Was it helpful?

Solution

As of you comment, one solution would be the use of - for example - jQuery to build a modal form. jQuery was the first JavaScript library that came to my mind, you could use any other (like MooTools or YUI). Just pick your favorite one :)

To implement this in Rails, have a look onto this gem

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top