Archive for March 19th, 2008
Daily Archive
Wednesday, March 19th, 2008
Red Box progress indicator with active_scaffold_upload branch
Problem
You need to display a splash screen when uploading files to a Ruby on Rails application.
Solution
My model:
class Number < ActiveRecord::Base
file_column :intro
file_column :vmail
end
The steps I have followed.
Install redbox plugin from project path run:
./script/plugin install svn://rubyforge.org/var/svn/ambroseplugins/redbox
If files redbox.js, redbox.css and redbox_spinner.gif haven’t been copied over to the public folders copy them over manually [...]