30 July 2010

The Ruby Reflector

Topic

Representational State Transfer

  Source Favicon
By Tom of The Hobo Blog 29 days ago.
Email

…as ActiveScaffold or Streamlined (or even make_resourceful and other REST controller frameworks)? Is Hobo just another scaffolding framework?

In my opinion Hobo is entirely different from these tools. I've written about this several times over the history of the project because obviously there's a perceived similarity. Scaffolding frameworks are very useful in situations where rough-and-ready is good enough. For example, as a stop-gap while you're working, or in an admin …

hobocentral.net Read
  Source Favicon
By jeff of The Queue Blog 1 month ago.
Email

Interesting tidbits from around the web (June 25th):

clarkware's iphone-rails-tutorial at master - GitHub - Mike Clark's iphone talking to a rails app through RESTful resources, from railsconf.

Git - Host Git Based Development Networks with Girocco on Debian 5 ( Lenny) - Linode Library - Use the Girocco engine from repo.or.cz to provide easy access to Git repositories.

arsduo's koala at master - GitHub - A lightweight, flexible …

blog.thequeue.net Read
  Source Favicon
By techarch of The "Tech. Arch." 1 month ago.
Email

REST : will allow definition of REST resources in our controller declarations - e.g. class Posts

4. Create the REST Sessions controller

The Camping Blog example has a simple login system built on top of the Camping session.

For our REST blog, we'll want to support both an interactive web app login (like in the original blog)

as well as a service-based login so that only authenticated applications can call our services.

So we'll expose a new REST resource …

blog.monnet-usa.com Read
  Source Favicon
On Opscode Blog 1 month ago.
Email

[ CHEF -1336 ] - Chef:: REST should paper over a bug in net/http

[ CHEF -1341 ] - rewrite the handler API

[ CHEF -1342 ] - Updates to mixlib-config interact poorly with method stubs, resulting in spec failures

[ CHEF -1346 ] - Add elapsed time to the list of methods that Chef::Handler delegates to @run_status

[ CHEF -1347 ] - knife recipe list shows ‘.rb' at the end of the recipe names …

opscode.com Read
  Source Favicon
By Claudio of DevInterface Blog 1 month ago.
Email

…is called " Fat Model - Skinny Controller ".

The arguments of the later posts will be instead:

RESTful Conventions

Model Optimization

Model Break Up ( Module, Composition, Observer..)

Best Practices on Migration

Use Filter within Contoller

View

Helper

Share on:

blog.devinterface.com Read
  Source Favicon
By Daniel of OnRails.org 1 month ago.
Email

…else was cool? Rich Kilmer gave a nice talk about Authentication in a RESTful World. Again, that's totally relevant to a customer project of mine. One of the best talks out there was Rocket Fueled Cucumbers by Joseph Wilk, but I saw only the last quarter as I selected another talk that I decided to leave ?? too late.

Matthew Deiters also gave a presentation I really enjoyed about "Recommendations in Rails" ?? something I may have to build in one of my …

onrails.org Read
  Source Favicon
By Peter Cooper of Ruby Inside 1 month ago.
Email

DHH gives an insightful and accessible 38 minute walkthrough of some of Rails 3's differences from Rails 2.0 and explains the motivations behind them. A particular focus is given to improvements made to the routing system (both for REST and non-REST URLs).

I've been a bit lukewarm on Rails lately, opting instead to strongarm Sinatra into doing whatever I want, but DHH's keynote is a compelling overview that encourages me to give it a fair look.

rubyinside.com Read
  Source Favicon
By guilhermesilveira of CaelumObject Developers' Blog 1 month ago.
Email

Rest is a style derived from other ones, " the REST style draws from many preexisting distributed process paradigms, communication protocols, and software fields ".

Http can be used to implement a REST based system, with several limitations , and some key aspects are implemented through http, but not described within it. One example is semantics and hypermidia: one can make use of http with hundreds of resources that does not provide any semantic value or hyperlinks, …

guilhermesilveira.wordpress.com Read
  Source Favicon
By techarch of The "Tech. Arch." 1 month ago.
Email

…applications and web services (whether you support JSON, XML, with or without REST).

Note: if you're interested in REST support for Camping web services check out RESTstop .

With the camping-oauth plugin you can easily and quickly allow your services or web app to be accessed from other services.

So hopefully this post will have given you a feel for how easy it is to make a Ruby Camping -based web app act as an OAuth provider using the …

blog.monnet-usa.com Read
  Source Favicon
Email

…into one specification, providing a powerful and flexible method for standardized authorization to RESTful APIs. Attendees will learn:

What the OAuth standard represents.

Who uses OAuth.

How OAuth 2.0 is different.

How to access resources from OAuth 2.0 compatible sites.

How to become an OAuth 2.0 provider.

Flip Sasser [ view profile ]

Presentation: Persistence Smoothie: Blending SQL and NoSQL in Rails Applications

When: 2:50pm Wednesday, …

intridea.com Read