igorkasyanchuk / rails_db

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

Get rid of simple form warning #48

Closed dlupu closed 8 years ago

dlupu commented 8 years ago

We're using Rails Db in one of our projects and we see this warning in our logs

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.

Since we do not use simple form, we have tracked down the source of the warning to this gem. Here is a pull request to get rid of this warning by including the files generated by rails generate simple_form:install

franzejr commented 8 years ago

:+1:

igorkasyanchuk commented 8 years ago

Please fix Travis CI issue https://travis-ci.org/igorkasyanchuk/rails_db/jobs/105137635 Only if tests are passed I can merge it

dlupu commented 8 years ago

Yep. Will do that asap. Today is quite a busy day .

igorkasyanchuk commented 8 years ago

@dlupu any luck with PR? :)

dlupu commented 8 years ago

Hello Igor,

Sorry not yet, it's a very busy period, until the end of the month.

igorkasyanchuk commented 8 years ago

@dlupu maybe if you want you can fix your PR and I'll merge it

igorkasyanchuk commented 8 years ago

@dlupu do you want to merge it? or I could fix this issue my myself?