Ruby Development Tips
A few ruby tips you probably didn't know about but wish you did.
easy Ruby base conversion
Aaron H
·
0 responses
·
ruby, math
Spring error with `uninitialized constant Spring::SID::DL (NameError)`
Kirill Shaplyko
·
0 responses
·
ruby, spring, rbenv
Autocompletion
Dinesh Vasudevan
·
2 responses
·
ruby, irb
Create a New Gemset (Shorthand Syntax)
Kerem Bozdas
·
0 responses
·
ruby, rails, rvm, gemset
Rails 4's `.select` and `.select!` object masked as a typical Array
Justin Smestad
·
0 responses
·
ruby, activerecord, bug, array
Bootstrapping Chef on Debian 7.0
Sylvain Niles
·
0 responses
·
ruby, bootstrap, chef, devops
REPL Workflow
David Kormushoff
·
0 responses
·
ruby, workflow, repl, python
Integrate Rails flash alert/notice messages into Bootstrap 3 dismissible alert
Arthur
·
0 responses
·
ruby, rails, bootstrap
Get foreman to show rails log when starting server
Jason Ayre
·
0 responses
·
ruby, rails, foreman
RailsAdmin and ActiveSupport::Concern
Julio Betta
·
0 responses
·
ruby, rails, activesupport, concern
Zeus gem
Marcelo G. Cajueiro
·
0 responses
·
ruby, rails
Find a program that uses a specific port (OSX)
Daniel Schmidt
·
0 responses
·
ruby, osx, process
Bundler e Rails 2.3 LTS
Gustavo Kuklinski
·
0 responses
·
ruby, rails, rails legacy, rails 2.x
Deploy non-Ruby apps with Capistrano
Fabrizio Soppelsa
·
0 responses
·
ruby, capistrano, deploy
apt-get ruby2
Alex Gibson
·
0 responses
·
ruby, debian, ubuntu, ruby2
Rails 4 OpenShift Logger Production
Dinesh Vasudevan
·
0 responses
·
ruby, rails, openshift, rails4
If you're not Surprised by how Good you are it could be a Sign you're not Improving
Matthew Spence
·
2 responses
·
ruby, php, rails, learning
surpress result output in irb
Jason Stillwell
·
0 responses
·
ruby, irb
AWS Auto Scaling
Guilherme Elias
·
0 responses
·
ruby, commandline, aws, autoscaling
Off the ground with Sinatra
Richard Howard
·
0 responses
·
ruby, sinatra
Search email message by title
Alex Lushpai
·
0 responses
·
ruby, snippet, regexp
Prepare Mac for development @FlatStack
Timur Vafin
·
0 responses
·
ruby, rails, osx, dotfiles
Ruby script to convert Panasonic videos to iPhoto
Pedro Rodrigues
·
0 responses
·
ruby, video, ffmpeg, panasonic
Don't mix comparison (==) with assignment (=)
Eldad Fux
·
1 response
·
ruby, php, .net, nodejs