Frederick Cheung wrote: > On 11 Dec 2008, at 15:47, Kad Kerforn wrote: >> active_support/testing/setup_and_teardown.rb:14:in >> `included':NameError: uninitialized constant ActiveSupport::Callbacks >> >> /usr/local/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/ >> console_with_helpers.rb:19:NoMethodError: >> undefined method `require_dependency' for main:Object >> >> >> what could be the error ? thanks for your help ... >> > ActionView hasn't been loaded yet. Move all of that into a file in > config/initializers > > Fred
Thanks a lot..... is there any link to a doc where i can read more about the initialization process... ? (like the one I have on boot process of my OS X system...) -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

