Antony Prabhu wrote:
> Thanks for you all.....
> 
> The Issue solved by Installing the gem
> 
> gem install postgres -pr
> 
> also if you are using rails version > 2.0
> 
> you need to add the following method in rails application
> 
> goto \config\initializers
> 
> in new_rails_defaults.rb
> 
> add the method
> 
> def PGconn.quote_ident(name)
>     %("#{name}")
> end

That should not be necessary.  Try the postgres gem, not postgres-pr.

> 
> Now the Active Scaffold works fine ......
> 
> Thanks friends.......
> 
> Actually I am trying to remove the database Connection and Read the
> data from the file and write a data to the same file thro active
> scaffold ....

What?

> 
> Kindly provide you valuable Ideas.....
> 
> - Antony Nambikkai

Best,
--
Marnen Laibow-Koser
http://www.marnen.org
[email protected]
-- 
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to