igorkasyanchuk / rails_db

Rails Database Viewer and SQL Query Runner

Home Page:https://www.railsjazz.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

undefined method `assets'

mak1966 opened this issue · comments

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 method assets' for #Rails::Application::Configuration:0x0000000431c9d8 (NoMethodError)

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

Thanks

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