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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request