Software Development (CSC 321 2016S) : EBoards
Primary: [Front Door] [Schedule] - [Academic Honesty] [Disabilities] [Email] [FAQ] [Teaching & Learning]
Sections: [Assignments] [EBoards] [Examples] [Handouts] [Outlines]
Reference: [Slack] [Ruby@CodeCademy]
Related Courses: [Rails Tutorial] [CSC 321 2016S @ EdX] [CSC 321 2015S (Davis)] [CSC 321 2015F (Rebelsky)] [CSC 322 2016S (Rebelsky)]
Misc: [SamR] [Glimmer Labs] [CS@Grinnell] [Grinnell] [Issue Tracker]
Overview
https://yoursite.c9users.io/goodbye to show the
text "Thanks for Visiting", what steps would you do?Cool things about Ruby
Too many ways to express the same concept.
if TEST consequent
consequent if TEST
if TEST
consequent
end
unless not TEST
consquent
end
consequent unless not TEST
Everything (more or less) is an object
The following instruction takes way too long
$ rails _4.2.2_ new hello_app
.
.
.
run bundle install
I think you can safely hit ^C once it hits the bundling. Then edit your
Gemfile (as instructed in the book), and then type bundle install on
the command line. (When you do that, it will still take a long time,
but a bit less. Read ahead in the book while it is installing.)