94 reputation
7
bio website nickurban.com
location
age
visits member for 2 years, 4 months
seen 8 hours ago
stats profile views 9

Programmer, philosopher, singer, traveler. Trying to do it all... :)


Mar
27
comment autotest and rspec giving different answers
after(:all) does not run following each test -- it runs once, after all of the tests have finished. You probably want to call test_reset! in an after(:each) block.
Feb
26
answered rails devise hook into on_login
Feb
4
awarded  Teacher
Jan
25
revised How to get ActiveAdmin to work with Strong Parameters?
forgot to wrap return value in array
Jan
24
answered How to get ActiveAdmin to work with Strong Parameters?
Dec
1
awarded  Popular Question
Jun
24
revised Is it thread safe to set Active Resource HTTP authentication on a per-user basis?
add link to well_rested
Apr
30
asked Is it possible to change the selected database with the Mysql2 gem?
Dec
30
answered How do I get Rails to log my Rack::CommonLogger messages?
Dec
29
awarded  Tumbleweed
Dec
22
revised How do I get Rails to log my Rack::CommonLogger messages?
include "passenger" in the body (rather than simply mod_rails, a synonym) since the tag is passenger
Dec
22
asked How do I get Rails to log my Rack::CommonLogger messages?
Nov
29
revised Why is a cap deploy giving Permission denied (publickey)?
grammar fixes
Nov
29
awarded  Supporter
Nov
29
suggested suggested edit on Why is a cap deploy giving Permission denied (publickey)?
Nov
20
comment How do I make Ruby's RestClient gem respect content_type on post?
Thanks, that works correctly.
Nov
20
accepted How do I make Ruby's RestClient gem respect content_type on post?
Nov
18
revised How do I make Ruby's RestClient gem respect content_type on post?
edited title
Nov
18
accepted Is it thread safe to set Active Resource HTTP authentication on a per-user basis?
Nov
18
asked How do I make Ruby's RestClient gem respect content_type on post?