Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drnic/ruby-on-rails-tmbundle
Ruby on Rails TextMate bundle [Learn it with PeepCode - http://peepcode.com/products/textmate-for-rails-2]
https://github.com/drnic/ruby-on-rails-tmbundle
Last synced: about 6 hours ago
JSON representation
Ruby on Rails TextMate bundle [Learn it with PeepCode - http://peepcode.com/products/textmate-for-rails-2]
- Host: GitHub
- URL: https://github.com/drnic/ruby-on-rails-tmbundle
- Owner: drnic
- License: mit
- Created: 2008-01-30T23:20:38.000Z (almost 17 years ago)
- Default Branch: master
- Last Pushed: 2021-12-21T00:15:10.000Z (almost 3 years ago)
- Last Synced: 2024-10-16T12:33:49.940Z (28 days ago)
- Language: Ruby
- Homepage: http://groups.google.com/group/rails-textmate
- Size: 2.23 MB
- Stars: 893
- Watchers: 15
- Forks: 202
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# 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'Ruby 1.8.7 or greater is required.