On 18 November 2015 at 08:28, Advocatus Kakorozya <[email protected]> wrote: > Dear Colin, > Thanks for your response, > I have picked app already written called Fedena ( > http://www.projectfedena.org/ )
Have you kept the files Gemfile.lock and Gemfile *exactly* as they were in the version you picked up (which guarantees that you have the same versions of gems as the original)? Note that you must not run bundle update or that may update gem versions. You should just run bundle install. If you are in any doubt then restore Gemfile and Gemfile.lock and run bundle update. By the way, I would prefer it if you could not top post, but insert you reply at the appropriate point(s) in the previous message. It makes it easier to follow the thread. Thanks. Colin > Regards, > Advo > > > On Tuesday, November 17, 2015 at 2:00:24 PM UTC+3, Colin Law wrote: >> >> On 17 November 2015 at 10:10, Advocatus Kakorozya <[email protected]> >> wrote: >> > I have installed; >> > Ruby >> > ruby 2.2.1p85 (2015-02-26 revision 49769) [x86_64-linux] >> > >> > Rails 4.2.4 >> > gem 2.5.0 >> > >> > MySQL >> > >> > Phusion Passenger version 5.0.21 >> > >> > + apache >> > >> > But when I run "rake db:create --trace" >> > >> > I get the following error >> > >> > NoMethodError: undefined method `task' for >> > #<Spec::Rake::SpecTask:0x007f3b57c8ef58> >> >> Is this for a new rails app or have you picked up an app already written? >> >> Colin > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/rubyonrails-talk/34428c42-c181-421f-8a63-2f8b618c2618%40googlegroups.com. > > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLsf6zVuQG%2Brm1ZFqw0nTVV_nhNygQqc5UsniB48JGNUfg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

