Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are some good pop-up dialog boxes for Ruby on Rails

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?

like image 506
Tilendor Avatar asked Oct 01 '08 17:10

Tilendor


2 Answers

There's also prototype-window.

like image 59
salt.racer Avatar answered Nov 15 '22 21:11

salt.racer


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

like image 23
Mike Avatar answered Nov 15 '22 22:11

Mike