vote up 7 vote down star
4

I want to use modal pop-up windows in our web app in Ruby on Rails. Note that I don't want to create a new browser window, but a sub-window inside the existing webpage. We've tried things like TinyBox, but there are issues with returning error information from inside the controller. Any good method or tool that works well in ruby?

flag

8 Answers

vote up 3 vote down

I've never used it myself (not yet at least) but have you tried RedBox?

link|flag
Redbox looks pretty basic. Does anyone know how to get it making some nice (transparent) borders etc like linkedin or facebook? Would like to get something that is a littler prettier, for lack of a better word. – Brian Armstrong Aug 2 at 8:34
vote up 2 vote down

Facebox, jquery, that Github use is the best one. There is also a prototype version.

link|flag
Sweet! I always wanted to use facebox but couldn't justify loading jquery on top of prototype JUST for that. Awesome to know there is a prototype version, thanks! – Brian Armstrong Aug 2 at 8:56
vote up 1 vote down

I've used Lightbox Gone Wild for a while now, though I've modified it to display a DIV or other element that's already on the page (though hidden) and then return it to it's parent when the box is closed. I've used it make make Wizards that guide the user through a process.

link|flag
vote up 1 vote down

I've been using Lytebox for a while now, and am reasonably happy with it.

link|flag
Lytebox is no longer being developed. – Richard Mar 25 at 10:34
vote up 1 vote down

There's also prototype-window.

link|flag
vote up 0 vote down

I'm investigating ModalBox at the moment and it's looking promising.

There's a Google Group and Rails plugin which replaces the basic confirm popup with a modal dialog box.

link|flag
vote up 0 vote down

Try TopUp! It is developed in a Rails application and you can get it from GitHub. Please note that it is still beta. Feedback is always welcome ;)

link|flag
vote up 0 vote down

I've used facebox_render for all my rails projects. It's really easy to use and provided complete helper. You can easily render html or javascript in your RESTful controller.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.