Skip to content

jakewendt/simply_photos

Repository files navigation

SimplyPhotos

As of version 2.0.0, this gem will be simply a generator rather than an “engine.” I’ll be making some “major” modifications and the road may get a bit bumpy.

This gem is wrapped in a rails app solely for testing. It won’t work as an app.

ToDo

  • Add attachment tests

Required Gem Sources

gem sources -a http://rubygems.org
gem sources -a http://gems.github.com

Required Gems

Installation (as a plugin/engine)

cp config/s3.yml.example config/s3.yml
# Add your own s3 access keys.  Leave 'test' as it is.

# No longer needed as the components are just installed in the app. # config.gem ‘jakewendt-simply_photos’, # :source => ‘rubygems.org

script/generate simply_photos

Testing (as an app)

rake db:migrate
rake db:fixtures:load
rake test
script/server

Gemified with Jeweler

vi Rakefile
rake version:write

rake version:bump:patch
rake version:bump:minor
rake version:bump:major

rake gemspec

rake install
rake release

Copyright © 2010 [Jake Wendt], released under the MIT license

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published