Displaying 3 results from an estimated 3 matches for "model_without_deprec".
2007 Mar 17
0
webrick failing with "NameError: cannot remove Object::UnknownPropertyMethod"
...moved from
Rails 2.0 See http://www.rubyonrails.org/depr
ecation for details. (called from ./script/../config/../app/
controllers/application.rb:7)
DEPRECATION WARNING: depend_on is deprecated and will be removed from
Rails 2.0 See http://www.rubyonrails.org/
deprecation for details. (called from model_without_deprecation at /
usr/local/lib/ruby/gems/1.8/gems/actionpack-
1.13.3/lib/action_controller/deprecated_dependencies.rb:13)
DEPRECATION WARNING: model is deprecated and will be removed from
Rails 2.0 See http://www.rubyonrails.org/depr
ecation for details. (called from ./script/../config/../app/
controller...
2007 Jun 05
6
Help with spec controller
Hello,
I haven''t been able to create a controller spec.
You can see the code here:
http://pastie.caboo.se/67980
The error message I''m getting is:
Spec::Mocks::MockExpectationError in ''PersonController should tell the Person
model to create a new person on POST to create''
Mock ''person'' received unexpected message :save with (no args)
2007 Jan 30
0
No reaction from memcached
...Rails 2.0 See http://www.rubyonrails.org/deprecation for details.
(called from ./script/../config/../config/../app/controllers/
application.rb:6)
DEPRECATION WARNING: depend_on is deprecated and will be removed from
Rails 2.0 See http://www.rubyonrails.org/deprecation for details.
(called from model_without_deprecation at /usr/lib/ruby/gems/1.8/gems/
actionpack-1.13.1/lib/action_controller/deprecated_dependencies.rb:13)
</snip>
ActiveRecord instances load just fine but I get no indication that any
caching is taking place. I get no output from my memcached-process,
nothing in the rails logs and nothi...