Skip to content

Instantly share code, notes, and snippets.

@mwlang
Created July 1, 2013 20:26
Show Gist options
  • Select an option

  • Save mwlang/5904273 to your computer and use it in GitHub Desktop.

Select an option

Save mwlang/5904273 to your computer and use it in GitHub Desktop.
Active Record output on start up...
04:24:53:website >> rails s
=> Booting WEBrick
=> Rails 4.0.0 application starting in development on http://0.0.0.0:3000
=> Run `rails server -h` for more startup options
=> Ctrl-C to shutdown server
/Users/mwlang/.rvm/gems/ruby-2.0.0-p0/gems/activerecord-4.0.0/lib/active_record/core.rb:103: warning: already initialized constant #<Module:0x007fe037e05e60>::AttrNames
/Users/mwlang/.rvm/gems/ruby-2.0.0-p0/gems/activerecord-4.0.0/lib/active_record/core.rb:103: warning: previous definition of AttrNames was here
/Users/mwlang/.rvm/gems/ruby-2.0.0-p0/gems/activerecord-4.0.0/lib/active_record/core.rb:103: warning: already initialized constant #<Module:0x007fe039291e10>::AttrNames
/Users/mwlang/.rvm/gems/ruby-2.0.0-p0/gems/activerecord-4.0.0/lib/active_record/core.rb:103: warning: previous definition of AttrNames was here
/Users/mwlang/.rvm/gems/ruby-2.0.0-p0/gems/activerecord-4.0.0/lib/active_record/core.rb:103: warning: already initialized constant #<Module:0x007fe0394c29f0>::AttrNames
/Users/mwlang/.rvm/gems/ruby-2.0.0-p0/gems/activerecord-4.0.0/lib/active_record/core.rb:103: warning: previous definition of AttrNames was here
/Users/mwlang/.rvm/gems/ruby-2.0.0-p0/gems/activerecord-4.0.0/lib/active_record/core.rb:103: warning: already initialized constant #<Module:0x007fe0395191d8>::AttrNames
/Users/mwlang/.rvm/gems/ruby-2.0.0-p0/gems/activerecord-4.0.0/lib/active_record/core.rb:103: warning: previous definition of AttrNames was here
/Users/mwlang/.rvm/gems/ruby-2.0.0-p0/gems/activerecord-4.0.0/lib/active_record/core.rb:103: warning: already initialized constant #<Module:0x007fe03956acb8>::AttrNames
/Users/mwlang/.rvm/gems/ruby-2.0.0-p0/gems/activerecord-4.0.0/lib/active_record/core.rb:103: warning: previous definition of AttrNames was here
[2013-07-01 16:25:07] INFO WEBrick 1.3.1
[2013-07-01 16:25:07] INFO ruby 2.0.0 (2013-02-24) [x86_64-darwin12.2.0]
[2013-07-01 16:25:07] INFO WEBrick::HTTPServer#start: pid=27477 port=3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment