I'm trying to use ActiveRecord::Migrate using the frontbase adapter. I get the following error, as previously reported for the Oracle adapter a while ago. Seems that the select_rows method isn't implemented in the adapter. I did some extensive web and forum searches but wound up completely empty-handed. Is anyone using this anymore?
I would very much appreciate any suggestion on what would be the best way to fix this. I'm pretty new to Ruby and RoR so please be gentle :) Thanks, Tony --- undefined method `select_rows' for #<ActiveRecord::ConnectionAdapters::FrontBaseAdapter:0x1022e7f68> /Library/Ruby/Gems/1.8/gems/activerecord-2.3.5/lib/active_record/connection_adapters/abstract/database_statements.rb:27:in `select_values' /Library/Ruby/Gems/1.8/gems/activerecord-frontbase-adapter-1.0.0.9250/lib/active_record/connection_adapters/frontbase_adapter.rb:658:in `tables' /Library/Ruby/Gems/1.8/gems/activerecord-2.3.5/lib/active_record/connection_adapters/abstract/schema_statements.rb:319:in `initialize_schema_migrations_table' /Library/Ruby/Gems/1.8/gems/activerecord-2.3.5/lib/active_record/migration.rb:436:in `initialize' /Library/Ruby/Gems/1.8/gems/activerecord-2.3.5/lib/active_record/migration.rb:400:in `new' /Library/Ruby/Gems/1.8/gems/activerecord-2.3.5/lib/active_record/migration.rb:400:in `up' /Library/Ruby/Gems/1.8/gems/activerecord-2.3.5/lib/active_record/migration.rb:383:in `migrate' -- 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.

