17
September
2009
#
Today we have opened the curtains to Kakoe, the latest project where we've been working the past months. It has been amazing to collaborate hand in hand with great people like Jesús Encinar and Juan Leal, while additional ideas and bug reports came from Daniel Calamonte. Our bet: To provide an easy to use platform for users that want to join and give omments about what they're watching at TV. Do you think we've reached the goal?
9
January
2009
#
During our recent work on the current project we're building now using the sinatra web framework, we needed a simple and effective way to treat Facebook requests. We created a new Ruby gem for this purpose, rack-facebook, and this article describes its features and how to use it.
21
November
2008
#
The past friday 24th october Rails 2.2 RC1 was published, and between all the new features one of them is the compatibility with Ruby 1.9. But unfortunately, if you try to create a new Rails application and launch the server (webrick, mongrel, thin...) with Ruby 1.9, you might find a couple of tiny problems. Learn how to fix them.
UPDATED: This isn't required anymore if you're using Rails Edge, because my humble patch as been commited to the core.