Joined March 2012
·
Posted to
Extending Ruby with C - a taste of
over 1 year
ago
Tip: pt-BR version at http://1up4dev.org/2013/07/extendendo-ruby-com-c-so-um-aperitivo
Posted to
Using Shell Script to test your server
over 1 year
ago
Gist here: https://gist.github.com/rogerleite/5869576
Posted to
If you're ever in the need to find the right Ruby HTTP client
over 1 year
ago
Forget this old stuff and use a new client on the block, HttpMonkey. At least try :D.
Posted to
Favorite Git Aliases
over 1 year
ago
@mdeiters @hlegius @design48 @btv Glad to be helpful! :D
Posted to
Favorite Git Aliases
over 1 year
ago
Great! Some of my favorites:
[alias]
st = status -sb
wat = whatchanged -p --abbrev-commit --pretty=medium
graph = log --graph --date-order -C -M --pretty=format:'<%h> %ad [%an] %Cgreen%d%Creset %s' --all --date=short
Obs: git wat you need to inform file. For example, to see all changes in Readme.md file:
$ git wat Readme.md
Posted to
Quickly search past commands
over 1 year
ago
You can also use ctrl+r and the begin of command. Pressing ctrl+r again, it shows "another" result.
Achievements
171 Karma
6,751 Total ProTip Views
Altruist
Increase developer well-being by sharing at least 20 open source projects
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Komodo Dragon
Have at least one original repo where Java is the dominant language
Octopussy
Have a repo followed by a member of the GitHub team
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
Mongoose 3
Have at least three original repos where Ruby is the dominant language
Mongoose
Have at least one original repo where Ruby is the dominant language
This seems a good way to deploy feature flags! http://blog.travis-ci.com/2014-03-04-use-feature-flags-to-ship-changes-with-confidence