Textmate command to display Active Record object attributes

I hacked together a command for textmate that displays Active Record
object attributes in a tooltip. Just thought others might find it
useful.

Chris

[1]
http://blog.seagul.co.uk/articles/2006/07/14/textmate-command-to-display-active-record-column-attributes

Great, works fine!

Le 15 juil. 06 à 18:03, Chris R. a écrit :

On Jul 15, 2006, at 9:03 AM, Chris R. wrote:

[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails

Very cool!

Thanks
-Ezra

thanks, this will be helpful.

Gokhan

Chris R. wrote:

I hacked together a command for textmate that displays Active Record
object attributes in a tooltip. Just thought others might find it
useful.

Thanks! It worked great after I remembered to change the hashbang
line:-)

–Al Evans

On 7/15/06, Chris R. [email protected] wrote:

I hacked together a command for textmate that displays Active Record
object attributes in a tooltip. Just thought others might find it
useful.

Chris

[1] http://blog.seagul.co.uk/articles/2006/07/14/textmate-command-to-display-active-record-column-attributes

This is awesome. I can stop typing \d foo in my psql console now.

– James