Advertisement
Guest User

Untitled

a guest
Jan 30th, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. $ rails new food_lookup --api
  2.  
  3. $ rails server --port=3001
  4. /Users/me/.rvm/gems/ruby-2.4.0@food_lookup/gems/activesupport-5.0.1/lib/active_support/xml_mini.rb:51: warning: constant ::Fixnum is deprecated
  5. /Users/me/.rvm/gems/ruby-2.4.0@food_lookup/gems/activesupport-5.0.1/lib/active_support/xml_mini.rb:52: warning: constant ::Bignum is deprecated
  6. => Booting Puma
  7. => Rails 5.0.1 application starting in development on http://localhost:3001
  8. => Run `rails server -h` for more startup options
  9. /Users/me/.rvm/gems/ruby-2.4.0@food_lookup/gems/activesupport-5.0.1/lib/active_support/core_ext/numeric/conversions.rb:138: warning: constant ::Fixnum is deprecated
  10. Puma starting in single mode...
  11. * Version 3.7.0 (ruby 2.4.0-p0), codename: Snowy Sagebrush
  12. * Min threads: 5, max threads: 5
  13. * Environment: development
  14. * Listening on tcp://0.0.0.0:3000
  15. Use Ctrl-C to stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement