Ruby Development Tips
A few ruby tips you probably didn't know about but wish you did.
Inconsistent Color Palettes
Tiago Almeida
·
0 responses
·
ruby, css, color, script
Manage bundles on many Ruby projects with differing versions
Steve
·
0 responses
·
ruby, bundler, rvm, bash
Use Kernel.sleep() rather than sleep() so that you can flexmock it.
Ryan Geyer
·
0 responses
·
ruby, sleep, flexmock
Writing Zsh Completion for Padrino
Matthias Guenther
·
0 responses
·
ruby, zsh, padrino
The Ruby GC explained by _why
Michael Kohl
·
0 responses
·
ruby, tips, _why
Randomise variables for testing
Adam Bird
·
0 responses
·
ruby, test, spec
Faster test suites in Ruby on Rails
Codeship
·
0 responses
·
ruby, tdd, rails, ci
Prevent private Gem being pushed to RubyGems (Bundler)
Marc Anguera Insa
·
0 responses
·
ruby, bundler, rails, gem
Detect vs. select
Melanie Archer
·
0 responses
·
ruby, array
What did we do before RoR?
Cole Hecht
·
0 responses
·
ruby, rails, web, html
A Simple Delegator Method for iOS Development in Rubymotion
Gavin Morrice
·
0 responses
·
ruby, ios, delegates, rubymotion
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
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
Run a script before invoking IRb
ben
·
0 responses
·
ruby, irb
Faster Rails-Application start
Michael Koriath
·
0 responses
·
ruby, rails, capistrano
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