lawrencepit / ruby-on-rails-tmbundle forked from drnic/ruby-on-rails-tmbundle
- Source
- Commits
- Network (66)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Tobias Schwab (author)
Tue Sep 15 02:04:50 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Mar 08 08:22:13 -0800 2008 | |
| |
ABOUT | Sat Mar 08 08:22:13 -0800 2008 | |
| |
CHANGELOG | Sun May 11 17:57:07 -0700 2008 | |
| |
Capfile | Sat Mar 08 08:22:13 -0800 2008 | |
| |
Commands/ | Sun Feb 22 02:43:24 -0800 2009 | |
| |
DragCommands/ | Wed Jun 18 17:10:49 -0700 2008 | |
| |
LICENSE | Tue Aug 28 12:08:22 -0700 2007 | |
| |
Macros/ | Tue Jul 22 13:17:12 -0700 2008 | |
| |
Preferences/ | Wed Mar 11 20:47:29 -0700 2009 | |
| |
README | Mon Dec 22 14:41:28 -0800 2008 | |
| |
Rakefile | Thu Mar 19 04:54:57 -0700 2009 | |
| |
Snippets/ | ||
| |
Support/ | ||
| |
Syntaxes/ | Tue May 05 21:39:36 -0700 2009 | |
| |
TODO | Sat Mar 08 08:22:13 -0800 2008 | |
| |
config/ | Sat Mar 08 08:22:13 -0800 2008 | |
| |
info.plist | ||
| |
script/ | Fri Apr 03 03:31:14 -0700 2009 | |
| |
tasks/ | Sat Mar 08 08:22:13 -0800 2008 | |
| |
website/ | Fri Apr 03 03:31:14 -0700 2009 |
README
TextMate bundle for Ruby on Rails development GET IT NOW: with Rails 2.0 support. To install with Git: mkdir -p ~/Library/Application\ Support/TextMate/Bundles cd ~/Library/Application\ Support/TextMate/Bundles git clone git://github.com/drnic/ruby-on-rails-tmbundle.git "Ruby on Rails.tmbundle" osascript -e 'tell app "TextMate" to reload bundles' To install without Git: mkdir -p ~/Library/Application\ Support/TextMate/Bundles cd ~/Library/Application\ Support/TextMate/Bundles wget http://github.com/drnic/ruby-on-rails-tmbundle/tarball/master tar zxf drnic-ruby-on-rails-tmbundle*.tar.gz rm drnic-ruby-on-rails-tmbundle*.tar.gz mv drnic-ruby-on-rails-tmbundle* "Ruby on Rails.tmbundle" osascript -e 'tell app "TextMate" to reload bundles' 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]

