Popular Ruby Programming Tips
More concurrency on a single Heroku dyno with the new Celadon Cedar stack
Endel Dreyer
·
0 responses
·
ruby, heroku, unicorn
Writing Zsh Completion for Padrino
Matthias Guenther
·
0 responses
·
ruby, zsh, padrino
Ruby-style iterators in ObjectiveC
Marin Usalj
·
0 responses
·
ruby, mneorr, objective c, ios
Use Kernel.sleep() rather than sleep() so that you can flexmock it.
Ryan Geyer
·
0 responses
·
ruby, sleep, flexmock
The Ruby GC explained by _why
Michael Kohl
·
0 responses
·
ruby, tips, _why
Faster test suites in Ruby on Rails
Codeship
·
0 responses
·
ruby, tdd, rails, ci
Randomise variables for testing
Adam Bird
·
0 responses
·
ruby, test, spec
What did we do before RoR?
Cole Hecht
·
0 responses
·
ruby, rails, web, html
Detect vs. select
Melanie Archer
·
0 responses
·
ruby, array
Prevent private Gem being pushed to RubyGems (Bundler)
Marc Anguera Insa
·
0 responses
·
ruby, bundler, rails, gem
Turn an '@' mention into a link to a user profile
Robert J Samson
·
0 responses
·
ruby, rails, regex
Uri.encode vs. uri-handler to_uri method
Alex Lushpai
·
0 responses
·
ruby, url
A Simple Delegator Method for iOS Development in Rubymotion
Gavin Morrice
·
0 responses
·
ruby, ios, delegates, rubymotion
Big integers in Ruby
Vlad Shvedov
·
0 responses
·
ruby, integer
Fun with Lamda in Ruby
Georges Jentgen
·
0 responses
·
ruby, lambda
Print all your facebok liked pages names, URLs and when did you like it
Emad Elsaid
·
0 responses
·
ruby, rails, facebook
Faster Rails-Application start
Michael Koriath
·
0 responses
·
ruby, rails, capistrano
Run a script before invoking IRb
ben
·
0 responses
·
ruby, irb
Framework identificator gem
Guillaume Hain
·
0 responses
·
ruby, rails, gem
Create a random (yet valid) hex colour value in Ruby
Simon Starr
·
0 responses
·
ruby, hex, colour
Extracting Controller Behaviours
Yonatan Bergman
·
0 responses
·
ruby, rails, controller, srp