search for: lukemelia

Displaying 4 results from an estimated 4 matches for "lukemelia".

2007 Sep 11
1
Fwd: [ mocha-Feature Requests-13763 ] add with_any_arguments method
...ments method To: noreply at rubyforge.org Feature Requests item #13763, was opened at 2007-09-07 17:43 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=7480&aid=13763&group_id=1917 Category: None Group: None Status: Open Priority: 3 Submitted By: Luke Melia (lukemelia) Assigned to: Nobody (None) Summary: add with_any_arguments method Initial Comment: We''ve found this useful when we don''t care about the arguments passed to a method. It would be great for it to find it''s way into mocha. module Mocha class Expectation def with...
2009 Feb 05
2
[Cucumber] Progress Bar
Inspired by Nick Evans'' RSpec progress bar[1], I had a little crack at implementing the progress bar for cucumber, ''cause I want to know how long a break I can take while the features are running :) It''s in my fork, in the coverage_formatter branch: http://github.com/mattwynne/cucumber/tree/master It will dump failing feature, scenario, step and the exception as
2010 May 06
5
Garbage collection outside of request cycle?
I''ve been analyzing our Unicorn-powered Rails app''s performance, and have found that garbage collection is a big factor in slow requests. In the interest of avoiding those performance hits while handling requests, would it be possible to have a unicorn worker run garbage collection after handling a request and before waiting for the next one? Would this be a good idea? Cheers,
2006 Apr 21
3
Rails on Pair networks
I''ve been looking to play about with Ruby on Rails for a while just to see what the fuss is about and now that I have, it looks very impressive. Unfortunately I can''t seem to get it to run on my shared web server which is run by the hosting company pair networks (www.pair.com). I found the handy guide on the wiki that seemed tailor made for my problems and followed the