[Rails] Error after calling bundle install (Ruby on Rails installation) (Mac OS X)

2014-08-06 Thread Michael Sutyak
I am trying to initialize a rails application, and I am running into some issues. When running: rails new . -m https://raw.github.com/RailsApps/rails-composer/master/composer.rb I run into the issue: Could not find gem 'quiet_assets (= 0) ruby' in the gems available on this machine.Run

Re: [Rails] Error after calling bundle install (Ruby on Rails installation) (Mac OS X)

2014-08-06 Thread Colin Law
On 5 August 2014 23:53, Michael Sutyak msut...@gmail.com wrote: I am trying to initialize a rails application, and I am running into some issues. When running: rails new . -m https://raw.github.com/RailsApps/rails-composer/master/composer.rb I run into the issue: Could not find gem

Re: [Rails] Error after calling bundle install (Ruby on Rails installation) (Mac OS X)

2014-08-06 Thread Michael Sutyak
I'm pretty sure I installed everything required. What could be missing on Mac OS X? On Wednesday, August 6, 2014 12:01:53 AM UTC-7, Colin Law wrote: On 5 August 2014 23:53, Michael Sutyak msu...@gmail.com javascript: wrote: I am trying to initialize a rails application, and I am running

Re: [Rails] Error after calling bundle install (Ruby on Rails installation) (Mac OS X)

2014-08-06 Thread Eric Saupe
OSX doesn't have apt-get. You should use brew instead,http://stackoverflow.com/questions/19688424/why-is-apt-get-function-not-working-in-terminal-on-mac-osx-10-9, but this can occasionally have different installation instructions. Make sure you are installing MySQL correctly for Mac. On