search for: rempe

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

Did you mean: tempe
2008 Feb 08
4
x-post : find_or_initialize_by ActiveRecord bug? Ignores :conditions
Hello, I posted this on the rails talk group but received no response. Perhaps someone on this list could weigh in on whether this is expected/desired behavior or a bug that I should file and develop failing tests for (I doubt I have the active record method_missing fu to actually patch it). Test Scenario: I would like to find or initialize a new user and base the find on the users email
2007 Oct 03
2
rails:freeze:edge task is broken [updating to 2.0]
On 10/3/07, Glenn Rempe <glenn.rempe@gmail.com> wrote: > > > You may want to also take a look at this bug report that I filed. I > had the same problem and running the ''rake rails:freeze:edge > TAG=rel_2-0-0_PR'' TWO times resolved the issue for me when upgrading a > 1.2.3 app. E...
2007 Jun 15
0
Fwd: [ mocha-Patches-11583 ] Mocha 0.5.0 throwing unexpected warnings, one line patch included
...opened at 2007-06-14 21:28 > You can respond by visiting: > http://rubyforge.org/tracker/? > func=detail&atid=7479&aid=11583&group_id=1917 > > Category: None > Group: None >> Status: Closed >> Resolution: Accepted > Priority: 3 > Submitted By: Glenn Rempe (grempe) > Assigned to: Nobody (None) > Summary: Mocha 0.5.0 throwing unexpected warnings, one line patch > included > > Initial Comment: > Hello. > > The tests for my application run clean with mocha 0.4.0. I > upgraded one of my machines to 0.5.0 with a new install...
2008 Feb 07
1
ActiveRecord 'find_or_initialize_by' dynamic finder bug? Ignoring conditions.
Hello all, I just ran into something that I think is a bug, and I would like to confirm with the core team whether this is expected/desired behavior or if this is a bug that I should file and develop failing tests for (I doubt I have the active record method_missing fu to actually patch it). Test Scenario: I would like to find or initialize a new user and base the find on the users email