Tag Archives: caelum

Restfulie 0.5, atom feeds, content negotiation and default controllers

Posted on 07. Jan, 2010 by guilhermesilveira.

0

ATOM FEED Restfulie 0.5.0 is out and its major new feature is its support to Atom feeds with variable media types. A feed can be easily rendered by invoking the to_atom method: @hotels = Hotel.all render :content_type => ‘application/atom+xml’, :text => @hotels.to_atom(:title=>’Hotels’, :controller => self) A collection might contain entries with different media types and [...]

Continue Reading

Continuous integrating: parallel tests the way they should be

Posted on 01. Jul, 2009 by guilhermesilveira.

0

Tired of running your tests in more than 10 minutes? Or tired of categorizing them in order to run them in parallel?

Continue Reading