Sha256: bbac97aed3976b233b89ff02f669d21ad94cf8c1dbfda5b584fff91e022f3395
Contents?: true
Size: 1.11 KB
Versions: 1
Compression:
Stored size: 1.11 KB
Contents
# TKH Illustrations This is a Rails engine with customizes file uploadin via the carrierwave gem. Primarily developed for Ten Thousand Hours but we are happy to share if anybody finds it useful. It's still in its infancy. Many improvements to come. ## Installation Add this line to your application's Gemfile: gem 'tkh_illustrations', '~> 0.0' And then execute: $ bundle And then of course restart your server! Your dev machine and production server must have imagemagick installed. You'll need an admin layout. You can of course use the tkh_admin_panel gem. ## Usage The section is located at: $ /illustrations ... and it should work out of the box providing you have imagemagick on your system. ## Contributing Pull requests for new features and bug fixes are welcome. 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Create your failing tests based on the Test Unit framework. 4. Create your code which makes the tests pass. 5. Commit your changes (`git commit -am 'Added some feature'`) 6. Push to the branch (`git push origin my-new-feature`) 7. Create new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tkh_illustrations-0.0.1 | README.md |