Difference between revisions of "Ruby on Rails"
From Wikicliki
| Line 15: | Line 15: | ||
* test driven | * test driven | ||
* minimal code - maximal effect | * 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 | ||
Revision as of 02:34, 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
- rails
- rake - like maeke for ruby (an easy way to run tasks)
- git - source code control
- database - SQlite
- heroku - fre rails hosting