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 (
commit 59f636552b99ae29f40ee53d39f76ff63f63851e
tree 5a0bf4c14b4d79bdf358462c19acb4999c0cc8da
parent 736304e02abb1ea88f69561700e2bd9a2eedca47
tree 5a0bf4c14b4d79bdf358462c19acb4999c0cc8da
parent 736304e02abb1ea88f69561700e2bd9a2eedca47
ruby-on-rails-tmbundle / README.md
TextMate bundle for Ruby on Rails development
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 3.0 contributors
- Kamil Kukura (rake migrate timestamp patch)
Rails 2.0 features/contributors (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]
- Tests
- 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]
- Footnote








