File column plugin not working with rails 2.2

Posted by Dhaval Parikh on May 5, 2009 |
Subscribe

Older version of file_coulmn plugin is not working in rails 2.2.

If you want to get working in rails 2.2 then you need to modify file_coulmn.rb file.

Update the line #619 in vendor/plugins/file_column/lib/file_column.rb from

Inflector.underscore(self.name).to_s,
to
ActiveSupport::Inflector.underscore(self.name).to_s,

Or you can download the latest plugin from the github.com: http://github.com/rust/file_column/

If you are looking to implement the old File column plugin you may visit

http://blog.dhavalparikh.co.in/2008/02/file-column-plugin/

Tags: , , ,

2 Comments

Ferit
Jun 3, 2009 at 9:43 am

Tanks I love it


 
Muthu
Oct 15, 2010 at 1:28 pm

Thanks


 

Reply

 

Copyright © 2012 Dhaval Parikh All rights reserved. Theme by Laptop Geek.