SimplyDocuments¶ ↑
ToDo¶ ↑
Required Gem Sources¶ ↑
gem sources -a http://rubygems.org gem sources -a http://gems.github.com
Required Gems¶ ↑
-
jakewendt-ruby_extension - modifications, updates and patches for ruby.
-
rails ~> 2
-
chronic
-
ruby-hmac
-
aws-s3
-
ssl_requirement
-
ryanb-acts-as-list
-
RedCloth
-
paperclip
-
thoughtbot-factory_girl
Installation and Usage¶ ↑
cp config/s3.yml.example config/s3.yml # Add your own s3 access keys. Leave 'test' as it is. config.gem 'jakewendt-simply_documents', :source => 'http://rubygems.org' class User (or whatever) document_owner end script/generate simply_documents User.find_create_and_update_by_uid('859908').deputize
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