186 reputation
3
bio website
location Ann Arbor, MI
age 33
visits member for 2 years, 3 months
seen Jun 13 at 21:28
stats profile views 7

Learning all day all the time :)


Feb
15
comment building a query from a parent attribute
Do you really need from()? What query do you get if you remove from?
Feb
15
answered rails form logic on submit
Feb
15
comment Two Buttons in Rails
You shouldn't have to pass params around. Should just work.
Feb
15
answered Ruby on Rails, :notice
Feb
15
answered “New” render redirects to unexpected URL
Jul
19
awarded  Critic
Feb
2
asked Serving dynamic text from db or cache or file with Rails?
Nov
15
answered Cookies within a cucumber test using capybara
Nov
15
comment Cookies within a cucumber test using capybara
Very nice. I don't know if you will need this, but if you are just using rack-test following should let you set any headers too. Capybara.current_session.driver.options ||= {} Capybara.current_session.driver.options[:headers] ||= {} Capybara.current_session.driver.options[:headers][...] = ...
Aug
1
answered Calling REST WS from command line
Aug
1
awarded  Supporter
Aug
1
answered Why is this returning an 'undefined method' error
Jul
20
comment Accessing variables from different controllers
Woot. Sorry, I took redirect_to from somewhere and just added parameters. I should have been more careful. :)
Jul
14
answered Accessing variables from different controllers
Jul
14
answered delete_all vs destroy_all?
Jul
13
awarded  Teacher
Jul
13
answered Ruby on Rails: How do I protect my app from packet sniffers modifying packets?