Popular Ruby Programming Tips
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
Gradient fills with RubyMotion
spnkr
·
1 response
·
ruby, uiview, helmwind, cagradientlayer
Multiple versions of Ruby with Nginx
Alan Stirling
·
0 responses
·
ruby, nginx, passenger, versions
Use envdir with Capistrano v3
Daniel Alejandro Gaytán Valencia
·
0 responses
·
ruby, capistrano, rake, daniel-g
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
Display Test::Unit test names when running tests
Jorge Dias
·
0 responses
·
ruby, test, test unit, test names
Testing your site's response time- PageSpeed
Avner Cohen
·
0 responses
·
ruby, css, ui, ux
Hash#marge vs Hash#merge
Steven Harman
·
0 responses
·
ruby, facepalm
Retryable gem
Nikita Fedyashev
·
0 responses
·
ruby, github
My Development Toolbox
Caleb Mingle
·
0 responses
·
ruby, rails, tools, development toolkit
Ruby: ask a password without echoing
Luca Guidi
·
0 responses
·
ruby, cli
Get your Jekyll site working with pow
Martin Haynes
·
0 responses
·
ruby, rack, pow, jekyll
Beginners Guide to Authoring Gems using Jeweler
Emil Soman
·
0 responses
·
ruby, gem, open source
Uninstall all Ruby Gems on Mac
Nitesh
·
0 responses
·
ruby, mac
Structs with type-casting in Ruby
Will Spitzer
·
0 responses
·
ruby, data types, structs
Creating a HTTP Server with ruby in 7 LOC
Emad Elsaid
·
4 responses
·
ruby, rails, http, server
Midddleman Can't Nest Layouts with mixed file types.
Justin Hill
·
0 responses
·
ruby, haml, erb, middleman
Convert Ruby 1.8 style hash rockets to Ruby 1.9 hashes in Vim
Ryan Rix
·
0 responses
·
ruby, rails, vim, ruby 1.9
Accessing ActiveRecord DB column options
Bill Agee
·
0 responses
·
ruby, rails, activerecord
Strong Parameters the Right Way
Ezequiel Delpero
·
3 responses
·
ruby, gems, ror, patterns