Ruby Development Tips
A few ruby tips you probably didn't know about but wish you did.
Installing Ruby 2.0.0 on Mac OS 10.8.2 with MacPorts
Maxim Smirnov
·
0 responses
·
ruby, rails, mac os x
Check your ruby files' syntax in parallel
Florian Frank
·
0 responses
·
ruby, shell, unix
How to drop all database connections to a PostgreSQL database
Gergo Sulymosi
·
0 responses
·
rails, postgres, rake, postgresql
A few words about Array.wrap and Kernel#Array
Dmitry Vorotilin
·
0 responses
·
ruby, rails
Rails before_render filter
Nathan Hopkins
·
0 responses
·
ruby, rails
Continuously process work with EM::Queue
Alex Sharp
·
0 responses
·
ruby, eventmachine
Nokogiri gem on FreeBSD, libiconv missing error
Jens Grassel
·
0 responses
·
ruby, freebsd
Backtrace on demand
Tom Lea
·
0 responses
·
ruby, rails, debugging, backtrace
GEO Distance between points
Oto Brglez
·
0 responses
·
ruby, geo, haversine, distance
Convert latin1 to UTF-8 in SQLite using Ruby
Sam Davies
·
0 responses
·
ruby, sqlite, utf-8
DateTime iso8601
Rex Chung
·
0 responses
·
ruby, datetime
Ninsho for omniauth
Abraham
·
0 responses
·
ruby, rails, omniauth, authentication
Running ruby scripts in the background with Screen
Josh Teng
·
0 responses
·
ruby, background
Manage a daemonized gem server with God
Stephen Benner
·
0 responses
·
ruby, daemon, gem, unix
Mocking ActiveRecord To Test Concerns.
Jordon Bedwell
·
0 responses
·
ruby, rails, active-record, rails4
The Noob Who Thought Programming Was Easy
Ivan Sim
·
4 responses
·
ruby, programming, ivanhcsim
Quickly get files to refactor
Adam Stankiewicz
·
1 response
·
ruby, rails, git
Test your Ruby code with Pry
Nathan Hopkins
·
0 responses
·
ruby, test
Check your GitHub Commit Density
Kazi Manzur Rashid
·
4 responses
·
ruby, fun, github
New code editor Brackets
Mariz Melo
·
2 responses
·
javascript, ruby, php, python
Export all named routes from Ruby on Rails to Javascript (Rails 4 only)
Anton Ageev
·
0 responses
·
javascript, ruby, rails, routes
Comparing version strings in Ruby
Michel Billard
·
0 responses
·
ruby, string, version, comparison
How Rails autoloading works
Dmitry Vorotilin
·
0 responses
·
ruby, rails, dependencies, autoloading
Code notes using Rake, Zsh
Kashyap
·
0 responses
·
zsh, rake, notes