This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[assumes everything is installed] | |
cd ruby_rails [ie, wherever you want to keep all your rails projects] | |
rails new_project [create the project] | |
ruby new_project/script/server [wow - your new app is up!] | |
[ctrl-c to kill it] | |
[in new_project dir, do] | |
git init | |
git add . | |
git status |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
learn Ruby real quick and LOL all the way to the bank | |
and remember all those sortof theoretical concepts from your degree in computer science, that made sense at the time but never really sank in and you never really LEARNED - yeah stuff like hashes and regular expressions - yeah I will never forget them again after learning them the WhyTheLuckyStiff way! | |
talking_foxes.gotta_lov! | |
http://mislav.uniqpath.com/poignant-guide |