Exactly what I was thinking. I'm barely starting with rails. On Mac all I did was:
gem install rails;
rails new hello_world;
rails s
Then I watched the damage on localhost:3000
Rails has been fantastic. I'm a designer — I don't really have a background in programming — but rails has been incredibly accessible. It makes a lot of sense to me.
gem install rails; rails new hello_world; rails s
Then I watched the damage on localhost:3000
Rails has been fantastic. I'm a designer — I don't really have a background in programming — but rails has been incredibly accessible. It makes a lot of sense to me.