Author Archives:

Cache, módulos do apache e uma otimização absurda

No site que eu estou fazendo agora, que está em pré-alpha (se é que isso existe) , uma requisição simples, sem nada no cache demorava horrores. E isso porque só tem uma imagem no leiaute até agora. Eu tinha que … Continue reading

Posted in Uncategorized | 1 Comment

Leiaute Dvorak com suporte à dead keys

Eu comecei a usar Dvorak. 30% por preocupações com a saúde e 70% por originalidade O único problema ao usar o leiaute ¨Dvorak¨ nativo do Mac OS é com os acentos, ou Dead keys. Para se fazer a letra ´a´ … Continue reading

Posted in Uncategorized | Leave a comment

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

Nova casa

Meu blog morreu. De novo. Vou resolver alguns problemas da maneira mais prática possível. Primeiro: Os temas do blog sempre deram dor de cabeça. Vou ficar com o tema padrão do WordPress. Segundo: Nunca me decidi se escrevia em pt-BR … Continue reading

Posted in Uncategorized | Leave a comment