public
Fork of drnic/ruby-on-rails-tmbundle
Description: Ruby on Rails TextMate bundle [master branch is svn trunk; patches to drnicwilliams@gmail.com]
Homepage: http://macromates.com
Clone URL: git://github.com/Infininight/ruby-on-rails-tmbundle.git
Search Repo:
commit  54f7d8b9122482777af0ec0f4a222843bcc4630f
tree    f86a09d55c8ffdfa250cb709ee25fdfd0c6f0526
parent  5f11cb6d083ee6cbdf20a9ce0d5252f8d0cff166 parent  bc5dac6db2f35905a3ed1310b95ab1f451ca7b7c
name age message
folder .gitignore Thu Feb 21 19:59:31 -0800 2008 add slicehost sample [drnic]
folder ABOUT Thu Feb 21 23:22:14 -0800 2008 haml is valid extn; ENV['RAILS_(JS/CSS/VIEW)_EX... [drnic]
folder CHANGELOG Tue Feb 26 15:30:01 -0800 2008 CHANGELOG: extended sexy migrations comment [drnic]
folder Capfile Thu Feb 21 19:57:17 -0800 2008 capistrano tasks for slicehost [drnic]
folder Commands/ Wed Feb 27 01:54:11 -0800 2008 Merge branch 'local/lawrencepit/two_point_ooh' ... [drnic]
folder DEMO Wed Feb 20 21:56:15 -0800 2008 Waging an unreasonable war on poor invisible tr... [grempe]
folder LICENSE Tue Aug 28 12:08:22 -0700 2007 Renaming bundle to "Ruby on Rails" to... [msheets]
folder Macros/ Wed Feb 06 22:02:07 -0800 2008 Added scope: meta.rails.migration.create_table [lawrencepit]
folder README Wed Feb 20 21:56:15 -0800 2008 Waging an unreasonable war on poor invisible tr... [grempe]
folder Rakefile Sun Feb 24 18:23:53 -0800 2008 fix website branch [drnic]
folder Snippets/ Tue Feb 26 23:28:13 -0800 2008 Modified tab triggers for logger methods so tha... [lawrencepit]
folder Support/ Tue Feb 26 23:22:11 -0800 2008 Removed Intelligent Go To File. Seemed like unm... [lawrencepit]
folder Syntaxes/ Mon Feb 25 21:23:44 -0800 2008 Added duplicate form_for helpers with tab compl... [drnic]
folder TODO Sun Feb 24 16:32:05 -0800 2008 added tests for generate.rb; split it into a li... [drnic]
folder config/ Thu Feb 21 20:04:31 -0800 2008 deploy: fixed url to railsbundle.com [drnic]
folder info.plist Tue Feb 26 23:22:11 -0800 2008 Removed Intelligent Go To File. Seemed like unm... [lawrencepit]
folder script/ Tue Feb 26 22:00:02 -0800 2008 More drying.. [lawrencepit]
folder tasks/ Thu Feb 21 21:36:42 -0800 2008 Added rake task to create bundle archive [drnic]
folder website/ Tue Feb 26 23:52:15 -0800 2008 Continuing with demo review & modifications. [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]