Difference between revisions of "Ruby on rails"

From 2value wiki 2
Jump to navigation Jump to search
2value>Anonymous
2value>Anonymous
Line 16: Line 16:
  
 
==Expertise==
 
==Expertise==
We onderscheiden specialisten in Ruby on rails:
 
:Model -
 
:View -
 
:Controller - functionaliteit
 
  
 
Uiteraard zijn er specialisaties op gewenste '''functionaliteit''' van een website. Iemand kan gespecialiseerd  zijn in bijvoorbeeld:
 
Uiteraard zijn er specialisaties op gewenste '''functionaliteit''' van een website. Iemand kan gespecialiseerd  zijn in bijvoorbeeld:
Line 25: Line 21:
 
:content processing
 
:content processing
 
:document management
 
:document management
 +
:image processing
 
:aansluiting op social media
 
:aansluiting op social media
 
   
 
   

Revision as of 16:38, 31 January 2012

Language: Nederlands


Ruby: 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.

Rails: Rails is a web application development framework written in the Ruby language.


Enkele start-linkjes

http://www.9lessons.info/2011/02/getting-start-with-ruby-on-rails.html
Sinatra: http://www.sinatrarb.com/intro.html
Try Ruby
About Ruby

Expertise

Uiteraard zijn er specialisaties op gewenste functionaliteit van een website. Iemand kan gespecialiseerd zijn in bijvoorbeeld:

user registration
content processing
document management
image processing
aansluiting op social media

Plus de kwaliteitsverbeteraars

performance verbeteraars
security specialisten
data modellers
object architectuur

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.

Rails

Rails is a web application development framework written in the Ruby language. It is designed to make programming web applications easier by making assumptions about what every developer needs to get started. It allows you to write less code while accomplishing more than many other languages and frameworks. Experienced Rails developers also report that it makes web application development more fun. Daarnaast hebben we Sinatra als alternatief op Rails. Met haar mogelijke specialisten.

Snelle ontwikkeling

Dat is de kracht van Ruby, flexibel ook, modulair opgebouwd, pure objectorientatie, past bij Sprints, past bij Agile-ontwikkeling.

IDE

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