igorkasyanchuk / rails_db

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

SaSSified app.css #59

Closed Spierki closed 7 years ago

Spierki commented 7 years ago

To avoid assets:precompile errors in production environment

igorkasyanchuk commented 7 years ago

probably this PR need to be verified again, because I can see that tests are failed https://travis-ci.org/igorkasyanchuk/rails_db/jobs/144488844

Not sure if adding strict dependency on "sass" gem will be a good idea, originally I've removed it and now we are using CSS.

What error you have in production without this fix?