richard diecidue presents: the best ruby frameworks - part 1

5
THE BEST RUBY FRAMEWORKS - PART 1 RICHARD DIECIDUE PRESENTS:

Upload: richard-diecidue

Post on 18-Feb-2017

189 views

Category:

Technology


1 download

TRANSCRIPT

Page 1: RIchard Diecidue Presents: The Best Ruby Frameworks - Part 1

T H E B E S T R U B Y F R A M E W O R K S - PA R T 1

R I C H A R D D I E C I D U E P R E S E N T S :

Page 2: RIchard Diecidue Presents: The Best Ruby Frameworks - Part 1

N Y N Y• Very small web framework (only about 300 lines of code!)

• Helpful for developers who want to get their hands dirty in the source code

• A NYNY app is Rack middlewear, which means it can be used with all apps that are Rack based

Image courtesy of http://alisnic.github.io/nyny/

Page 3: RIchard Diecidue Presents: The Best Ruby Frameworks - Part 1

C U B A• Microframework inspired by RUM (a mapper for Rack applications)

• Encourages building apps with a minimalist approach

• Ruby Gem

Image courtesy of http://cuba.is/

Page 4: RIchard Diecidue Presents: The Best Ruby Frameworks - Part 1

PA D R I N O • Simple, easily digestible and maintainable code base.

• Built on the Sinatra web library

• Can be used for projects of all sizes (light web service to fullstack apps)

• Contains an admin interface that allows scaffolding

Image courtesy of http://padrinorb.com/

Page 5: RIchard Diecidue Presents: The Best Ruby Frameworks - Part 1

H T T P : / /R I C H A R D D I E C I D U E . O R G /