Monthly Archives: December 2008
config.gem, unite!
I got tired of letting config.gem kick my behind, so I created a little github project to unite all config.gem in one place, with its options like :lib, :version, making it easy to find. So, if you want to colaborate … Continue reading
config.gem, unite!
Cansei de apanhar dos config.gem e criei um projetinho no github pra ver se consigo reunir no mesmo lugar os config.gems como devem ser feitos, com as opções, libs e tudo certinho. Então, quem quiser colaborar, é só clonar o … Continue reading
“t” method in models and controllers
I’m using the i18n api in my pet project and ran into a little problem: I need to use the “t” method in models and controllers, but I couldn’t since “t” is for views. I thought about including the views … Continue reading
Método “t” nos models e controllers
Eu estou usando a api de I18n no meu pet project e me deparei com um problema: eu precisava usar o método “t” nos models e controllers, mas não conseguia, já que “t” é um método para views. Cheguei a … Continue reading