Ruby Development Tips
A few ruby tips you probably didn't know about but wish you did.
Little ruby snippet to find words in files recursively
Rafael Barbosa
·
2 responses
·
ruby, find, directory, words
Run your rails server in port 80
Orlando Del Aguila
·
0 responses
·
rails, rvm, rvmsudo
Start localtunnel programmatically with rails s
Eric Holmes
·
0 responses
·
ruby, rails
Gem debugger install error ruby
Kirill Shaplyko
·
0 responses
·
ruby, debugger, byebug
Guide to Installing Ruby, Ruby on Rails, Gems (Including mysql2 gem) on Mac OS 10.8
Pravin Bansal
·
3 responses
·
ruby, mysql, rails, ruby gems
Sync User Contacts with Campaign Monitor
Tu Hoang
·
0 responses
·
ruby, rails, delayed_job, concerns
Hack out distributable notes in markdown
Charles Butler
·
0 responses
·
ruby, markdown, timesaver, github-redcarpet
Use rvm aliases in .rvmrc files
Phillip Oertel
·
0 responses
·
ruby, alias, rvm, install
Install Ruby 1.9.3-p194 on Openshift DIY Easily
Alif Rachmawadi
·
0 responses
·
ruby, rbenv, openshift
Vim syntax highlight for Cheffile
Gabor Garami
·
0 responses
·
ruby, vim, chef, opscode
mtr/traceroute to a url
Frank Louwers
·
0 responses
·
ruby, zsh, cli, mtr
Class variables in Rspec tests - reloads will happen during testing!
Max Schubert
·
0 responses
·
ruby, rails, rspec
Running specifing specs with rspec 1.x
Thomas Riboulet
·
0 responses
·
ruby, rspec
SimpleDelegator Query Objects and Param Objecs
Boris Barroso
·
1 response
·
ruby, rails, delegator, query object
Gist made easy for mac
Erik Chacon
·
0 responses
·
ruby, gem, gist, github
Use RVM with chruby
Michal Papis
·
0 responses
·
ruby, rvm, chruby
Simple pattern for i18n spanish genders in rails
Franco
·
0 responses
·
ruby, rails, i18n, yaml
Cost effective way of Exception tracking
Rahul Trikha
·
0 responses
·
ruby, rails, android, error
Optimize Ruby Compilation
Ryan Montgomery
·
3 responses
·
ruby, optimization, cflags
A capistrano plugin for simplifying EC2 deployment processes
Cristiano Diniz da Silva
·
2 responses
·
ruby, gems, ec2, capistrano
Object-Hash Mapping for Redis
Gustavo Leguizamon
·
2 responses
·
ruby, redis
Concerning ActiveSupport::Concern
Ryan Sobol
·
0 responses
·
ruby, rails
A Better Fibonacci (Revisited)
Jared Davis
·
0 responses
·
ruby, algorithms, fibonacci, recursion
Specs and cucumber : 32 or 64bit?
Pierre Ozoux
·
2 responses
·
ruby, performance, cucumber, specs
Sometimes, I have JSON arrays that I want to see as CSV
Aaron Spiegel
·
0 responses
·
ruby, json, csv