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 !
commit  7edadd1cdcb8c956393b0f6afea0157cfbfa5996
tree    8f3c67c3a1e244dc7c2f0a68736416b5ed225d4e
parent  9a3e3de9d478b064ebbc82a2582dcf4e428130bd
name age message
file .gitignore Thu Feb 21 19:59:31 -0800 2008 add slicehost sample [drnic]
file ABOUT Sun Mar 02 14:12:01 -0800 2008 Add thx to Charles Roper for clean_bundle_file_... [drnic]
file CHANGELOG Mon Mar 03 14:26:03 -0800 2008 Improved Haml and Sass support [lawrencepit]
file Capfile Thu Feb 21 19:57:17 -0800 2008 capistrano tasks for slicehost [drnic]
directory Commands/ Mon Mar 03 18:06:43 -0800 2008 wants.rss and wants.atom result in suggesting a... [lawrencepit]
file LICENSE Tue Aug 28 12:08:22 -0700 2007 Renaming bundle to "Ruby on Rails" to... [msheets]
directory Macros/ Sun Mar 02 14:04:30 -0800 2008 first cleaning effort [drnic]
directory Preferences/ Wed Mar 05 23:29:15 -0800 2008 Renamed preferences vars TM_TEMPLATE to RAILS_T... [lawrencepit]
file README Wed Feb 20 21:56:15 -0800 2008 Waging an unreasonable war on poor invisible tr... [grempe]
file Rakefile Sun Feb 24 18:23:53 -0800 2008 fix website branch [drnic]
directory Snippets/ Wed Mar 05 23:29:15 -0800 2008 Renamed preferences vars TM_TEMPLATE to RAILS_T... [lawrencepit]
directory Support/ Mon Mar 03 18:06:43 -0800 2008 wants.rss and wants.atom result in suggesting a... [lawrencepit]
directory Syntaxes/ Mon Mar 03 23:55:15 -0800 2008 validates_exclusion_of was missing in syntax de... [lawrencepit]
file TODO Sun Feb 24 16:32:05 -0800 2008 added tests for generate.rb; split it into a li... [drnic]
directory config/ Thu Feb 21 20:04:31 -0800 2008 deploy: fixed url to railsbundle.com [drnic]
file info.plist Tue Mar 04 19:04:56 -0800 2008 Added snippet image_submit_tag [lawrencepit]
directory script/ Sun Mar 02 14:08:44 -0800 2008 ignoring .git/.svn folders [drnic]
directory tasks/ Thu Feb 21 21:36:42 -0800 2008 Added rake task to create bundle archive [drnic]
directory website/ Thu Feb 28 14:09:42 -0800 2008 Opening Rails Bundle Help in a TextMate window. [lawrencepit]
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]