I just made a fresh Rails app (Rails v3.2.8) and tried running rake db:migrate with one migration, but I always get this error:
Could not find coffee-script-source-1.3.3 in any of the sources
Run `bundle install` to install missing gems.
However, when I run bundle install, it indicates that coffee-script-source-1.3.3 is already installed:
Using rake (0.9.2.2)
Using i18n (0.6.1)
Using multi_json (1.3.6)
....
Using coffee-script-source (1.3.3)
...
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
Any ideas? If it helps, I am also running ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-darwin12.1.0], which I installed via brew install ruby
Edit: I am not using rvm