Tag Archives: rails

Quick tip for BackgrounDRb users

Earlier today I was configuring BackgrounDRb, and I started to receive this error:     lucas@work:~$ script/backgroundrb start         Starting BackgrounDRb ….  /app/trunk/vendor/plugins/backgroundrb/lib/backgroundrb/bdrb_start_stop.rb:42:in `initialize’: No such file or directory – /app/current/tmp/pids/backgroundrb_11006.pid (Errno::ENOENT)         from /app/trunk/vendor/plugins/backgroundrb/lib/backgroundrb/bdrb_start_stop.rb:42:in `open’ … Continue reading

Posted in en-US | Tagged , | 1 Comment

Dica rápida para quem usa BackgrounDRb

Hoje, ao tentar configurar o BackgrounDRb, comecei a tomar esse erro na cara ao tentar subir o servidor de processos: lucas@work:~$ script/backgroundrb start         Starting BackgrounDRb ….  /app/trunk/vendor/plugins/backgroundrb/lib/backgroundrb/bdrb_start_stop.rb:42:in `initialize’: No such file or directory – /app/current/tmp/pids/backgroundrb_11006.pid (Errno::ENOENT)    … Continue reading

Posted in pt-BR | Tagged , | Leave a comment

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

Posted in en-US | Tagged , , , | Leave a comment

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

Posted in pt-BR | Tagged , , | Leave a comment

“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

Posted in en-US | Tagged , , , | Leave a comment

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

Posted in pt-BR | Tagged , , , | Leave a comment