Difference between revisions of "Ruby on Rails"
From zen2
(→Eclipse) |
m (1 revision) |
(No difference)
| |
Latest revision as of 08:45, 25 July 2013
Eclipse
- Install Eclipse from the website (Ubuntu repositories are too far out of date). I got the eclipse Classic version http://www.eclipse.org/downloads/
- Install the Aptana plugin http://www.aptana.com/
- Install the bits you want - it seemed to take 3 or so iterations
- Install Bazaar plugin http://bazaar-vcs.org/BzrEclipse/Installation
- Requires bzr-xmloutput
Install Ruby on Rails
- Choose ruby 1.9 from repository, then rubygems1.9 - rubygems is like apt for ruby.
gem install rails
