search for: m000009

Displaying 2 results from an estimated 2 matches for "m000009".

Did you mean: 3000009
2007 Jun 21
3
only checking certain parameters for a method
I''m writing a test where I only care about one of the parameters being sent to the method, does anyone think having a way to say that any value for a parameter which I don''t care about is valid? I''m thinking something like: def test_charge_is_for_10_bucks gateway = test_gateway member = Member.new member.credit_card_number = "1"
2008 Jan 02
4
utility of default_field
...returned sorted by term frequency across all indexed content in each model. What is the purpose of default_field? Under what multi-model circumstance, if any, is it not necessary to use it? Thanks, John *http://projects.jkraemer.net/rdoc/acts_as_ferret/classes/ ActsAsFerret/ActMethods.html#M000009