Joined August 2013
·
Posted to
Rails i18n yes/no translation
over 1 year
ago
Thanks for the protip... Such a hassle.
Posted to
How to NOT query ActiveRecord datetime
over 1 year
ago
@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.
Posted to
Extract Unique Lines in Sublime Text 2
over 1 year
ago
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
Posted to
Postgres on OSX with homebrew not running after OSX crash
over 1 year
ago
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!
Posted to
redirect_to, array and the splat operator
over 1 year
ago
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
80,619 Total ProTip Views
Mongoose 3
Have at least three original repos where Ruby is the dominant language
Charity
Fork and commit to someone's open source project in need
Komodo Dragon
Have at least one original repo where Java is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Mongoose
Have at least one original repo where Ruby is the dominant language
T-Rex
Have at least one original repo where C is the dominant language
Thanks guys. Share the knowledge as much as you like, I took a lot of time to find that solution. :)