Hi all,
I''m looking to deploy a rails application to a server using frontbase
db. I have installed ruby-frontbase, but get an error when trying to
start the server using ''frontbase'' as my connection adaptor
name in
database.yaml.
The error is
------------------
/usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/connection_adapters/abstract/connection_specification.rb:200:in
`establish_connection'': database configuration specifies nonexistent
frontbase adapter (ActiveRecord::AdapterNotFound)
------------------
and sure enough, there is no adapter for frontbase in the connection
adapters folder of active record. The Agile Web Development with Rails
second edition book says that rails includes this frontbase adapter,
only requiring that ruby-frontbase be installed. And there appears to
be evidence of a frontbase adapter being part of rails here,
http://dev.rubyonrails.org/changeset/4304 . Does anyone know what the
status of the frontbase adapter is?
--~--~---------~--~----~------------~-------~--~----~
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
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk
-~----------~----~----~----~------~----~------~--~---