Exercise R1 Ruby on Rails Setup
DUE: April 3, start of class
10 points
SETUP your local machine
- Install Ruby (READ https://www.ruby-lang.org/en/documentation/installation for ANY changes to below)
WINDOWS: use http://rubyinstaller.org/
Mac OS X 10.5+: Included with developer tools-then do gem update rails
Mac OS X <10.5: Follow instructions at https://www.ruby-lang.org/en/documentation/installation/
- Install Rails: on your laptop.Ruby on Rails Guide to Get started (in this page showns install of Rails using gem through command gem install rails)
- Install Ruby Mine IDE: educational version of RubyMine IDE (if link broken search on web "RubyMine educational download" or similar
DEMONSTRATE working by making a project ---Hello World Ruby only (not Rails) hello.rb (only contains puts "hello world") Using your RubyMine IDE and run it (demo to . see https://www.youtube.com/watch?v=1lgu_l4oe8c)
DELIVERALBES: Demonstrate runing project in Class when called. You must be present to get credit.
|