Ruby Development Tips
A few ruby tips you probably didn't know about but wish you did.
Nest - Object Oriented Keys for Redis
Erol Fornoles
·
0 responses
·
ruby, redis
Use Clang with JewelryBox
Alexander
·
0 responses
·
xcode, rvm, gcc, clang
When you can't remember %A %B %-d
Brandon Hansen
·
0 responses
·
ruby, time formatting
Pure Static Blog
Duke
·
0 responses
·
ruby, static site, blog engine
A ruby threads pool implementation
Sam Weerasinghe
·
0 responses
·
ruby, signals, threads, pool
Building ruby with rvm faster!
Gustaf Shin
·
0 responses
·
ruby, rvm, make
Remember about types in ruby or it will bite you
Anton Kuzmin
·
0 responses
·
ruby, performance, bigdecimal
Check software dependencies for your ruby project
Yannick Schutz
·
0 responses
·
ruby, gem, software
Rake task to create ~/.pgpass based on heroku:config
Jeremy
·
0 responses
·
heroku, postgresql, rake
Factory Hashes
Raison D'souza
·
0 responses
·
ruby, factory_girl
Get Rid of That Code Smell – Primitive Obsession
Marcelo G. Cajueiro
·
0 responses
·
ruby, patterns, best practices
Chained expressions
Giovanni Capuano
·
0 responses
·
ruby, comparison, evaluation, chained expressions
mysql2 gem on Windows
Gustavo Leon
·
0 responses
·
ruby, mysql, windows
Logging to Multiple Destinations, Ruby
Chris Lowder
·
0 responses
·
ruby, logging
Cool Ruby Gems
Bob Roberts
·
0 responses
·
ruby, rails
Semantic Version your Gemfile
Matthew Rudy Jacobs
·
0 responses
·
ruby, bundler, rails
Concurrent calculations in Ruby, with Celluloid
Jeremy Raines
·
1 response
·
ruby, celluloid
Sum of digits in n!
Harrison Grieve
·
0 responses
·
ruby, math, just for fun
Generate unique_id module
Alexandr Korsak
·
0 responses
·
ruby, rails, mongoid
Developing with Small Tools
Micah Cooper
·
0 responses
·
ruby, rails, tools
Ruby to_bool conversions (monkeypatching)
Peter Savichev
·
0 responses
·
ruby, bool, to_bool