ha... my problem was I was running a rake take
so the initializers weren't being run

this seems to have worked for me:
rake db:create:all -P development

On Aug 1, 3:07 pm, Doug <[email protected]> wrote:
> That fix is being ignored in my case. Win XP
>
> I get exactly the same error.
>
> When I run the console it is modifying the class however.
>
> On Aug 1, 2:55 am, MadChipset <[email protected]> wrote:
>
> > OK. Now there is a temporary solution, I suppose before postgres-pr
> > gets updated... It's very well explained here 
> > :http://github.com/mneumann/postgres-pr/issues/unreads#issue/1
>
> > You need to add to : config/initializers/new_rails_defaults.rb, the
> > following :
>
> > def PGconn.quote_ident(name)
> >     %("#{name}")
> > end
>
> > On Jul 31, 6:34 pm, MadChipset <[email protected]> wrote:
>
> > > I have the very same problem when migrating from rails 2.3.2 to 2.3.3.
> > > Nothing else has been modified.
>
> > > Please help...
>
> > > Shall we wait for a new version of postgres-pr (actual 0.6.1) ?
>
> > > Thanks
>
> > > On 27 juil, 18:58, rrg1970 <[email protected]> wrote:
>
> > > > We have updated the rails version from 2.1.1 to 2.3.3 and we get the
> > > > folowing error message:
>
> > > > undefinedmethod`quote_ident' forPGconn:Class
>
> > > > Any idea about it?
>
> > > > Thanks in advance.
--~--~---------~--~----~------------~-------~--~----~
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