- 
                Notifications
    You must be signed in to change notification settings 
- Fork 5
Home
        ramonrails edited this page Sep 14, 2010 
        ·
        5 revisions
      
    (I made a few enhancements to the original code)
This currently works only for the ActiveRecord model attributes and associations in context.
- Install the TextMate extension
- Open a project
- Type a model name, class or instance variable with a trailing <dot>
- Hit <Tab>
- parses the model to generate columns and associations
- Allows model names like account_payable
- Shows everything ordered
- When unable to guess, presents a list of model names to select from
- Only re-parses when cache expires due to changes to schema.rb
This is a forked repository. Have a look at
        carlosbrando’s ruby-on-rails-tmbundle wiki
        for more information.


