Popular Ruby Programming Tips
Remember about types in ruby or it will bite you
Anton Kuzmin
·
0 responses
·
ruby, performance, bigdecimal
Project files analytics ruby script
Emad Elsaid
·
0 responses
·
ruby, rails, analytics
Get class name from string
Carlos Hernández
·
0 responses
·
ruby, rails, on
The best backup tool
Valentin Sushkov
·
0 responses
·
ruby, mysql, linux, backup
One liner to remove installed gems, excluding default gems
Kaustubh Padegaonkar
·
0 responses
·
ruby, gems, uninstall, cleanup
awesome_print_motion for RubyMotion
Ray Hightower
·
0 responses
·
ruby, debugging, awesome_print_motion, rubymotion
Ruby difference between &&, ||, and, or
Slawek Nikolau
·
0 responses
·
ruby, operator, boolean, check
Quickly access source of a gem in Vim
Wojtek Kruszewski
·
0 responses
·
ruby, bundler, vim, wojt-eu
Raketask for generating a timestamped, empty Sequel migration
Lennart Fridén
·
0 responses
·
ruby, rake, migrations, sequel
RubyGems Chrome Extension
Josemar Luedke
·
0 responses
·
ruby, rubygems, chrome extension
Rake task to create ~/.pgpass based on heroku:config
Jeremy
·
0 responses
·
heroku, postgresql, rake
Upload files and images from your android to your desktop/laptop
Emad Elsaid
·
0 responses
·
ruby, android, sinatra
How to test Rake tasks in Ruby
Georg
·
0 responses
·
ruby, rspec, rake, testing rake task
Use Clang with JewelryBox
Alexander
·
0 responses
·
xcode, rvm, gcc, clang
Logging to Multiple Destinations, Ruby
Chris Lowder
·
0 responses
·
ruby, logging
Ruby Symbol#match is actually String#=~
Titov Andrey
·
0 responses
·
ruby, string, regexp, match
Sum of digits in n!
Harrison Grieve
·
0 responses
·
ruby, math, just for fun