Ruby on Rails

From Wikicliki
Revision as of 02:34, 13 May 2012 by WikiSysop (talk | contribs)

Jump to: navigation, search

http://www.devchix.com/ http://workshops.railsbridge.org/

github slidedown


ruby is a language, rails is a framework object-oriented, general purpose

rails philosophy

  • opinionated
  • convention over configuration
  • don't repeat yourself
  • test driven
  • minimal code - maximal effect
  • rails
  • rake - like maeke for ruby (an easy way to run tasks)
  • git - source code control
  • database - SQlite
  • heroku - fre rails hosting