Difference between revisions of "Ruby on rails"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
Enkele start-linkjes: | Enkele start-linkjes: | ||
: http://www.9lessons.info/2011/02/getting-start-with-ruby-on-rails.html | : http://www.9lessons.info/2011/02/getting-start-with-ruby-on-rails.html | ||
+ | :Sinatra: http://www.sinatrarb.com/intro.html | ||
The goal of ruby programming is (generally) to either write a web application, or write a program that can be run from the command line. | The goal of ruby programming is (generally) to either write a web application, or write a program that can be run from the command line. |
Revision as of 16:05, 31 January 2012
Enkele start-linkjes:
- http://www.9lessons.info/2011/02/getting-start-with-ruby-on-rails.html
- Sinatra: http://www.sinatrarb.com/intro.html
The goal of ruby programming is (generally) to either write a web application, or write a program that can be run from the command line.
We onderscheiden specialisten in Ruby on rails:
- Model
- View -
- Controller - functionaliteit
Er zijn markt-standaarden (in de vorm van modules, GEM geheten) om maatwerk mee te kunnen maken voor klanten.
Dit staat op een gecentraliseerde plek waar gems worden beoordeeld en op kwaliteit gekeurd. We kunnen ons voorstellen dat daar ook specialismen in ontstaan / aanwezig zijn.
Daarnaast hebben we Sinatra als alternatief op Rails. Met haar mogelijke specialisten.