Have you run bundle on your app to see which gems are installed? It looks like maybe you're using a version of bootsnap gem that isn't playing well with the defaults for the Rails you have loaded.
On Wed, Aug 15, 2018 at 3:03 PM Bottles <[email protected]> wrote: > i am running on ruby 2.3, and using rails 4.2.0 for my project > also rails-rspec '~>3.0.0' > > when i run $ rails g rspec:install i get this problem. any help please > > > > C:\Sites\livechat>rails g rspec:install > > C:/RailsInstaller/Ruby2.3.3/lib/ruby/gems/2.3.0/gems/railties-4.2.0/lib/rails/ra > iltie/configuration.rb:95:in `method_missing': undefined method > `load_defaults' > for #<Rails::Application::Configuration:0x47b58e8> (NoMethodError) > from C:/Sites/livechat/config/application.rb:12:in > `<class:Application>' > > from C:/Sites/livechat/config/application.rb:10:in > `<module:Livechat>' > from C:/Sites/livechat/config/application.rb:9:in `<top > (required)>' > from > C:/RailsInstaller/Ruby2.3.3/lib/ruby/gems/2.3.0/gems/bootsnap-1.3.1 > /lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21:in `require' > from > C:/RailsInstaller/Ruby2.3.3/lib/ruby/gems/2.3.0/gems/bootsnap-1.3.1 > /lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21:in `block in > require > _with_bootsnap_lfi' > > ............ > ............ > ............ > > -- > 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/dd38a9f2-fa7b-43b8-9a6e-19dc81a0bd4f%40googlegroups.com > <https://groups.google.com/d/msgid/rubyonrails-talk/dd38a9f2-fa7b-43b8-9a6e-19dc81a0bd4f%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Brandon McClelland User Support Technician Steve Jackson Games -- 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/CADuEqH%2B%3DYr1Ccnp7whigL6i3BpnO7DOgCP2EBAw5hPCaTFLPCg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

