ruby and rails basics

Post on 22-Jun-2015

1.013 Views

Category:

Technology

6 Downloads

Preview:

Click to see full reader

DESCRIPTION

The basics of ruby and rails explained on Arrrrcamp

TRANSCRIPT

Ruby and Railsa Crash Course

Joren

twitter.com/joren

tech.jorendegroof.be

jorendegroof.be

openminds.be

Multimedia & Communicatie Technologie

filéflambé.be

http://arrrrcamp.be/ruby.and.rails.pdf

Ruby

classes

classes

classes

methods

variables

dynamic typing

duck typing

duck typing

strings & numbers

arrays

hashes

modulesWith the help of: Mijn liefje!

blocks

Rails

• DHH

• Opinionated framework

• Convention over Configuration

• DRY

• YAGNI

• TDD

MVC

• Model

• View

• Controller

Model

• Database Access Object

• Bussiness Logic

• CRUD

Controller

• HTTP Actions

• parameter parsing

• session / cookie management

View

• templates

• html / xml / js / pdf / ...

• custom languages

Interested?

How to build

Textmate: http://macromates.com/

Netbeans: http://www.netbeans.org/

Aptana of Eclipse: http://www.aptana.com/

Read!

Experiment!

Questions?

Thank you!

Bye!

top related