Ruby Development Tips
A few ruby tips you probably didn't know about but wish you did.
If you're ever in the need to find the right Ruby HTTP client
Björn Rochel
·
2 responses
·
ruby, http, client
Understand Ruby Visibility
Brandon Hansen
·
0 responses
·
ruby, visibility
Update Ruby syntax on a Rails project (1.9.3 to 2.0.0)
Rômulo Machado
·
3 responses
·
ruby, rails, 1.9.3, 2.0.0
Quickly get files to refactor
Adam Stankiewicz
·
1 response
·
ruby, rails, git
Using UUIDs with Redis Ohm
Arnaud Meuret
·
0 responses
·
ruby, redis, uuid, ohm
Rails configuration yaml files served via chef
Marvin Marcelo
·
0 responses
·
ruby, rails, chef, aws-opsworks
Uploading Files to S3 in Ruby with Paperclip
Harlow Ward
·
0 responses
·
ruby, paperclip, image uploads
Using guard and lame to convert wav to mp3.
Alexander Chaychuk
·
0 responses
·
ruby, guard, lame, wav
Otimizando compressão de imagens no rails
Stefano Diem Benatti
·
0 responses
·
ruby, rails, asset pipeline, image compression
Fork is not a heroku command
fool-dev
·
0 responses
·
heroku, ruby, ruby on rails, fork
Nested Routing w/ a parameterized scope
Tony Schneider
·
0 responses
·
ruby, rails, routing, scopes
Ruby Value Struct Example: Point
J-_-L
·
0 responses
·
ruby, value, struct
Routing resources with and without member blocks
Ben Burton
·
1 response
·
ruby, rails, routes
JS/PHP/RUBY Elegant switch for logical cases
Marcelo Waisman
·
0 responses
·
ruby, php, javascript
Share your localhost with the world...
Jason Rogers
·
0 responses
·
ruby, ssh, localhost
Micromessaging: Connecting Heroku Microservices w/Redis and RabbitMQ
Rudy Jahchan
·
0 responses
·
ruby, redis, service, rabbitmq
Rails Integration testing with Sorcery and Capybara
Gilbert
·
0 responses
·
ruby, rails, testing
OpenStruct Pull Request [WIP]
Kurtis Rainbolt-Greene
·
0 responses
·
ruby, openstruct
50 Web Developer Documentation Manuals You Need To Know About
Jason Davis
·
0 responses
·
ruby, php, python, mysql
Sidekiq + Newrelic Exception Notifier
Seyhun AKYÜREK
·
0 responses
·
ruby, sidekiq, newrelic
Redmine in Heroku
Francisco Granados
·
0 responses
·
ruby, rails, heroku, redmine
From Rails Controller to Javascript
Sylvester Willis
·
0 responses
·
ruby, coffeescript, rails, controller
Single Responsibility Principle on Rails Explained
Marcelo G. Cajueiro
·
0 responses
·
ruby, rails, patterns, solid