On Sat, Nov 7, 2009 at 6:45 AM, Antony Nambikkai <[email protected]> wrote: > > c:/ruby/lib/ruby/gems/1.8/gems/activerecord-2.3.4/lib/active_record/connection_a > dapters/abstract/connection_specification.rb:76:in > `establish_connection': Pleas > e install the postgres adapter: `gem install > activerecord-postgres-adapter` (no > such file to load -- active_record/connection_adapters/postgres_adapter) > (Runtim > eError) > from > c:/ruby/lib/ruby/gems/1.8/gems/activerecord-2.3.4/lib/active_record > /connection_adapters/abstract/connection_specification.rb:60:in > `establish_conne > ction' > > I am Getting the above error while executing the below command. > >>ruby script/generate cs_active_scaffold > > Plzz Help he soon ....
Have you read the error? The error itself is telling you what's wrong and how to fix it. Install the Postgres adapter. -- Leonardo Mateo. There's no place like ~ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

