+============================================================================+ Congratulations, Mercury
was successfully installed in your app. Documentation and other useful info can be found at: github.com/jejacks0n/mercury
Here's a post install checklist:
-
Adjust your application.js & css files to not `require_tree .`
-
Learn about, and change configurations in app/assets/javascripts/mercury.js.
-
If installed, you can make changes to the provided layout and css files too.
-
If you want image processing and uploading (using paperclip by default):
rails g mercury:install:images (use –orm=mongoid for MongoDB) bundle rake db:migrate (if using ActiveRecord)
-
For a basic example of authentication for
Mercury
, install the example:rails g mercury:install:authentication