Ruby Development Tips
A few ruby tips you probably didn't know about but wish you did.
Use envdir with Capistrano v3
Daniel Alejandro Gaytán Valencia
·
0 responses
·
ruby, capistrano, rake, daniel-g
Handle encoding of other sources
Georg
·
2 responses
·
ruby, utf8, encoding
*pache
Thomas Riboulet
·
0 responses
·
ruby, loadbalancing, hipache
Retryable gem
Nikita Fedyashev
·
0 responses
·
ruby, github
Hash#marge vs Hash#merge
Steven Harman
·
0 responses
·
ruby, facepalm
Using ShouldaMatchers#permit To Ensure Your Controller Parameters Get Passed
Bruce Park
·
0 responses
·
ruby, tdd, rails, testing
add rubocop in rake
Marvin Marcelo
·
0 responses
·
ruby, rails, rake
Display Test::Unit test names when running tests
Jorge Dias
·
0 responses
·
ruby, test, test unit, test names
Uninstall all Ruby Gems on Mac
Nitesh
·
0 responses
·
ruby, mac
Ruby: ask a password without echoing
Luca Guidi
·
0 responses
·
ruby, cli
Beginners Guide to Authoring Gems using Jeweler
Emil Soman
·
0 responses
·
ruby, gem, open source
One line png to jpg entire folder with Ruby and ImageMagik
Giovanni Lodi
·
0 responses
·
ruby, productivity, engineergio, image manipulation
Add a gem with some extra info to your Gemfile
Jelle Vandebeeck
·
0 responses
·
ruby, gem, rails, gemfile
Accessing ActiveRecord DB column options
Bill Agee
·
0 responses
·
ruby, rails, activerecord
Testing your site's response time- PageSpeed
Avner Cohen
·
0 responses
·
ruby, css, ui, ux
My Development Toolbox
Caleb Mingle
·
0 responses
·
ruby, rails, tools, development toolkit
Creating a HTTP Server with ruby in 7 LOC
Emad Elsaid
·
4 responses
·
ruby, rails, http, server
Structs with type-casting in Ruby
Will Spitzer
·
0 responses
·
ruby, data types, structs
Convert Ruby 1.8 style hash rockets to Ruby 1.9 hashes in Vim
Ryan Rix
·
0 responses
·
ruby, rails, vim, ruby 1.9
Get your Jekyll site working with pow
Martin Haynes
·
0 responses
·
ruby, rack, pow, jekyll
Rails Breadcrumbs
Nick Larson
·
0 responses
·
ruby, rails, breadcrumbs
Midddleman Can't Nest Layouts with mixed file types.
Justin Hill
·
0 responses
·
ruby, haml, erb, middleman
Strong Parameters the Right Way
Ezequiel Delpero
·
3 responses
·
ruby, gems, ror, patterns