RubyKaigi 2013

RubyKaigi 2013

Detail

[JA] Rails Gems realize RESTful modeling patterns

Although it is not widely known, classic Rails gems such as Devise and Kaminari hide within them the RESTful resource modeling pattern. Using these gems encourages good resource design.

Since 2.0, Rails has moved toward incorporating RESTful resource design. The RESTful architecture has become a part of Rails. One of the best examples of this are the resources in routes.rb, which provide the basic resource pattern for Rails applications. However, the world of practical applications is not ready for this RESTful side of Rails, and so when people actually develop applications, they hesitate about this aspect of RESTful resource design. It is here that these gems fill an essential gap.

In this talk I will look at useful practical patterns adopted in such gems, and also introduce a gem currently under development which has the potential to play the role of a key missing piece.

Recorded Video

Rails Gems realize RESTful modeling patterns from rubykaigi on Vimeo .

Presentation Material(s)

Toru Kawamura / @tkawa

Toru Kawamura

Company
Freelancer
Bio

A RESTafarian One of the organizers of Sendagaya.rb Held the "Study meeting of the RESTful URL design on Rails" (「RailsにおけるRESTfulなURL設計勉強会」)

Location
Fuchu-shi Tokyo, Japan

Back to SCHEDULE