Created
May 22, 2014 14:39
-
-
Save senny/0b7e5959341554c9a50b 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
== Installing dependencies == | |
Using rake 10.3.2 | |
Using i18n 0.6.9 | |
Using json 1.8.1 | |
Using minitest 5.3.4 | |
Using thread_safe 0.3.3 | |
Using tzinfo 1.1.0 | |
Using activesupport 4.1.0 | |
Using builder 3.2.2 | |
Using erubis 2.7.0 | |
Using actionview 4.1.0 | |
Using rack 1.5.2 | |
Using rack-test 0.6.2 | |
Using actionpack 4.1.0 | |
Using mime-types 1.25.1 | |
Using polyglot 0.3.4 | |
Using treetop 1.4.15 | |
Using mail 2.5.4 | |
Using actionmailer 4.1.0 | |
Using activemodel 4.1.0 | |
Using arel 5.0.1.20140414130214 | |
Using activerecord 4.1.0 | |
Using coffee-script-source 1.7.0 | |
Using execjs 2.0.2 | |
Using coffee-script 2.2.0 | |
Using thor 0.19.1 | |
Using railties 4.1.0 | |
Using coffee-rails 4.0.1 | |
Using hike 1.2.3 | |
Using multi_json 1.10.1 | |
Using jbuilder 2.0.7 | |
Using jquery-rails 3.1.0 | |
Using bundler 1.6.2 | |
Using tilt 1.4.1 | |
Using sprockets 2.11.0 | |
Using sprockets-rails 2.1.3 | |
Using rails 4.1.0 | |
Using rdoc 4.1.1 | |
Using sass 3.2.19 | |
Using sass-rails 4.0.3 | |
Using sdoc 0.4.0 | |
Using spring 1.1.3 | |
Using sqlite3 1.3.9 | |
Using turbolinks 2.2.2 | |
Using uglifier 2.5.0 | |
Your bundle is complete! | |
It was installed into ./.bundle | |
== Preparing database == | |
db/development.sqlite3 already exists | |
/Users/senny/Projects/playground/ruby/rails/setup_example/db/schema.rb doesn't exist yet. Run `rake db:migrate` to create it, then try again. If you do not intend to use a database, you should instead alter /Users/senny/Projects/playground/ruby/rails/setup_example/config/application.rb to limit the frameworks that will be loaded. | |
== Removing old logs and tempfiles == | |
== Restarting application server == |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment