Popular Ruby Programming Tips
Taking a Backup for your MySQL DB and send it via email using Ruby
Emad Elsaid
·
0 responses
·
ruby, mysql, rails
Hacking mruby onto Heroku with Buildpacks
Richard Schneeman
·
0 responses
·
ruby, heroku, mruby, buildpacks
Transform everthing in an Object with Proc and Lambda
Pedro Lucas Porcellis
·
0 responses
·
ruby, objects, lambda, proc
Test multiple local Rails engines together
Nathan Hopkins
·
0 responses
·
ruby, rails, engines
Gumdrop
Matt McCray
·
0 responses
·
ruby, static cms, github
Monty Hall in 30 lines
Phil Smith
·
0 responses
·
ruby, statistics, montyhall
Create a gem in a gist
Javier Cervantes
·
0 responses
·
ruby, git
Ruby with RVM in Sublime Text 2
Alan Ivey
·
0 responses
·
ruby, rvm, sublime text 2
Cucumber and Capybara Up and running in 5 minutes
Fabrizio Soppelsa
·
0 responses
·
ruby, cucumber, capybara
Easy Ruby versions from your .bashrc
Tyler Distad
·
2 responses
·
ruby, bashrc, bash
Reading user configuration file on Ruby
zunda
·
0 responses
·
ruby, rc file
Raketask for connecting to Redis on Heroku
Lennart Fridén
·
0 responses
·
ruby, heroku, redis, rake
(Almost) Painless Removal of Gems
Peter Boling
·
1 response
·
ruby, rubygems, rvm
Running a command in the rails console without output
Marcelo G. Cajueiro
·
0 responses
·
ruby, rails, console
Creating "gem install" commands from a given "gem list" output
Philipp Haußleiter
·
0 responses
·
ruby, gem, tools, command
Fix issue when trying to install ruby 2.2.1 on openSUSE Leap
Mauro Morales
·
0 responses
·
ruby, opensuse, leap, zypper
Rake, bundler and File.dirname(__FILE__)
Jason Porter
·
0 responses
·
ruby, bundler, guard
Ruby show me the method
Dmitry Vorotilin
·
0 responses
·
ruby, rails, method source
Use inotify to respond to filesystem events
Spencer Williams
·
0 responses
·
ruby, python, linux, java
Find out quickly methods available for class
Adam Stankiewicz
·
0 responses
·
ruby, irb, pry
Conhecendo o Ruby: Diferença entre include e extend
Rogério Zambon
·
0 responses
·
ruby, include, conhecendo, extend
Only ever test your objects' public API
Stuart Liston
·
0 responses
·
ruby, public, test, programming
Nested ruby hashes w/o needing ||=
James Brooks
·
0 responses
·
ruby, hash
Return has_many association's field as an array
Leon Guan
·
0 responses
·
ruby, rails, ror