Nossa participação no Secot: Mini curso de Ruby on Rails

Dia 11/05/2012, realizamos um mini curso de Ruby on Rails no Secot (Semana de Computação e Tecnologia da UFSCAR de Sorocaba). Aqui vão os slides, os links mencionados no curso, o link para o código da aplicação que fizemos e também o link para o guia que usei na demonstração de Ruby. Código da aplicação … »

A praise for a hard, sweaty and great work done

Congratulations to our fellow Carlos Antonio (@cantoniodasilva) and Rafael França (@rafaelfranca) for honorably earning the commit access to the Ruby on Rails repository!

Say hi to Devise 2.1.0 !

In this blog post we talk about a new feature upcoming on Devise 2.1 that aims to provide developers faster feedback in case a model is missing a field required by Devise behaviors.

I18n Alchemy – localization and parsing

Today I want to show you a project I’ve started over a year ago, during Mendicant University core skills course. For those who don’t know, Mendicant University is a group of skilled software developers that offer courses, mentoring, and help out the community, started by Gregory Brown, and that nowadays counts with some other awesome … »

Our new visual identity and website! =D

We are excited to present our new visual identity and website.

Barebone models to use with ActionPack in Rails 4.0

Rails 4 will ship with ActiveModel::Model, a module that includes the minimum required by Action Pack to work in forms, urls and so forth. Learn more about this module, how to use and extend it in this blog post.