Is there any good tutorial on how to get things installed and working on Mac OS X Snow Leopard? Also which tools do you use? TextMate? Or something else?
I am trying my first steps with RoR after years of ASP.NET development on Windows platform but I am getting curious to learn other things as well to become a better developer.
We'll install Ruby using chruby and ruby-install . If you have installed Ruby before, you may be using RVM (Ruby Version Manager). You may stay with RVM if it is working for you but we recommend using chruby and ruby-install , which we will go over here.
The ruby AND rubygems on snow leopard is sufficient. So to get started:
$ sudo gem install rails
$ rails my_first_project
$ cd my_first_project
$ ./script/server
:-)
Dan Benjamin has some great instructions over at Hivelogic for compiling and installing 64-bit Ruby, RubyGems and Rails on Snow Leopard. They get installed in /usr/local
so they don't affect the versions that come with Mac OS X.
TextMate works great for Rails development—DHH helped to develop it—but most recently I've switched over to using Vim.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With