Difference between revisions of "Ruby on Rails"

From Wikicliki
Jump to: navigation, search
Line 1: Line 1:
http://www.devchix.com/
 
http://workshops.railsbridge.org/
 
 
github
 
slidedown
 
  
  
Line 22: Line 17:
 
* database - SQlite
 
* database - SQlite
 
* heroku - fre rails hosting
 
* heroku - fre rails hosting
 +
 +
 +
== See Also ==
 +
* http://www.devchix.com/
 +
* http://workshops.railsbridge.org/
 +
* http://curriculum.railsbridge.org/workshop
 +
* github
 +
* slidedown

Revision as of 02:36, 13 May 2012


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


See Also