Hi, Announcing bond, a gem which enhances autocompletion in the rails console by autocompleting method arguments. It comes with the ability to autocomplete attribute/column names for any model's class methods (i.e. create and new) and instance methods (i.e. update_attribute(s)). It can also autocomplete options (hash keys) to class methods such AR::Base.establish_connection, find, and all. Users can also define their own argument autocompletions for any method. To see a screencast of bond in action, see http://tagaholic.me/2010/05/07/screencast-of-argument-autocompletion-for-methods-in-irb.html (starting at 3:15 for rails examples).
To install: gem install bond For more: * Source: http://github.com/cldwalker/bond * Docs: http://tagaholic.me/bond/doc/ * Homepage: http://tagaholic.me/bond/ Enjoy, Gabriel -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

