Tuesday, May 29, 2007

Useful plugins for RoR

Few useful plugins for RoR

FileColumn: A plugin by Sebastian Kanthak to handle file upload functionality. Contains view helpers. Allows to implement file upload easily.
To install:
$ ruby script/plugin install http://opensvn.csie.org/rails_file_column/plugins/file_column/trunk/

Client Side Validation: Validation Reflection plugin
http://agilewebdevelopment.com/plugins/client_side_validation

Streamlined:
Streamlined is a framework, on top of Rails, that allows you to quickly generate interfaces for your ActiveRecord models. It started as a way to generate Administrative backends, but has become more general purpose over time.
http://www.streamlinedframework.org/

No comments: