Joined August 2013
·

Rafael Oliveira

Pier - www.pier.digital
·
São Paulo
·
·
·

Thanks guys. Share the knowledge as much as you like, I took a lot of time to find that solution. :)

Posted to Rails i18n yes/no translation over 1 year ago

Thanks for the protip... Such a hassle.

@zinkkrysty yeap. This query was made on a "admin" controller, just for some data viewing, so we accepted the commit. Anyways, still not a good a pick.

Thanks God.

Posted to Rails 4 Asset Pipeline Log silent over 1 year ago

If you are using unicorn + foreman, this might not be all... Logs will still be noisy.

Try:

Procfile

web: bundle exec unicorn -p 3000 > /dev/null 2>&1
rails: tail -f log/development.log

http://stackoverflow.com/questions/21778555/disable-asset-logging-in-rails-4-unicorn-foreman

Thx, saved my life.

Posted to Android Theme Without ActionBar over 1 year ago

@gpedro, is it more expensive to hide the actionBar programmatically?

Posted to A better git log over 1 year ago

Eu te amo! haha

Posted to Restore closed tab in sublime text over 1 year ago

Holy jesus! Never knew that one!

Hum..... Nice @sunfox! Does flash works like a session storage?

Is it bad to use the 'return' keyword? I always use it, since I think it makes the code more readable.

Achievements
428 Karma
77,742 Total ProTip Views