How to Approach Authentication on Rails Pedro Visintin, August 7, 2012 6 min read Ruby on Rails went open source in late 2004, and open to commit changes in 2005. Since then, some solutions appeared to...
A Better Way to Get Tickets for EuRuKo Pedro Visintin, April 18, 2012 2 min read EuRuKo is one of the best Ruby conferences in Europe, and getting tickets is really hard. Normal tickets are 65,-...
NOSQL and SQL: A Match Made in Heaven? Pedro Visintin, April 6, 2012 3 min read When we write applications in an RDBMS database, we can't create whatever relationship we want between database...
ActiveResource Removed from Rails. What about Roar? Pedro Visintin, March 20, 2012 7 min read Due to the removal of ActiveResource (Ares) from Rails I want to analyze how we use it, how we can replace it, and...
Rails Console on Cloud Foundry: A Closer Look Pedro Visintin, February 27, 2012 3 min read Cloud Foundry now offers a Platform as a Service that lets you choose the framework you want to use, the services that...
Fundamentals of Ruby on Rails Pedro Visintin, February 2, 2012 9 min read Ruby on Rails is a full-stack, open-source Web framework used for writing real-world applications with more simplicity...