Created
December 1, 2009 05:27
-
-
Save tsechingho/246085 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
Mac-Mini:Codes tsechingho$ rails test -m http://github.com/tsechingho/authlogic_bundle/raw/master/templates/remote.rb | |
create | |
create app/controllers | |
create app/helpers | |
create app/models | |
create app/views/layouts | |
create config/environments | |
create config/initializers | |
create config/locales | |
create db | |
create doc | |
create lib | |
create lib/tasks | |
create log | |
create public/images | |
create public/javascripts | |
create public/stylesheets | |
create script/performance | |
create test/fixtures | |
create test/functional | |
create test/integration | |
create test/performance | |
create test/unit | |
create vendor | |
create vendor/plugins | |
create tmp/sessions | |
create tmp/sockets | |
create tmp/cache | |
create tmp/pids | |
create Rakefile | |
create README | |
create app/controllers/application_controller.rb | |
create app/helpers/application_helper.rb | |
create config/database.yml | |
create config/routes.rb | |
create config/locales/en.yml | |
create db/seeds.rb | |
create config/initializers/backtrace_silencers.rb | |
create config/initializers/inflections.rb | |
create config/initializers/mime_types.rb | |
create config/initializers/new_rails_defaults.rb | |
create config/initializers/session_store.rb | |
create config/environment.rb | |
create config/boot.rb | |
create config/environments/production.rb | |
create config/environments/development.rb | |
create config/environments/test.rb | |
create script/about | |
create script/console | |
create script/dbconsole | |
create script/destroy | |
create script/generate | |
create script/runner | |
create script/server | |
create script/plugin | |
create script/performance/benchmarker | |
create script/performance/profiler | |
create test/test_helper.rb | |
create test/performance/browsing_test.rb | |
create public/404.html | |
create public/422.html | |
create public/500.html | |
create public/index.html | |
create public/favicon.ico | |
create public/robots.txt | |
create public/images/rails.png | |
create public/javascripts/prototype.js | |
create public/javascripts/effects.js | |
create public/javascripts/dragdrop.js | |
create public/javascripts/controls.js | |
create public/javascripts/application.js | |
create doc/README_FOR_APP | |
create log/server.log | |
create log/production.log | |
create log/development.log | |
create log/test.log | |
applying template: http://github.com/tsechingho/authlogic_bundle/raw/master/templates/remote.rb | |
Use git as scm? (y/n) | |
y | |
running git init | |
Initialized empty Git repository in /Users/tsechingho/Codes/test/.git/ | |
file .gitignore | |
executing touch log/.gitignore tmp/.gitignore vendor/.gitignore from /Users/tsechingho/Codes/test | |
executing cp config/database.yml config/database.yml.example from /Users/tsechingho/Codes/test | |
running git add . | |
running git commit -m 'initial commit' | |
[master (root-commit) d03d437] initial commit | |
43 files changed, 8471 insertions(+), 0 deletions(-) | |
create mode 100644 .gitignore | |
create mode 100644 README | |
create mode 100644 Rakefile | |
create mode 100644 app/controllers/application_controller.rb | |
create mode 100644 app/helpers/application_helper.rb | |
create mode 100644 config/boot.rb | |
create mode 100644 config/database.yml.example | |
create mode 100644 config/environment.rb | |
create mode 100644 config/environments/development.rb | |
create mode 100644 config/environments/production.rb | |
create mode 100644 config/environments/test.rb | |
create mode 100644 config/initializers/backtrace_silencers.rb | |
create mode 100644 config/initializers/inflections.rb | |
create mode 100644 config/initializers/mime_types.rb | |
create mode 100644 config/initializers/new_rails_defaults.rb | |
create mode 100644 config/initializers/session_store.rb | |
create mode 100644 config/locales/en.yml | |
create mode 100644 config/routes.rb | |
create mode 100644 db/seeds.rb | |
create mode 100644 doc/README_FOR_APP | |
create mode 100644 log/.gitignore | |
create mode 100644 public/404.html | |
create mode 100644 public/422.html | |
create mode 100644 public/500.html | |
create mode 100644 public/favicon.ico | |
create mode 100644 public/images/rails.png | |
create mode 100644 public/index.html | |
create mode 100644 public/javascripts/application.js | |
create mode 100644 public/javascripts/controls.js | |
create mode 100644 public/javascripts/dragdrop.js | |
create mode 100644 public/javascripts/effects.js | |
create mode 100644 public/javascripts/prototype.js | |
create mode 100644 public/robots.txt | |
create mode 100755 script/about | |
create mode 100755 script/console | |
create mode 100755 script/dbconsole | |
create mode 100755 script/destroy | |
create mode 100755 script/generate | |
create mode 100755 script/performance/benchmarker | |
create mode 100755 script/performance/profiler | |
create mode 100755 script/plugin | |
create mode 100755 script/runner | |
create mode 100755 script/server | |
create mode 100644 test/performance/browsing_test.rb | |
create mode 100644 test/test_helper.rb | |
create mode 100644 tmp/.gitignore | |
create mode 100644 vendor/.gitignore | |
If you want to symbol link rails edge, please give absolute path or press enter to skip: | |
plugin authlogic_bundle | |
Initialized empty Git repository in /Users/tsechingho/Codes/test/vendor/plugins/authlogic_bundle/.git/ | |
remote: Counting objects: 808, done. | |
remote: Compressing objects: 100% (640/640), done. | |
remote: Total 808 (delta 487), reused 241 (delta 127) | |
Receiving objects: 100% (808/808), 113.37 KiB | 84 KiB/s, done. | |
Resolving deltas: 100% (487/487), done. | |
rake db:sessions:create | |
file_append config/initializers/session_store.rb | |
gem declarative_authorization | |
gem ruby-openid | |
gem authlogic-oid | |
gem authlogic | |
gem bcrypt-ruby | |
rake gems:install | |
Password: | |
plugin open_id_authentication | |
Initialized empty Git repository in /Users/tsechingho/Codes/test/vendor/plugins/open_id_authentication/.git/ | |
remote: Counting objects: 334, done. | |
remote: Compressing objects: 100% (181/181), done. | |
remote: Total 334 (delta 184), reused 264 (delta 147) | |
Receiving objects: 100% (334/334), 48.40 KiB | 66 KiB/s, done. | |
Resolving deltas: 100% (184/184), done. | |
plugin ssl_requirement | |
Initialized empty Git repository in /Users/tsechingho/Codes/test/vendor/plugins/ssl_requirement/.git/ | |
remote: Counting objects: 18, done. | |
remote: Compressing objects: 100% (15/15), done. | |
remote: Total 18 (delta 4), reused 0 (delta 0) | |
Receiving objects: 100% (18/18), done. | |
Resolving deltas: 100% (4/4), done. | |
plugin i18n_label | |
Initialized empty Git repository in /Users/tsechingho/Codes/test/vendor/plugins/i18n_label/.git/ | |
remote: Counting objects: 29, done. | |
Receiving objects: 100% (29/29), done.ceiving objects: 3% (1/29) | |
remote: Compressing objects: 100% (16/16), done. | |
remote: Total 29 (delta 10), reused 29 (delta 10) | |
Resolving deltas: 100% (10/10), done. | |
generating migration | |
file db/migrate/20091201052247_create_users.rb | |
generating migration | |
file db/migrate/20091201052249_add_open_id_to_users.rb | |
rake open_id_authentication:db:create | |
generating migration | |
file db/migrate/20091201052255_create_roles.rb | |
generating migration | |
file db/migrate/20091201052257_create_preferences.rb | |
rake db:migrate | |
route map.root :controller => 'home', :action => 'index' | |
route map.resources :users | |
route map.resources :roles | |
file_append config/locales/en.yml | |
file_append config/locales/zh-CN.yml | |
file_append config/locales/zh-TW.yml | |
executing mkdir config/locales/rails from /Users/tsechingho/Codes/test | |
file_append config/locales/rails/zh-CN.yml | |
file_append config/locales/rails/zh-TW.yml | |
executing mkdir config/locales/authlogic from /Users/tsechingho/Codes/test | |
file_append config/locales/authlogic/en.yml | |
file_append config/locales/authlogic/zh-CN.yml | |
file_append config/locales/authlogic/zh-TW.yml | |
executing mkdir config/locales/authlogic_bundle from /Users/tsechingho/Codes/test | |
file_append config/locales/authlogic_bundle/en.yml | |
file_append config/locales/authlogic_bundle/zh-CN.yml | |
file_append config/locales/authlogic_bundle/zh-TW.yml | |
file_append config/authorization_rules.rb | |
file_append db/seeds.rb | |
rake db:seed | |
file_append config/notifier.yml | |
file_append config/initializers/config_loader.rb | |
file_append config/initializers/locales.rb | |
file_inject app/controllers/application_controller.rb | |
file_inject app/helpers/application_helper.rb | |
file_append app/helpers/layout_helper.rb | |
running git rm public/index.html | |
rm 'public/index.html' | |
running git submodule init | |
Submodule 'vendor/plugins/authlogic_bundle' (git://github.com/tsechingho/authlogic_bundle.git) registered for path 'vendor/plugins/authlogic_bundle' | |
Submodule 'vendor/plugins/i18n_label' (git://github.com/iain/i18n_label.git) registered for path 'vendor/plugins/i18n_label' | |
Submodule 'vendor/plugins/open_id_authentication' (git://github.com/rails/open_id_authentication.git) registered for path 'vendor/plugins/open_id_authentication' | |
Submodule 'vendor/plugins/ssl_requirement' (git://github.com/rails/ssl_requirement.git) registered for path 'vendor/plugins/ssl_requirement' | |
running git submodule update | |
running git add app config db | |
running git commit -m 'install authlogic bundle' | |
[master 8ae8e2d] install authlogic bundle | |
34 files changed, 1128 insertions(+), 276 deletions(-) | |
create mode 100644 .gitmodules | |
create mode 100644 app/helpers/layout_helper.rb | |
create mode 100644 config/authorization_rules.rb | |
create mode 100644 config/initializers/config_loader.rb | |
create mode 100644 config/initializers/locales.rb | |
create mode 100644 config/locales/authlogic/en.yml | |
create mode 100644 config/locales/authlogic/zh-CN.yml | |
create mode 100644 config/locales/authlogic/zh-TW.yml | |
create mode 100644 config/locales/authlogic_bundle/en.yml | |
create mode 100644 config/locales/authlogic_bundle/zh-CN.yml | |
create mode 100644 config/locales/authlogic_bundle/zh-TW.yml | |
create mode 100644 config/locales/rails/zh-CN.yml | |
create mode 100644 config/locales/rails/zh-TW.yml | |
create mode 100644 config/locales/zh-CN.yml | |
create mode 100644 config/locales/zh-TW.yml | |
create mode 100644 config/notifier.yml | |
create mode 100644 db/migrate/20091201052233_create_sessions.rb | |
create mode 100644 db/migrate/20091201052247_create_users.rb | |
create mode 100644 db/migrate/20091201052249_add_open_id_to_users.rb | |
create mode 100644 db/migrate/20091201052252_add_open_id_authentication_tables.rb | |
create mode 100644 db/migrate/20091201052255_create_roles.rb | |
create mode 100644 db/migrate/20091201052257_create_preferences.rb | |
delete mode 100644 public/index.html | |
create mode 160000 vendor/plugins/authlogic_bundle | |
create mode 160000 vendor/plugins/i18n_label | |
create mode 160000 vendor/plugins/open_id_authentication | |
create mode 160000 vendor/plugins/ssl_requirement | |
Do you want to include bundled testing suit? (y/n) | |
y | |
gem rspec | |
gem rspec-rails | |
gem remarkable | |
gem remarkable_activerecord | |
gem remarkable_rails | |
gem shoulda | |
gem factory_girl | |
rake gems:install | |
generating rspec | |
file spec/spec.opts | |
file_inject spec/spec_helper.rb | |
gem ruby-debug-base | |
gem ruby-debug | |
gem term-ansicolor | |
gem treetop | |
gem diff-lcs | |
gem nokogiri | |
gem builder | |
gem cucumber | |
gem webrat | |
gem email_spec | |
rake gems:install | |
generating cucumber | |
gem email_spec | |
file cucumber.yml | |
file_append features/support/env.rb | |
generating email_spec | |
file features/step_definitions/custom_email_steps.rb | |
file_inject spec/spec_helper.rb | |
file_inject spec/spec_helper.rb | |
gem rcov | |
gem ZenTest | |
gem autotest-notification | |
rake gems:install | |
file spec/rcov.opts | |
executing an-install from /Users/tsechingho/Codes/test | |
file_append config/environments/test.rb | |
file_append features/support/env.rb | |
running git submodule init | |
running git submodule update | |
running git add config lib script spec features cucumber.yml | |
running git commit -m 'setup testing suite' | |
[master 931e3f6] setup testing suite | |
16 files changed, 778 insertions(+), 1 deletions(-) | |
create mode 100644 config/environments/cucumber.rb | |
create mode 100644 cucumber.yml | |
create mode 100644 features/step_definitions/custom_email_steps.rb | |
create mode 100644 features/step_definitions/email_steps.rb | |
create mode 100644 features/step_definitions/webrat_steps.rb | |
create mode 100644 features/support/env.rb | |
create mode 100644 features/support/paths.rb | |
create mode 100644 features/support/version_check.rb | |
create mode 100644 lib/tasks/cucumber.rake | |
create mode 100644 lib/tasks/rspec.rake | |
create mode 100755 script/autospec | |
create mode 100755 script/cucumber | |
create mode 100755 script/spec | |
create mode 100644 spec/rcov.opts | |
create mode 100644 spec/spec.opts | |
create mode 100644 spec/spec_helper.rb | |
Do you want to include bundled monitor suit? (y/n) | |
y | |
gem rails-footnotes | |
rake gems:install | |
initializer footnotes.rb | |
running git submodule init | |
running git submodule update | |
running git add config | |
running git commit -m 'setup monitor suite' | |
[master 2c515cf] setup monitor suite | |
2 files changed, 17 insertions(+), 1 deletions(-) | |
create mode 100644 config/initializers/footnotes.rb | |
applied http://github.com/tsechingho/authlogic_bundle/raw/master/templates/remote.rb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment