Useful rails plugin: file_column
Sunday, December 24th, 2006 Posted in *, Plugins, RoR | No Comments »file_column Does file upload.
Useful Rails plugin: acts_as_authenticated
Sunday, December 24th, 2006 Posted in *, Plugins, RoR | No Comments »acts_as_authenticated
Gems and plugins
Friday, December 22nd, 2006 Posted in *, Gems, Plugins | No Comments »Currently using several different extensions in my rails projects. These seem to work in 3 different ways:
Gem install as plugin
Friday, December 22nd, 2006 Posted in *, Gems, Plugins | No Comments »Haven't tried this yet.... From Ruby on rails e-commerce pg 199: Change current directory to the vendor/plugin directory of your project and run gem unpack acts_as_taggable. Then create a file containing the line require 'taggable' called init.rb in the acts_as_taggable folder. I ...