Skip to content

robertlyc/ruby-on-rails-tmbundle

 
 

Repository files navigation

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:https://github.com/robertlyc/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 https://github.com/robertlyc/ruby-on-rails-tmbundle/tarball/master
tar zxf robertlyc-ruby-on-rails-tmbundle*.tar.gz
rm robertlyc-ruby-on-rails-tmbundle*.tar.gz
mv robertlyc-ruby-on-rails-tmbundle* "Ruby on Rails.tmbundle"
osascript -e 'tell app "TextMate" to reload bundles'

Ruby 1.8.7 or greater is required.

About

TextMate Bundle for Ruby on Rails Development

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 80.9%
  • JavaScript 19.1%