Difference between revisions of "Ruby on Rails"

From Wikicliki
Jump to: navigation, search
Line 16: Line 16:
 
* minimal code - maximal effect
 
* minimal code - maximal effect
  
 +
== the tools ==
 
* rails
 
* rails
 
* rake - like maeke for ruby (an easy way to run tasks)
 
* rake - like maeke for ruby (an easy way to run tasks)

Revision as of 02:35, 13 May 2012

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

the tools

  • rails
  • rake - like maeke for ruby (an easy way to run tasks)
  • git - source code control
  • database - SQlite
  • heroku - fre rails hosting