Sha256: 216988cc79c34694b36fc8e911a02de4c9368ee66074504a2c082cad561357fe

Contents?: true

Size: 1.04 KB

Versions: 7

Compression:

Stored size: 1.04 KB

Contents

SofaGallery
===========

SofaGallery is an image gallery engine for Rails 3.1 apps. As a bonus it integrates seamlessly with ComfortableMexicanSofa (microCMS)

Installation
------------
Add gem definition to your Gemfile:
    
    gem 'sofa_gallery'
    
Then from the Rails project's root run:
    
    bundle install
    rails generate sofa_gallery
    rake db:migrate

Usage
-----
You can immediately access admin area by going to /admin/galleries.

If you are using SofaGallery on it's own take a look in the initializer: [/config/initializers/sofa\_gallery.rb](https://github.com/twg/sofa-gallery/blob/master/config/initializers/sofa_gallery.rb)
You probably want to set the admin controller to be something that handles user authentication within your app. Same goes for the admin\_route\_prefix.

If you are using SofaGallery in conjunction with ComfortableMexicanSofa everything will be configured automatically.


CMS Gallery is released under the [MIT license](https://github.com/twg/sofa-gallery/raw/master/LICENSE) 

Copyright 2011 The Working Group

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
sofa_gallery-0.0.6 README.md
sofa_gallery-0.0.5 README.md
sofa_gallery-0.0.4 README.md
sofa_gallery-0.0.3 README.md
sofa_gallery-0.0.2 README.md
sofa_gallery-0.0.1 README.md
sofa_gallery-0.0.0 README.md