Sha256: d728cb1ed08cc54aea7a6c18f6f5c3f2fc034b8e726fae371aa4e14dd840cd68
Contents?: true
Size: 804 Bytes
Versions: 3
Compression:
Stored size: 804 Bytes
Contents
+============================================================================+ Congratulations, Mercury was successfully installed in your app. Documentation and other useful info can be found at: https://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
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
kiteditor-1.0.12 | POST_INSTALL |
mercury-rails-0.9.0 | POST_INSTALL |
mercury-rails-0.8.0 | POST_INSTALL |