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?

Était-ce utile?

La 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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top