Created
April 1, 2009 19:48
-
-
Save bryanwoods/88862 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# paper_alchemy.rb | |
# Base Rails template for morphing data objects into ink on paper | |
plugin 'rspec', | |
:git => 'git://github.com/dchelimsky/rspec.git' | |
plugin 'rspec-rails', | |
:git => 'git://github.com/dchelimsky/rspec-rails.git' | |
plugin 'restful-authentication', | |
:git => 'git://github.com/technoweenie/restful-authentication.git' | |
plugin 'exception_notifier', | |
:git => 'git://github.com/rails/exception_notification.git' | |
plugin 'attachment_fu', | |
:git => 'git://github.com/technoweenie/attachment_fu.git' | |
plugin 'prawnto', | |
:git => 'git://github.com/thorny-sun/prawnto.git' | |
plugin 'newrelic_rpm', | |
:svn => 'http://newrelic.rubyforge.org/svn/newrelic_rpm' | |
gem 'cucumber' | |
gem 'prawn' | |
gem 'newrelic_rpm' | |
rake("gems:install", :sudo => true) | |
generate("authenticated", "user session") | |
generate("rspec") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment