search for: fritza

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

Did you mean: fritz
2008 Dec 05
3
"singleton can't be dumped," but not using singleton
...me handler. The parameters for both invocations of select_person_by_name are as I expect from what I did in the view. select_person_by_name appears in my source twice: Once to def it, and once as the :action in the form that invokes it. Could someone please give me a further lead? -- F === fritzanderson:calert2 fritza$ ruby -v ruby 1.8.6 (2008-03-03 patchlevel 114) [universal-darwin9.0] fritzanderson:calert2 fritza$ rails --version Rails 1.2.6 === Here is the code, boiled down. Values, classes, etc., are verified by logger calls (omitted): === class AdminController < ApplicationControll...
2009 Mar 06
2
rake test:functionals -> Task not supported by ''
I have a Rails project in which I''ve been using "rake test" tasks with great success. At some point (there were a few changes in the interim), rake started aborting test tasks. Here is the dialog: === $ rake test:functionals (in /Users/fritza/myproject) rake aborted! Task not supported by '''' (See full trace by running task with --trace) === The separate suites (e.g., "ruby test/functional/mycontroller_test.rb") work, reporting failures or not as usual. rake test:units, test:functionals, and test:integratio...