Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
Using jquery-rails 4.0.4
Using sprockets 3.3.1
Using sprockets-rails 2.3.2
Using rails 4.2.3
Using rdoc 4.2.0
Using sass 3.4.16
Using tilt 1.4.1
Using sass-rails 5.0.3
Using sdoc 0.4.1
Using spring 1.3.6
Using sqlite3 1.3.10
Using turbolinks 2.5.3
Using uglifier 2.7.1
Using web-console 2.2.1
Bundle complete! 12 Gemfile dependencies, 53 gems now installed.
Use `bundle show [gemname]` to see where a bundled gem is installed.
run bundle exec spring binstub --all
* bin/rake: spring inserted
* bin/rails: spring inserted
19-Wed-09:33 [~] $ cd app
19-Wed-09:33 [~/app] $ rails server
=> Booting WEBrick
=> Rails 4.2.3 application starting in development on http://localhost:3000
=> Run `rails server -h` for more startup options
=> Ctrl-C to shutdown server
[2015-08-19 09:34:23] INFO WEBrick 1.3.1
[2015-08-19 09:34:23] INFO ruby 2.2.1 (2015-02-26) [i686-linux]
[2015-08-19 09:34:23] INFO WEBrick::HTTPServer#start: pid=3222 port=3000
Started GET "/" for 127.0.0.1 at 2015-08-19 09:34:27 +0530
Processing by Rails::WelcomeController#index as HTML
Rendered /home/ankit/.rvm/gems/ruby-2.2.1/gems/railties-4.2.3/lib/rails/templates/rails/welcome/index.html.erb (2.5ms)
Completed 200 OK in 91ms (Views: 62.5ms | ActiveRecord: 0.0ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment