I have updated the post to have the base url for all the resources. My apologizes to the creators of those resources. My intentions were never to take away from your PageRanks.
Also, I will be adding resources recommended by people in the comments on the post, HN, and Reddit shortly. So if you have any you want added let me know soon.
haha, yea RVM is an amazing tool. I'm working on creating a tutorial for setting up your local machine to have it ready to start working on RoR. I just need to do a little more research about the best ways to do it for Windows since that is an OS I'm not to familiar with.
Open a new shell and you should be golden. Never 'sudo gem install' again!
To install any Ruby, 'rvm install 1.9.2', for example. To switch Rubies, 'rvm 1.9.2'.
That's it! Pretty easy. I like to take two further steps, though: create a gemset per application, and set up .rvmrc files to switch to the right ruby automatically.
To do the gemset thing, 'rvm gemset create gemset_name'. You can switch to a specific gemset at the time you switch rubies with 'rvm 1.9.2@gemset_name', or after with 'rvm gemset use gemset_name'
Once you've got that going, make a '.rvmrc' file in the root of your project, and put in it the rvm command to switch to your ruby/gemset. "echo 'rvm 1.9.2@gemset_name' > .rvmrc" is probably the easiest way to do this. Then, when you switch to your project, you're in the correct ruby and gemset automatically. When you have 9 or 10 projects on 4 different Rubies, this helps a lot...
A tutorial would be great, but a tutorial that also explained why we are doing each step would be amazing. My Linux/Unix knowledge is somewhat limited, so a short tutorial really breaks down if I hit a step that doesn't work because of some different configuration on my machine.
Then what should have been ten minutes turns into three hours and I burn up all the time I could have been building something. Granted I usually learn something along the way, but it would be awesome if people provided some more details as part of their tutorials.
That's exactly my experience with linux/unix tutorials also. They tend to give an exact, step-by-step account of what to type in to the shell, with no explanation whatsoever of what any of the commands actually do. Then you find that something has slightly changed with the latest version of package xyz, and you're lost.
Indeed. This is really bizarre behaviour. The full links are shown in non-clickble text beside the links. But the links actually point to shortened bit.ly links. What's the point of using shortened links here at all?
Thanks, glad you find it useful. My reasoning for the bit.ly links is so that I can see what types of resources readers of the EY blog find interesting so that I can cater future posts and tutorials with that in mind. I know that google analytics does the same thing, but I myself do not have access to that and all I need to know is what links were clicked on not everything else.
I did not expect people to find the bit.ly links annoying. Is there something about them I am missing? I wouldn't have done it if I thought people would find it to be an annoyance.
Awesome! Will there be some kind of transportation between some of the startups? I recall at last years startup school there were buses between the after parties in SF that were held at the different startups. I'm curious if such a thing will occur for visiting the multiple startups in SF or Pal Alto on Sunday.