This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
decodeideas (author)
Wed Jun 03 07:33:59 -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 | Tue Apr 07 03:18:54 -0700 2009 | |
| |
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]








