Created
December 29, 2011 16:01
-
-
Save dnordstrom/1534716 to your computer and use it in GitHub Desktop.
rails new asggifts -d mysql
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
[1m[32m create[0m | |
[1m[32m create[0m README | |
[1m[32m create[0m Rakefile | |
[1m[32m create[0m config.ru | |
[1m[32m create[0m .gitignore | |
[1m[32m create[0m Gemfile | |
[1m[32m create[0m app | |
[1m[32m create[0m app/assets/images/rails.png | |
[1m[32m create[0m app/assets/javascripts/application.js | |
[1m[32m create[0m app/assets/stylesheets/application.css | |
[1m[32m create[0m app/controllers/application_controller.rb | |
[1m[32m create[0m app/helpers/application_helper.rb | |
[1m[32m create[0m app/mailers | |
[1m[32m create[0m app/models | |
[1m[32m create[0m app/views/layouts/application.html.erb | |
[1m[32m create[0m app/mailers/.gitkeep | |
[1m[32m create[0m app/models/.gitkeep | |
[1m[32m create[0m config | |
[1m[32m create[0m config/routes.rb | |
[1m[32m create[0m config/application.rb | |
[1m[32m create[0m config/environment.rb | |
[1m[32m create[0m config/environments | |
[1m[32m create[0m config/environments/development.rb | |
[1m[32m create[0m config/environments/production.rb | |
[1m[32m create[0m config/environments/test.rb | |
[1m[32m create[0m config/initializers | |
[1m[32m create[0m config/initializers/backtrace_silencers.rb | |
[1m[32m create[0m config/initializers/inflections.rb | |
[1m[32m create[0m config/initializers/mime_types.rb | |
[1m[32m create[0m config/initializers/secret_token.rb | |
[1m[32m create[0m config/initializers/session_store.rb | |
[1m[32m create[0m config/initializers/wrap_parameters.rb | |
[1m[32m create[0m config/locales | |
[1m[32m create[0m config/locales/en.yml | |
[1m[32m create[0m config/boot.rb | |
[1m[32m create[0m config/database.yml | |
[1m[32m create[0m db | |
[1m[32m create[0m db/seeds.rb | |
[1m[32m create[0m doc | |
[1m[32m create[0m doc/README_FOR_APP | |
[1m[32m create[0m lib | |
[1m[32m create[0m lib/tasks | |
[1m[32m create[0m lib/tasks/.gitkeep | |
[1m[32m create[0m lib/assets | |
[1m[32m create[0m lib/assets/.gitkeep | |
[1m[32m create[0m log | |
[1m[32m create[0m log/.gitkeep | |
[1m[32m create[0m public | |
[1m[32m create[0m public/404.html | |
[1m[32m create[0m public/422.html | |
[1m[32m create[0m public/500.html | |
[1m[32m create[0m public/favicon.ico | |
[1m[32m create[0m public/index.html | |
[1m[32m create[0m public/robots.txt | |
[1m[32m create[0m script | |
[1m[32m create[0m script/rails | |
[1m[32m create[0m test/fixtures | |
[1m[32m create[0m test/fixtures/.gitkeep | |
[1m[32m create[0m test/functional | |
[1m[32m create[0m test/functional/.gitkeep | |
[1m[32m create[0m test/integration | |
[1m[32m create[0m test/integration/.gitkeep | |
[1m[32m create[0m test/unit | |
[1m[32m create[0m test/unit/.gitkeep | |
[1m[32m create[0m test/performance/browsing_test.rb | |
[1m[32m create[0m test/test_helper.rb | |
[1m[32m create[0m tmp/cache | |
[1m[32m create[0m tmp/cache/assets | |
[1m[32m create[0m vendor/assets/stylesheets | |
[1m[32m create[0m vendor/assets/stylesheets/.gitkeep | |
[1m[32m create[0m vendor/plugins | |
[1m[32m create[0m vendor/plugins/.gitkeep | |
[1m[32m run[0m bundle install | |
Fetching source index for http://rubygems.org/ | |
Using rake (0.9.2.2) | |
Using multi_json (1.0.4) | |
Using activesupport (3.1.3) | |
Using builder (3.0.0) | |
Using i18n (0.6.0) | |
Using activemodel (3.1.3) | |
Using erubis (2.7.0) | |
Using rack (1.3.6) | |
Using rack-cache (1.1) | |
Using rack-mount (0.8.3) | |
Using rack-test (0.6.1) | |
Using hike (1.2.1) | |
Using tilt (1.3.3) | |
Using sprockets (2.0.3) | |
Using actionpack (3.1.3) | |
Using mime-types (1.17.2) | |
Using polyglot (0.3.3) | |
Using treetop (1.4.10) | |
Using mail (2.3.0) | |
Using actionmailer (3.1.3) | |
Using arel (2.2.1) | |
Using tzinfo (0.3.31) | |
Using activerecord (3.1.3) | |
Using activeresource (3.1.3) | |
Using ansi (1.4.1) | |
Using bundler (1.0.21) | |
Using coffee-script-source (1.2.0) | |
Using execjs (1.2.13) | |
Using coffee-script (2.2.0) | |
Using rack-ssl (1.3.2) | |
Using json (1.6.4) | |
Using rdoc (3.12) | |
Using thor (0.14.6) | |
Using railties (3.1.3) | |
Using coffee-rails (3.1.1) | |
Using jquery-rails (1.0.19) | |
Using mysql2 (0.3.11) | |
Using rails (3.1.3) | |
Using sass (3.1.12) | |
Using sass-rails (3.1.5) | |
Using turn (0.8.3) | |
Using uglifier (1.2.1) | |
[32mYour bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.[0m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment