Ruby Development Tips
A few ruby tips you probably didn't know about but wish you did.
== and ===
Melanie Archer
·
0 responses
·
ruby
Never include GitHub access tokens in your Gemfile again
Mario Uher
·
0 responses
·
ruby, rails, secure, github
OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=SSLv3
Djalma Araújo
·
0 responses
·
ruby, rails, osx, rvm
Share running code with CodePicnic
Gustavo Leon
·
0 responses
·
ruby, php, python, rails
Generating a gem template
Jack
·
0 responses
·
ruby, rubygems
Compilando uma versão Ruby
Rogério Zambon
·
0 responses
·
ruby, compilar, compilando
Setting Response Headers for aws_s3 download requests in ruby
yaojie
·
0 responses
·
ruby, aws, s3, response headers
Scoping and default for I18n Rails
Dinesh Vasudevan
·
0 responses
·
ruby, rails, i18n
A mutable framework extension for Sinatra
Jarrod Taylor
·
0 responses
·
ruby, sinatra
Race Conditions Solution for Rails Uniqueness Validations
Esteban Pintos
·
0 responses
·
rails, ruby, postgresql, race conditions
Ruby style guide
Jayson Mandani
·
0 responses
·
ruby, jsonmanz
Method naming tip: Keep implementation details out.
Gavin Morrice
·
2 responses
·
ruby, rails, best practices, conventions
No Cache
Dinesh Vasudevan
·
0 responses
·
ruby, rails
If-else expression in boolean
Weera Wu
·
0 responses
·
ruby, boolean, mux
Skip installing Gem documents - by default.
Jason Melgoza
·
0 responses
·
ruby, terminal, gems
Most Common Mistake on Legacy Rails Apps
Ezequiel Delpero
·
0 responses
·
ruby, rails, ror
Show SQL statements in log in Rails 2.3
Chad Ostrowski
·
0 responses
·
ruby, rails
What to test in a Rails app?
Trung Lê
·
0 responses
·
ruby, rails, testing