public
Description: Ruby on Rails TextMate bundle [Learn it with PeepCode - http://peepcode.com/products/textmate-for-rails-2]
Homepage: http://groups.google.com/group/rubyonrails-textmate
Clone URL: git://github.com/drnic/ruby-on-rails-tmbundle.git
Click here to lend your support to: ruby-on-rails-tmbundle and make a donation at www.pledgie.com !
name age message
file .gitignore Sat Mar 08 08:22:13 -0800 2008 This is a merge from the git repository hosted ... [kevin]
file ABOUT Sat Mar 08 08:22:13 -0800 2008 This is a merge from the git repository hosted ... [kevin]
file CHANGELOG Sun May 11 17:57:07 -0700 2008 fixed CHANGELOG spelling error [CharlieSu] [drnic]
file Capfile Sat Mar 08 08:22:13 -0800 2008 This is a merge from the git repository hosted ... [kevin]
directory Commands/ Sat Mar 08 08:22:13 -0800 2008 This is a merge from the git repository hosted ... [kevin]
directory DragCommands/ Wed Jun 18 17:10:49 -0700 2008 Simple draggable for ruby files into ruby files... [drnic]
file LICENSE Tue Aug 28 12:08:22 -0700 2007 Renaming bundle to "Ruby on Rails" to... [msheets]
directory Macros/ Tue Jun 10 00:39:03 -0700 2008 add / remove timestamps [lawrencepit]
directory Preferences/ Mon Mar 10 13:00:53 -0700 2008 Change RAILS_TEMPLATE_* variables to have a TM_... [msheets]
file README Sat Mar 08 08:22:13 -0800 2008 This is a merge from the git repository hosted ... [kevin]
file Rakefile Sat Mar 08 08:22:13 -0800 2008 This is a merge from the git repository hosted ... [kevin]
directory Snippets/ Mon Jul 14 21:53:09 -0700 2008 Merge branch 'master' of git@github.com:drnic/r... [drnic]
directory Support/ Thu Jul 10 01:55:15 -0700 2008 go to file fix [lawrencepit]
directory Syntaxes/ Wed Jun 18 17:10:49 -0700 2008 named_scope support [lawrencepit]
file TODO Sat Mar 08 08:22:13 -0800 2008 This is a merge from the git repository hosted ... [kevin]
directory config/ Sat Mar 08 08:22:13 -0800 2008 This is a merge from the git repository hosted ... [kevin]
file info.plist Mon Jul 14 21:53:09 -0700 2008 Merge branch 'master' of git@github.com:drnic/r... [drnic]
directory script/ Sat Mar 08 08:22:13 -0800 2008 This is a merge from the git repository hosted ... [kevin]
directory tasks/ Sat Mar 08 08:22:13 -0800 2008 This is a merge from the git repository hosted ... [kevin]
directory 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]