Displaying 3 results from an estimated 3 matches for "as_load_path".
2006 Mar 21
2
r3981 causes SystemStackError
...in
`underscore': stack level too deep (SystemStackError)
from ./script/../config/../vendor/rails/activesupport/lib/active_support/core_ext/string/inflections.rb:26:in
`underscore'
from ./script/../config/../vendor/rails/activesupport/lib/active_support/dependencies.rb:93:in
`as_load_path'
from ./script/../config/../vendor/rails/activesupport/lib/active_support/dependencies.rb:92:in
`collect'
from ./script/../config/../vendor/rails/activesupport/lib/active_support/dependencies.rb:92:in
`as_load_path'
from ./script/../config/../vendor/rails/actives...
2006 Feb 26
6
Having trouble getting Edge Rails running
Hello,
I''ve been playing with this for hours, and got through a couple glitches
(e.g. updating to Ruby 1.8.4) but this one is well beyond my N00b
skills. When trying to run script/server I get:
./script/../config/../vendor/rails/activesupport/lib/active_support/dependencies.rb:87:in
`as_load_path'': stack level too deep (SystemStackError)
from
./script/../config/../vendor/rails/activesupport/lib/active_support/dependencies.rb:106:in
`const_missing''
from
./script/../config/../vendor/plugins/engines/lib/dependencies_extensions.rb:28:in
`require_or_load'...
2006 Jul 05
2
Serialized object behaves weird
Hi!
I got a class named EinsatzFilter which I serialized to session. Before
saving to session it works afterwards I keep getting the message:
"undefined method `to_s'' for #<Person:0x38c6ab8>". "Person" is a from
ActiveRecord::Base inherited class.
Code:
class EinsatzFilter
include ApplicationHelper
attr_reader :personen, :monat, :projekte, :kunde