Ruby Development Tips
A few ruby tips you probably didn't know about but wish you did.
Using Pry with Pow
Ruben Ascencio
·
0 responses
·
ruby, rails, pow, pry
Inheriting from: Struct
Ian Rodriguez
·
2 responses
·
ruby, rails
Make rvm and Sublime Text 2 play nice
Frank Louwers
·
5 responses
·
rvm, sublime text2
Install nokogiri gem on CentOS with prerequesites
Ivan Storck
·
1 response
·
ruby, centos, nokogiri
[Capybara] Click in a div/span
Luciano Sousa
·
0 responses
·
ruby, capybara, rspec, testunit
Redis to redis data copy
Matjaz Muhic
·
1 response
·
ruby, redis, restore, dump
Switching to boxen ?
Thomas Riboulet
·
2 responses
·
ruby, boxen, github
Create Dynamically classes in Ruby
Boris Barroso
·
0 responses
·
ruby, rails, activerecord
Sort array of objects by multiple fields in Ruby
Jelle Vandebeeck
·
0 responses
·
ruby, sorting
Lightweight gemsets with rbenv
Rico Sta. Cruz
·
2 responses
·
ruby, rubygems, gems, rvm
Reload a single gem dependency source file
Marcello Barnaba
·
0 responses
·
ruby, rails, hack, trick
Google URL Shortener API in Ruby
Jésus Lopes
·
0 responses
·
ruby, rubygems, googl
quickly build native ruby packages with fpm + rbenv
Sam Halicke
·
1 response
·
ruby, rbenv, centos, debian
Backup your Rails DB
Rajeev N Bharshetty
·
1 response
·
ruby, rails, gem, backup
JSON API response for 'No route matches'
Marvin Marcelo
·
0 responses
·
ruby, api, json, rails3
Custom Log Location in Rails
Stephen Orens
·
0 responses
·
ruby, rails, logging
Remove ugly #_=_ string from URL when using Facebook OmniAuth
John jensen
·
1 response
·
ruby, rails, facebook, js
Rails console and `app.get` result in the browser
maximed
·
0 responses
·
ruby, rails, pry
Installing rmagick 2.13.1 in MacOS X Mavericks
Zapic0
·
1 response
·
ruby, rails, osx, mac
How to install Ruby on Rails on Windows
fool-dev
·
0 responses
·
ruby, rails, install, windows
Fix undefined method `per' error on Will_Paginate and ActiveAdmin
David Chua
·
5 responses
·
ruby, rails, active_admin, will_paginate
Rake Progress Bar
Nick DeSteffen
·
1 response
·
ruby, rake
Pretty print JSON responses with curl/ruby
Felipe Elias Philipp
·
2 responses
·
ruby, curl, json
Using .reject with .map in Ruby
Corey Grunewald
·
2 responses
·
ruby, map, reject