Popular Ruby Programming Tips
Faster test suites in Ruby on Rails
Codeship
·
0 responses
·
ruby, tdd, rails, ci
Testing items selectors
Alexandr Korsak
·
0 responses
·
ruby, rails, rspec
Detect vs. select
Melanie Archer
·
0 responses
·
ruby, array
Writing Zsh Completion for Padrino
Matthias Guenther
·
0 responses
·
ruby, zsh, padrino
Randomise variables for testing
Adam Bird
·
0 responses
·
ruby, test, spec
Turn an '@' mention into a link to a user profile
Robert J Samson
·
0 responses
·
ruby, rails, regex
Error: No such file found .../hstore.control in postgreSQL
Twinkle savani
·
0 responses
·
ruby, prostgresql
Uri.encode vs. uri-handler to_uri method
Alex Lushpai
·
0 responses
·
ruby, url
Run a script before invoking IRb
ben
·
0 responses
·
ruby, irb
Prevent private Gem being pushed to RubyGems (Bundler)
Marc Anguera Insa
·
0 responses
·
ruby, bundler, rails, gem
Ruby-style iterators in ObjectiveC
Marin Usalj
·
0 responses
·
ruby, mneorr, objective c, ios
Sending e-mails in Rails using the google API
Arthur Henrique Guimarães
·
0 responses
·
ruby, google, rails, mail
Big integers in Ruby
Vlad Shvedov
·
0 responses
·
ruby, integer
Extracting Controller Behaviours
Yonatan Bergman
·
0 responses
·
ruby, rails, controller, srp
Fun with Lamda in Ruby
Georges Jentgen
·
0 responses
·
ruby, lambda
nicolas-brousse/RMonitor
Nicolas B.
·
0 responses
·
ruby, monitoring, nicolas-brousse, github
Create a random (yet valid) hex colour value in Ruby
Simon Starr
·
0 responses
·
ruby, hex, colour
Minitest styles
James Dominguez
·
0 responses
·
ruby, minitest
Simple Print Debug Method in Ruby
Christopher M. Hobbs
·
0 responses
·
ruby, debug
More concurrency on a single Heroku dyno with the new Celadon Cedar stack
Endel Dreyer
·
0 responses
·
ruby, heroku, unicorn
The Ruby GC explained by _why
Michael Kohl
·
0 responses
·
ruby, tips, _why