Skip to content

Instantly share code, notes, and snippets.

@bryanwoods
Created April 1, 2009 19:48
Show Gist options
  • Save bryanwoods/88862 to your computer and use it in GitHub Desktop.
Save bryanwoods/88862 to your computer and use it in GitHub Desktop.
# 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