Created
March 2, 2010 08:10
-
-
Save takeru/319256 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| % ruby rails2_td_appengine.rb | |
| => Bundling gems | |
| Calculating dependencies... | |
| Updating source: http://gems.rubyforge.org | |
| Caching: actionmailer-2.3.5.gem | |
| Caching: actionpack-2.3.5.gem | |
| Caching: activerecord-2.3.5.gem | |
| Caching: activeresource-2.3.5.gem | |
| Caching: activesupport-2.3.5.gem | |
| Caching: appengine-apis-0.0.13.gem | |
| Caching: appengine-rack-0.0.6.gem | |
| Caching: rack-1.0.1.gem | |
| Caching: rails-2.3.5.gem | |
| Downloading rails_appengine-0.0.3.gem | |
| Caching: rails_tiny_ds-0.0.2.gem | |
| Caching: rake-0.8.7.gem | |
| Caching: tiny_ds-0.0.2.gem | |
| Installing activesupport (2.3.5) | |
| Installing actionmailer (2.3.5) | |
| Installing rails_appengine (0.0.3) | |
| Installing rack (1.0.1) | |
| Installing actionpack (2.3.5) | |
| Installing appengine-rack (0.0.6) | |
| Installing appengine-apis (0.0.13) | |
| Installing tiny_ds (0.0.2) | |
| Installing rake (0.8.7) | |
| Installing activerecord (2.3.5) | |
| Installing activeresource (2.3.5) | |
| Installing rails (2.3.5) | |
| Installing rails_tiny_ds (0.0.2) | |
| Done. | |
| => Packaging gems | |
| => Installing JRuby | |
| => Installing JRuby-Rack | |
| => Installing appengine-sdk | |
| => Generating configuration files | |
| exists | |
| 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 | |
| identical 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 | |
| + ./LICENSE | |
| + ./README | |
| + ./Rakefile | |
| + ./init.rb | |
| + ./lib/active_record/connection_adapters/nulldb_adapter.rb | |
| + ./lib/nulldb_rspec.rb | |
| + ./spec/nulldb_spec.rb | |
| + ./tasks/database.rake | |
| ## | |
| ## Now type 'dev_appserver.rb .' | |
| ## |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment