Created
May 24, 2009 17:42
-
-
Save komagata/117195 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
run 'rm public/index.html' | |
plugin 'rspec', :git => 'git://github.com/dchelimsky/rspec.git' | |
plugin 'rspec-rails', :git => 'git://github.com/dchelimsky/rspec-rails.git' | |
plugin 'cucumber', :git => 'git://github.com/aslakhellesoy/cucumber.git' | |
plugin 'webrat', :git => 'git://github.com/brynary/webrat.git' | |
plugin 'i18n_generators', :git => 'git://github.com/amatsuda/i18n_generators.git' | |
plugin 'ssl_requirement', :git => 'git://github.com/rails/ssl_requirement.git' | |
plugin 'exception_notification', :git => 'git://github.com/rails/exception_notification.git' | |
plugin 'paperclip', :git => 'git://github.com/thoughtbot/paperclip.git' | |
plugin 'pagination_scope', :git => 'git://github.com/genki/pagination_scope.git' | |
plugin 'restful-authentication', :git => 'git://github.com/technoweenie/restful-authentication.git ' | |
generate :rspec | |
generate :i18n, "ja" | |
generate :authenticated, 'user sessions --rspec' | |
generate :rspec_controller, 'top index' | |
generate :rspec_scaffold, 'todo name:string' | |
route "map.root :controller => 'todos'" | |
route "map.top 'index.html', :controller => 'todos'" | |
rake 'db:migrate' | |
rake 'rails:freeze:gems' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment