Difference between revisions of "Ruby on rails"

From 2value wiki 2
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
 
:Sinatra: http://www.sinatrarb.com/intro.html
 +
 +
==Expertise==
  
 
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.
Line 15: Line 17:
  
 
Daarnaast hebben we [http://http://www.sinatrarb.com/ Sinatra] als alternatief op Rails. Met haar mogelijke specialisten.
 
Daarnaast hebben we [http://http://www.sinatrarb.com/ Sinatra] als alternatief op Rails. Met haar mogelijke specialisten.
 +
 +
==IDE==
 +
:texteditor
 +
:[http://netbeans.org/kb/68/ruby/rails-quickstart.html Netbeans]
 +
:[http://www.aptana.com/products/radrails Radrails]
 +
:[http://www.jetbrains.com/ruby RubyMine], is de Ruby variant van PHP storm.
 +
:[http://wiki.openqa.org/display/WTR/How+to+setup+Eclipse+for+Ruby Eclipse]

Revision as of 16:09, 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

Expertise

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.

IDE

texteditor
Netbeans
Radrails
RubyMine, is de Ruby variant van PHP storm.
Eclipse