Skip to content

Instantly share code, notes, and snippets.

@itsmattsoria
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save itsmattsoria/bcbb21659fd7b0c66768 to your computer and use it in GitHub Desktop.
Save itsmattsoria/bcbb21659fd7b0c66768 to your computer and use it in GitHub Desktop.
Notes from Ruby on Rails Workshop

Ruby on Rails Level 1 Notes

Quick Notes

  • Ruby was created in 94/95 to more resemble human speach
  • Start out with "irb"
  • Date formatting = .strftime("")
  • Rails is just a framework for Ruby
  • Rails was created by David Hannson at 37Signals here in Chicago as Opensource
  • Rails server start command = rails s or rails server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment