I\'m new to Rails and am currently working through a guide. The guide states:
Use a text editor to update the Gemfile needed by Bundler with the co
I had this problem as well on an OSX machine. I discovered that rails was not installed... which surprised me as I thought OSX always came with Rails. To install rails
sudo gem install rails
sudo gem install jekyll bundler
cd ~/Sites
jekyll new
cd
OR cd !$
(that is magic ;)bundle install
bundle exec jekyll serve