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 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/tKpq1lizWjwJ. For more options, visit https://groups.google.com/groups/opt_out.
On 30 August 2012 17:11, noodlecz <jirimatejka1-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.
i think you just need exec $> bundle install On Sat, Sep 1, 2012 at 6:22 PM, Colin Law <clanlaw-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:> On 30 August 2012 17:11, noodlecz <jirimatejka1-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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 > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit https://groups.google.com/groups/opt_out. > > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.