Douglas F Shearer

376
reputation
23 views

Registered User

name Douglas F Shearer
member for 1 year
seen 15 hours ago
website
location Edinburgh, United Kingdom
age 24
Employment: Technical Architect for a social network. Entertainment: Races mountainbikes
Nov
27
comment Using Ruby, how can I get the sum of a specific item out of an array of hashes?
You have a missing ampersand on the argument of the first reduce. Should be: sum = array.reduce(&:list_price)
Nov
24
answered will_paginate works on local box, gives “undefined method to_i” on server but both point to the same database
Nov
24
comment Win32.: How to scrape HTML without regular expressions?
On the Ruby side there is also ScrAPI: blog.labnotes.org/2006/07/…
Nov
23
answered Build a web console for Xen domU instances.
Sep
17
accepted Generating graphs in a RubyOnRails application
Sep
17
awarded  Yearling
Aug
25
answered Adding an autoincrementing SNO column in Rails Scaffolding?
Jul
14
answered Rails: Runtime configuration of ActionMailer?