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/ac
tive_record/connection_adapters/abstract/connection_specific
ation.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 googlegroups.com
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe googlegroups.com
For more options, visit this group at http:
//groups.google.com/group/rubyonrails-talk
-~----------~----~----~----~------~----~------~--~---
|