Skip to content

Commit

Permalink
starting to collect contributors in README
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Sep 23, 2009
1 parent 736304e commit 59f6365
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions README → README.md
@@ -1,26 +1,28 @@
TextMate bundle for Ruby on Rails development # TextMate bundle for Ruby on Rails development

GET IT NOW: with Rails 2.0 support.


To install with Git: To install with Git:


mkdir -p ~/Library/Application\ Support/TextMate/Bundles mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/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" git clone git://github.com/drnic/ruby-on-rails-tmbundle.git "Ruby on Rails.tmbundle"
osascript -e 'tell app "TextMate" to reload bundles' osascript -e 'tell app "TextMate" to reload bundles'




To install without Git: To install without Git:


mkdir -p ~/Library/Application\ Support/TextMate/Bundles mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles cd ~/Library/Application\ Support/TextMate/Bundles
wget http://github.com/drnic/ruby-on-rails-tmbundle/tarball/master wget http://github.com/drnic/ruby-on-rails-tmbundle/tarball/master
tar zxf drnic-ruby-on-rails-tmbundle*.tar.gz tar zxf drnic-ruby-on-rails-tmbundle*.tar.gz
rm 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" mv drnic-ruby-on-rails-tmbundle* "Ruby on Rails.tmbundle"
osascript -e 'tell app "TextMate" to reload bundles' osascript -e 'tell app "TextMate" to reload bundles'

## Rails 3.0 contributors


Rails 2.0 (copied from CHANGELOG) * Kamil Kukura (rake migrate timestamp patch)

## Rails 2.0 features/contributors (copied from CHANGELOG)


* Snippets/Commands for: * Snippets/Commands for:
* Tests * Tests
Expand Down Expand Up @@ -53,4 +55,3 @@ Rails 2.0 (copied from CHANGELOG)
* Plugins * Plugins
* Footnote * Footnote
* footnote-edge uses .erb for templates [thx Stephen Bannasch] * footnote-edge uses .erb for templates [thx Stephen Bannasch]

0 comments on commit 59f6365

Please sign in to comment.