I'm getting undefined method error when i try to run rails s command from my linux terminal. i don't have inherited_resources gem in my gemfile.
I understand that such question has been answered already but this is not so in my case. i don't have inherited resources gem nor it solves the issue for me even when i install required version of gem.
Complete logs are:
/gems/railties-3.2.21/lib/rails/railtie/configuration.rb:85:in 'method_missing': undefined method 'generators' for #<Rails::Railtie::Configuration:0x000000049d2340> (NoMethodError)
from /home/munib/.rvm/gems/[email protected]/gems/haml-rails-0.1/lib/haml-rails.rb:4:in '<class:Railtie>'
from /home/munib/.rvm/gems/[email protected]/gems/haml-rails-0.1/lib/haml-rails.rb:3:in '<module:Rails>'
from /home/munib/.rvm/gems/[email protected]/gems/haml-rails-0.1/lib/haml-rails.rb:2:in '<module:Haml>'
from /home/munib/.rvm/gems/[email protected]/gems/haml-rails-0.1/lib/haml-rails.rb:1:in '<top (required)>'
from /home/munib/.rvm/gems/[email protected]/gems/bundler-1.17.1/lib/bundler/runtime.rb:81:in 'require'
from /home/munib/.rvm/gems/[email protected]/gems/bundler-1.17.1/lib/bundler/runtime.rb:81:in 'block (2 levels) in require'
from /home/munib/.rvm/gems/[email protected]/gems/bundler-1.17.1/lib/bundler/runtime.rb:76:in 'each'
from /home/munib/.rvm/gems/[email protected]/gems/bundler-1.17.1/lib/bundler/runtime.rb:76:in 'block in require'
from /home/munib/.rvm/gems/[email protected]/gems/bundler-1.17.1/lib/bundler/runtime.rb:65:in 'each'
from /home/munib/.rvm/gems/[email protected]/gems/bundler-1.17.1/lib/bundler/runtime.rb:65:in 'require'
from /home/munib/.rvm/gems/[email protected]/gems/bundler-1.17.1/lib/bundler.rb:114:in 'require'
from /home/munib/workspace/mil/config/application.rb:8:in '<top (required)>'
from /home/munib/.rvm/gems/[email protected]/gems/railties-3.2.21/lib/rails/commands.rb:53:in 'require'
from /home/munib/.rvm/gems/[email protected]/gems/railties-3.2.21/lib/rails/commands.rb:53:in 'block in <top (required)>'
from /home/munib/.rvm/gems/[email protected]/gems/railties-3.2.21/lib/rails/commands.rb:50:in 'tap'
from /home/munib/.rvm/gems/[email protected]/gems/railties-3.2.21/lib/rails/commands.rb:50:in '<top (required)>'
from script/rails:6:in 'require'
from script/rails:6:in '<main>'