Displaying 2 results from an estimated 2 matches for "joshfng".
Did you mean:
johng
2013 Jul 17
1
Install Rails 4 correctly on OS X Mountain Lion
After reading several books and tutorials on Rails, I found it difficult
to get a step by step guide to set up Rails on OS X. Most of what I read
is just speeding through the steps and many of them don''t work as
expected for various reasons (no compiler installed, outdated version of
curl, etc). So I wrote a detailed step by step on my blog here:
http://blog.nicoschuele.com/?p=171
I
2012 Jan 21
16
Installing rails on Ubuntu
Hello, I''m trying to install the rails on ubuntu 11.10, but when I put
the command
felipe@Felipe:~/Downloads/rubygems-1.8.15$ sudo gem install rails
--no-r1 --no-rdoc
ERROR: Loading command: install (LoadError)
no such file to load -- zlib
ERROR: While executing gem ... (NameError)
uninitialized constant Gem::Commands::InstallCommand
felipe@Felipe:~/Downloads/rubygems-1.8.15$