def merge_query!(options)
  return unless params[:query]
  statements = []
...

Ruby Merging conditions into an ...

by sferik, November 05, 2009 03:33, 2 refactorings, tagged with rails, ruby, merb

This is some controller cod...

1f74b13f1e5c6c69cb5d7fbaabb1e2cb Talk
<!-- Given the following locals -->
...

Ruby Building params hashes (for...

by sferik, September 30, 2009 19:28, No refactoring, tagged with rails, ruby, merb

This code happens to be for...

1f74b13f1e5c6c69cb5d7fbaabb1e2cb Talk
describe Stock do

  it "should be valid when new" do
...

Ruby repeated code in rspec mode...

by scottmotte.myopenid.com, November 15, 2008 08:51, No refactoring, tagged with model, rspec, merb

how do i clean up this repe...

2fb54bca5a55a7a16f8f9c20c05ce7c2 Talk