Ruby Development Tips
A few ruby tips you probably didn't know about but wish you did.
Rails N+1 with nested has_many
Bryan Mikaelian
·
0 responses
·
ruby, rails, activerecord
Get time in given Time Zone
Adam Stankiewicz
·
0 responses
·
ruby, rails
Better Specs { rspec guidelines with ruby }
Matías
·
0 responses
·
ruby, rails, test, ror
You can specify ruby version for Bundler
Alexander Kirillov
·
1 response
·
ruby, rails, heroku, bundle
Rails - filter using join model on has_many through
James Brooks
·
0 responses
·
ruby, rails, active record, merge
running rake db:seed without duplicating data
Павел Калашников
·
2 responses
·
rails, rake
Getting Sunspot Solr group searches to work with Active Model Serializers
Mark Hazlett
·
0 responses
·
ruby, rails, solr, sunspot
You can do full-text search on Heroku FOR FREE by working around bogons in PgSearch's pg_search_scopes.
Dave Aronson
·
0 responses
·
ruby, rails, heroku, search
Hash value inheritance
Stevenson Jean-Pierre
·
0 responses
·
ruby, hash, lookup
Talk @ QCon São Paulo 2012
Plínio Balduino
·
0 responses
·
ruby, qcon, talk, lighting talk
Rails/Rake Database Rebuild Timesaver
Dom
·
0 responses
·
ruby, rails, database, rake
How to transpose Ruby Hash keys from strings to symbols
Arnaud Meuret
·
0 responses
·
ruby, oneliner
Installing Ruby 2.0.0 on Mac OS 10.8.2 with MacPorts
Maxim Smirnov
·
0 responses
·
ruby, rails, mac os x
If you're ever in the need to find the right Ruby HTTP client
Björn Rochel
·
0 responses
·
ruby, http, client
Beware Ruby Numeric functions inside Enumerable.inject
Ashley Raiteri
·
0 responses
·
ruby, csv, enumerable, sum
Continuously process work with EM::Queue
Alex Sharp
·
0 responses
·
ruby, eventmachine
Get to know ZMQ
Adam Stankiewicz
·
0 responses
·
ruby, php, python, unix
Check your ruby files' syntax in parallel
Florian Frank
·
0 responses
·
ruby, shell, unix
Keep Bootstrap Updated
Marc Qualie
·
0 responses
·
ruby, bootstrap, rake, font awesome
Backtrace on demand
Tom Lea
·
0 responses
·
ruby, rails, debugging, backtrace
Rails - Reload object
Nícolas Lazarte Kaqui
·
0 responses
·
ruby, rails
GEO Distance between points
Oto Brglez
·
0 responses
·
ruby, geo, haversine, distance
Test your Ruby code with Pry
Nathan Hopkins
·
0 responses
·
ruby, test
DateTime iso8601
Rex Chung
·
0 responses
·
ruby, datetime
Rails before_render filter
Nathan Hopkins
·
0 responses
·
ruby, rails