Popular Ruby Programming Tips
Manage a daemonized gem server with God
Stephen Benner
·
0 responses
·
ruby, daemon, gem, unix
Manipulating the database with ActiveRecord
Tomas Varneckas
·
0 responses
·
ruby, activerecord, schema
Create Gist from files in command line
Emad Elsaid
·
0 responses
·
ruby, github, rails, gist
Procfile for development/production
Tymon Tobolski
·
0 responses
·
ruby, rails, foreman
Humanized Attributes
Pedro Tavares
·
1 response
·
ruby, rails
Faster test suite boot times with Ruby on Rails
Codeship
·
0 responses
·
ruby, rails, testing, software testing
Code notes using Rake, Zsh
Kashyap
·
0 responses
·
zsh, rake, notes
ActiveRecord search within a concatenation of to fields using an incomplete query
toni
·
0 responses
·
ruby, rails, activerecord, sql
Installing Ruby Enterprise Edition on OS X 10.9 Mavericks with RVM
Javier Cuevas
·
0 responses
·
ruby, os x, ree, mavericks
Informal Proof of an Insolvable Problem (with code!)
Jared Davis
·
0 responses
·
ruby, logic, go
Nokogiri gem on FreeBSD, libiconv missing error
Jens Grassel
·
0 responses
·
ruby, freebsd
Running ruby scripts in the background with Screen
Josh Teng
·
0 responses
·
ruby, background
The proper way to setup an RVM gemset
Nathan Hopkins
·
0 responses
·
ruby, rvm
Idempotent alias_method_chain
chrismo
·
0 responses
·
ruby, rails, active_support
what ruby flog score means
Revath S Kumar(RSK)
·
0 responses
·
ruby, flog
Making zsh compatible with rake
Dan Jesus
·
0 responses
·
zsh, octopress, rake
Take care when using Kernel#Array()
Adam Meehan
·
0 responses
·
ruby, array, time, kernel
Quickly get files to refactor
Adam Stankiewicz
·
1 response
·
ruby, rails, git
Use .rvmrc for your Ruby project directories
Jake Mitchell
·
0 responses
·
ruby, gems, rvm, rvmrc
How to Install Xcode, Homebrew, Git, RVM, & Ruby 1.9.3 on Snow Leopard & Lion
Vitor Balocco
·
0 responses
·
ruby, xcode, mac, os x
Enum Based state machine in Ruby
Elad Meidar
·
0 responses
·
ruby, enum, state machine