Skip to content

Instantly share code, notes, and snippets.

@jamland
Created October 11, 2014 14:58
Show Gist options
  • Save jamland/a376c66792d61d9f9766 to your computer and use it in GitHub Desktop.
Save jamland/a376c66792d61d9f9766 to your computer and use it in GitHub Desktop.
4th-dimension:hud andy$ rails s
STARTED LOADING HUD AT 2014-10-11 17:57:29 +0300...
Digest::Digest is deprecated; use Digest
Digest::Digest is deprecated; use Digest
Using ActiveModel validations.
=> Booting WEBrick
=> Rails 3.2.18 application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
Initializing appoxy_rails Railtie
Connecting to database specified by database.yml
Airbrake Initialized
Initializing Samurai with token --> 982f9faf129801707588f54e
Mongoid config not found. Create a config file at: config/mongoid.yml
to generate one run: rails generate mongoid:config
FINISHED LOADING HUD AT 2014-10-11 17:57:37 +0300. duration: 8
[2014-10-11 17:57:37] INFO WEBrick 1.3.1
[2014-10-11 17:57:37] INFO ruby 2.1.1 (2014-02-24) [x86_64-darwin12.0]
[2014-10-11 17:57:37] INFO WEBrick::HTTPServer#start: pid=77094 port=3000
Started GET "/mq/aws/projects/531c4562cc22aa1c9300000e/queues" for 127.0.0.1 at 2014-10-11 17:57:39 +0300
Processing by Mq::QueuesController#index as HTML
Parameters: {"mq_cloud"=>"aws", "project_id"=>"531c4562cc22aa1c9300000e"}
Rendered mq/queues/_tweet.html.erb (0.2ms)
Rendered mq/messages/_message_form.html.erb (2.6ms)
Rendered mq/messages/_message_form.html.erb (1.0ms)
Rendered mq/queues/index.html.erb within layouts/application (10.5ms)
[deprecated] I18n.enforce_available_locales will default to true in the future. If you really want to skip validation of your locale you can set I18n.enforce_available_locales = false to avoid this message.
Rendered global/_segment.html.erb (0.4ms)
Rendered layouts/_ironio_navigation.html.erb (736.6ms)
Rendered mq/projects/_project_menu.html.erb (1.7ms)
Rendered layouts/_header.html.erb (557.6ms)
Rendered layouts/_footer.html.erb (3.3ms)
Rendered global/_syntaxhighlighter.html.erb (0.7ms)
Rendered global/_segment_id.html.erb (67.3ms)
Completed 200 OK in 2313.3ms (Views: 1462.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.css" for 127.0.0.1 at 2014-10-11 17:57:42 +0300
Served asset /application.css - 304 Not Modified (16ms)
Started GET "/assets/syntaxhighlighter_3.0.83/scripts/shCore.js" for 127.0.0.1 at 2014-10-11 17:57:42 +0300
Served asset /syntaxhighlighter_3.0.83/scripts/shCore.js - 304 Not Modified (4ms)
Started GET "/assets/application.js" for 127.0.0.1 at 2014-10-11 17:57:42 +0300
Served asset /application.js - 304 Not Modified (112ms)
Started GET "/assets/ironio-logo-white.svg" for 127.0.0.1 at 2014-10-11 17:57:42 +0300
Served asset /ironio-logo-white.svg - 304 Not Modified (1ms)
Started GET "/assets/preloader-horizontal.gif" for 127.0.0.1 at 2014-10-11 17:57:43 +0300
Served asset /preloader-horizontal.gif - 304 Not Modified (1ms)
Started GET "/assets/fontawesome-webfont.woff" for 127.0.0.1 at 2014-10-11 17:57:43 +0300
Served asset /fontawesome-webfont.woff - 304 Not Modified (2ms)
Started GET "/assets/settings-icons.svg" for 127.0.0.1 at 2014-10-11 17:57:43 +0300
Served asset /settings-icons.svg - 304 Not Modified (1ms)
Started GET "/assets/services-switcher-icons.svg" for 127.0.0.1 at 2014-10-11 17:57:43 +0300
Served asset /services-switcher-icons.svg - 304 Not Modified (1ms)
Started GET "/assets/close.png" for 127.0.0.1 at 2014-10-11 17:57:43 +0300
Served asset /close.png - 304 Not Modified (2ms)
Started GET "/assets/icons/flash-icons.svg" for 127.0.0.1 at 2014-10-11 17:57:43 +0300
Served asset /icons/flash-icons.svg - 304 Not Modified (1ms)
Started GET "/assets/tq/gear-big.svg" for 127.0.0.1 at 2014-10-11 17:57:44 +0300
Served asset /tq/gear-big.svg - 304 Not Modified (1ms)
Started GET "/assets/tq/gear-small.svg" for 127.0.0.1 at 2014-10-11 17:57:44 +0300
Served asset /tq/gear-small.svg - 304 Not Modified (1ms)
Started GET "/assets/clouds/sprite_16.png" for 127.0.0.1 at 2014-10-11 17:57:44 +0300
Served asset /clouds/sprite_16.png - 304 Not Modified (1ms)
Started GET "/assets/plugins/msdropdown/dd_arrow.gif" for 127.0.0.1 at 2014-10-11 17:57:44 +0300
Served asset /plugins/msdropdown/dd_arrow.gif - 304 Not Modified (1ms)
Started GET "/assets/icons/ajax-loader-horizontal-black.gif" for 127.0.0.1 at 2014-10-11 17:57:44 +0300
Served asset /icons/ajax-loader-horizontal-black.gif - 304 Not Modified (1ms)
Started GET "/assets/clouds/sprite_26.png" for 127.0.0.1 at 2014-10-11 17:57:44 +0300
Served asset /clouds/sprite_26.png - 304 Not Modified (1ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment