PhotosManager
Photos Manager provides a mini app able to manage events and photos. Photos are uploaded via the latest version of Uploadify (3.2) and carrierwave. Photos manager use bootstrap and displays photos via the carousel function.
Installation
Add this line to your application's Gemfile:
gem 'photos_manager'
And then execute:
$ bundle
Or install it yourself as:
$ gem install photos_manager
Run the generator:
$ rails g photos_manager
Then run migration :
$ rake db:migrate
Require javascripts and stylesheets:
#application.js
//= require photos_manager
#application.css
*= require photos_manager
Usage
TODO: Write usage instructions here
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request