Ruby Development Tips
A few ruby tips you probably didn't know about but wish you did.
Remember about types in ruby or it will bite you
Anton Kuzmin
·
0 responses
·
ruby, performance, bigdecimal
Simplify specs with matchers and methods
Oto Brglez
·
0 responses
·
ruby, rspec
Ruby to_bool conversions (monkeypatching)
Peter Savichev
·
0 responses
·
ruby, bool, to_bool
Get class name from string
Carlos Hernández
·
0 responses
·
ruby, rails, on
awesome_print_motion for RubyMotion
Ray Hightower
·
0 responses
·
ruby, debugging, awesome_print_motion, rubymotion
Quickly access source of a gem in Vim
Wojtek Kruszewski
·
0 responses
·
ruby, bundler, vim, wojt-eu
One liner to remove installed gems, excluding default gems
Kaustubh Padegaonkar
·
0 responses
·
ruby, gems, uninstall, cleanup
Rake task to create ~/.pgpass based on heroku:config
Jeremy
·
0 responses
·
heroku, postgresql, rake
The best backup tool
Valentin Sushkov
·
0 responses
·
ruby, mysql, linux, backup
Ruby difference between &&, ||, and, or
Slawek Nikolau
·
0 responses
·
ruby, operator, boolean, check
RubyGems Chrome Extension
Josemar Luedke
·
0 responses
·
ruby, rubygems, chrome extension
Chained expressions
Giovanni Capuano
·
0 responses
·
ruby, comparison, evaluation, chained expressions
Raketask for generating a timestamped, empty Sequel migration
Lennart Fridén
·
0 responses
·
ruby, rake, migrations, sequel
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