Error: Could not find gem 'sass-rails <~> 4.0.2> x86-mingw32' in the gems available on this machine. Run 'bundle install' to replace missing gems.
---So I run 'bundle install' in Git Bash.
It runs and I get a wall of text
Error: Failed to build gem native extension
...
Error: An error occurred while installing atomic <1.1.16>, and Bundler cannot continue. Make sure than 'gem install atomic -v '1.1.16'' succeeds before installing
-- I have no idea how to install atomic -v 1.1.16 or sass-rails -- Please help, thanks!
-- I was following the steps on installrails.com and I got stuck on: http://installrails.com/steps/see_it_live --which is like the 3rd or 4th page of the guide.
I got it to work on my Windows 8 Laptop, but not my Windows 7 Desktop. The above information (errors) refers to my Windows 7 Desktop.
Solved: I restarted my computer and Git Bash automatically retried to install the bundle when I opened it up and made a new rails file. It worked and now the rails server runs just fine.