Displaying 1 result from an estimated 1 matches for "my_busi".
Did you mean:
my_buf
2006 Dec 25
1
TextMate command to display ActiveRecord model attributes
...y loads useful files and parts of the configuration (whereas
the other version loads the full Rails environment),
- Cleverly looks for the model file:
- the model class can be nested within modules, for example:
"MyBusiness::Person"
- the model file is guessed to be "app/models/my_business/
person.rb", then "app/models/my_business.rb" until it''s found,
- Fixes the bug that non-ActiveRecord classes aren''t recognized,
- More efficient algorithm.
Chris''es post explains how to install it into your TextMate, so go
ahead and read it :-) How...