Getting Started with Rails - tutorial problem

Hi
I m trying to do my first aplication in rails. I use oficial tutorial
http://guides.rubyonrails.cz/#hello-world-v-rails and I have a problem
with
one of steps.
When I executed $ rake db:create (or only rake), I got an erorr:
Could not find coffee-script-source-1.3.3 in any of the sources
Run bundle install to install missing gems.

Before it I did step I did other steps.
thanks for help

On 30 August 2012 17:11, noodlecz [email protected] wrote:

Hi
I m trying to do my first aplication in rails. I use oficial tutorial
http://guides.rubyonrails.cz/#hello-world-v-rails and I have a problem with
one of steps.
When I executed $ rake db:create (or only rake), I got an erorr:
Could not find coffee-script-source-1.3.3 in any of the sources
Run bundle install to install missing gems.

Before it I did step I did other steps.

I don’t quite understand the last sentence. Did you run bundle install?
Which operating system are you using and which version of rails?

Colin

i think you just need exec $> bundle install