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