igorkasyanchuk / rails_db

Rails Database Viewer and SQL Query Runner
https://www.railsjazz.com/
MIT License
1.46k stars 111 forks source link

undefined method `assets' #71

Closed mak1966 closed 7 years ago

mak1966 commented 7 years ago

Hi, I am new to ROR

I used rails_db in other project and it works fine, however the gem reporting the following error:

/usr/local/rvm/gems/ruby-2.3.0/gems/railties-5.0.1/lib/rails/railtie/configuration.rb:95:in method_missing': undefined methodassets' for # (NoMethodError)

Note that I am using ruby 2.3 and rails 5.0.1 I am building and API Back-End rails new --api

Thanks

igorkasyanchuk commented 7 years ago

without assets it won't work. because gem in required to have assets to build the UI