No problem - actually it is interisting question why it worked on the
development environment but I don't know the answer  ;)

On 29 Paź, 21:00, Daniel Fac <[EMAIL PROTECTED]> wrote:
> Thanks! that worked perfectly,
> I still don't really understand why the error didn't come up during
> development and only during the unit testing.  But thanks a lot!
>
>
>
> Frederick Cheung wrote:
> > On Oct 29, 7:46 pm, reHa <[EMAIL PROTECTED]> wrote:
> >> I ussually add my things after the initializer - mybe try this way
>
> >> Rails::Initializer.run do |config|
> >> #standard stuff
> >> end
>
> >> #my stuff
> >> APP_TEXT = ....
>
> > The reason why this is a good thing is that it means the code runs
> > after Rails has been loaded. Given that HashWithIndifferentAccess is
> > part of rails this is a good thing !
>
> > Fred
> > (PS: config/initializers)
>
> --
> Posted viahttp://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
-~----------~----~----~----~------~----~------~--~---

Reply via email to