3.1.0" gem 'sqlite3', ..." />

Rails generate rspec:install - no such file to load --sprockets/railtie (LoadError)?

Here's what I did: the gemfile on the site is apparently slightly wrong, i'm using this: source 'rubygems.org' gem "rails", "~> 3.1.0" gem 'sqlite3', '1.3.3' group :development do gem 'rspec-rails', '2.6.1' end group :test do gem 'rspec-rails', '2.6.1' gem 'webrat', '0.7.1' end in your terminal type $ bundle update $ bundle install then try again the command rails generate rspec:install Good luck! :).

1 It worked fine! Thank you Alex =) – Anna. Garance Sep 6 at 7:56.

If it's only in your Gemfile, try putting "bundle exec" in front of your command, like this: bundle exec rails g rspec:install I know I have to use bundle exec when I run the specs, so you may need it for the init script too (I can't remember from when I did it, but I have the exact same ruby/rails versions).

I did a gem install. – Anna. Garance Aug 26 at 6:33.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions


Thank You!
send