public
Fork of drnic/ruby-on-rails-tmbundle
Description: Ruby on Rails TextMate bundle [Learn it with PeepCode - http://peepcode.com/products/textmate-for-rails-2]
Homepage: http://macromates.com
Clone URL: git://github.com/badcarl/ruby-on-rails-tmbundle.git
Search Repo:
commit  2acf109e9d56eb500f031cbe95f80809b12077a8
tree    5d264a93119b2eec57c7fe123f52345dc1220419
parent  2c5dfdceb9d0235d2251fd9fc979bdc7005b3d58
name age message
folder .gitignore Sat Mar 08 08:22:13 -0800 2008 This is a merge from the git repository hosted ... [kevin]
folder ABOUT Sat Mar 08 08:22:13 -0800 2008 This is a merge from the git repository hosted ... [kevin]
folder CHANGELOG Sat Mar 08 08:22:13 -0800 2008 This is a merge from the git repository hosted ... [kevin]
folder Capfile Sat Mar 08 08:22:13 -0800 2008 This is a merge from the git repository hosted ... [kevin]
folder Commands/ Sat Mar 08 08:22:13 -0800 2008 This is a merge from the git repository hosted ... [kevin]
folder LICENSE Tue Aug 28 12:08:22 -0700 2007 Renaming bundle to "Ruby on Rails" to... [msheets]
folder Macros/ Sat Mar 08 08:22:13 -0800 2008 This is a merge from the git repository hosted ... [kevin]
folder Preferences/ Mon Mar 10 13:00:53 -0700 2008 Change RAILS_TEMPLATE_* variables to have a TM_... [msheets]
folder README Sat Mar 08 08:22:13 -0800 2008 This is a merge from the git repository hosted ... [kevin]
folder Rakefile Sat Mar 08 08:22:13 -0800 2008 This is a merge from the git repository hosted ... [kevin]
folder Snippets/ Mon Mar 10 14:38:10 -0700 2008 Correcting placeholder numbers. Reported by Cha... [msheets]
folder Support/ Tue Mar 11 08:52:12 -0700 2008 go_to_alternate_file model will create an Activ... [drnic]
folder Syntaxes/ Sat Mar 08 08:22:13 -0800 2008 This is a merge from the git repository hosted ... [kevin]
folder TODO Sat Mar 08 08:22:13 -0800 2008 This is a merge from the git repository hosted ... [kevin]
folder config/ Sat Mar 08 08:22:13 -0800 2008 This is a merge from the git repository hosted ... [kevin]
folder info.plist Sat Mar 08 08:22:13 -0800 2008 This is a merge from the git repository hosted ... [kevin]
folder script/ Sat Mar 08 08:22:13 -0800 2008 This is a merge from the git repository hosted ... [kevin]
folder tasks/ Sat Mar 08 08:22:13 -0800 2008 This is a merge from the git repository hosted ... [kevin]
folder website/ Sat Mar 08 08:22:13 -0800 2008 This is a merge from the git repository hosted ... [kevin]
README
TextMate bundle for Ruby on Rails development

GET IT NOW: with Rails 2.0 support.

Rails 2.0 (copied from CHANGELOG)

* Snippets/Commands for:
  * Tests
    * assert_select (ass)
    * assert_difference/assert_no_difference (asd/asnd)
    * GET+POST test method stubs (defg+defp)
  * Controllers
    * respond_to (rst)
    * REMOVED: render_component snippets
    * loggers - pass a block instead of raw string to save time if logging not used (e.g. production) [thx Stephen 
    Touset]
    * redirect_to for resource paths (rep, repp, renp, renpp)
    * render :update (ru) [thx Simon Jefford]
  * Views
    * form_for (ff)
    * link_to for resource paths (lip, lipp, linp, linpp)
    * <% end -%> (end)
  * Models
    * has_many :though (hmt)
    * association snippets give better defaults (e.g. bt + hm)
    * validates_format_of (vf,vfif) [thx Dean Strelau]
  * Migrations
    * Sexy Migrations now available as "t." snippets [thx Lawrence Pit]
    * Migration classes have own textmate scope
    * Add/Remove Columns - the 'down' statements are in reverse order [thx Lawrence Pit, Daniel Kristensen]
* Language/Syntax
  * New keywords: rescue_from
  * Added rb as a valid Rails file type [thx James Deville]
* Commands
  * html.erb is the default for new templates (backwards compatibility is being worked on too)
* Plugins
  * Footnote
    * footnote-edge uses .erb for templates [thx Stephen Bannasch]