igorkasyanchuk / rails_db

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

Simple Form if I use it in production #34

Closed FlowerWrong closed 8 years ago

FlowerWrong commented 8 years ago

When I use rails_db in production, there is a warn.

[Simple Form] Simple Form is not configured in the application and will use the default values. Use rails generate simple_form:install to generate the Simple Form configuration.

igorkasyanchuk commented 8 years ago

yes, it's expected, I didn't generated initializer because I don't want to override it if it's exists in app itself. SimpleForm will use default settings

FlowerWrong commented 8 years ago

@igorkasyanchuk But I did not use simple form at all. :disappointed:

igorkasyanchuk commented 8 years ago

But this gem using