jeremymcanally / rg

**!! THIS IS NOW IN RAILS CORE!!** Generate Rails apps from programmatic templates. Skip all the git cloning!

This URL has Read+Write access

Jeremy McAnally (author)
Thu Oct 23 10:49:53 -0700 2008
rg / lib / builtin / bort.rb
90a29e02 » Jeremy McAnally 2008-10-23 Initial commit. Whoo! 1 template(:bort) do
2 plugin 'rspec', :git => 'git://github.com/dchelimsky/rspec.git'
3 plugin 'rspec-rails', :git => 'git://github.com/dchelimsky/rspec-rails.git'
4 plugin 'exception_notifier', :git => 'git://github.com/rails/exception_notification.git'
5 plugin 'open_id_authentication', :git => 'git://github.com/rails/open_id_authentication.git'
6 plugin 'asset_packager', :git => 'http://synthesis.sbecker.net/pages/asset_packager'
7 plugin 'role_requirement', :git => 'git://github.com/timcharper/role_requirement.git'
8 plugin 'restful-authentication', :git => 'git://github.com/technoweenie/restful-authentication.git'
9
10 gem 'will-paginate', :git => 'git://github.com/mislav/will_paginate.git'
11 gem 'rubyist-aasm'
12 gem 'ruby-openid'
13
14 generate("authenticated", "user session")
15 generate("rspec")
16 end