activerecord-fb-adapter icon indicating copy to clipboard operation
activerecord-fb-adapter copied to clipboard

Rails 5 support

Open talski opened this issue 8 years ago • 13 comments

Would be nice to see rails 5 support, as it brings a lot of useful features like Cable and API mode

talski avatar May 21 '16 22:05 talski

That's true!

LucasPiffer avatar Sep 15 '16 22:09 LucasPiffer

It would be very great to have this implemented!

vipantonio avatar Nov 10 '16 07:11 vipantonio

`rescue in block (2 levels) in require': There was an error while trying to load the gem 'activerecord-fb-adapter'. (Bundler::GemRequireError) Gem Load Error is: uninitialized constant Arel::Visitors::VISITORS

Sorry for my ignorance, I'm new to rails, this error is because it is not to support rails 5.2, there is some solution, thanks and apologies again.

rollyar avatar Jun 13 '18 22:06 rollyar

Nobody has stepped forward to add support for Rails 5.x.

My shop is migrating to Postgres, so I'll be looking for a new maintainer.

rowland avatar Jun 13 '18 23:06 rowland

@rowland will there be blog post about reasons of migration from Firebird?

funny-falcon avatar Jun 18 '18 07:06 funny-falcon

I have seen there is a fork with 5.0.x compatibility

https://github.com/NetcomKassel/activerecord-fb-adapter/commits/master

Another one that i spotted is https://github.com/FabioMR/firebird_adapter

mariuz avatar Jun 19 '18 12:06 mariuz

@rowland Could you add me as maintainer/owner on https://rubygems.org/gems/activerecord-fb-adapter ?

mariuz avatar Jun 19 '18 17:06 mariuz

Certainly. Just as soon as I recall how to do that again...

On Jun 19, 2018, at 10:14, Popa Marius Adrian [email protected] wrote:

@rowland Could you add me as maintainer/owner on https://rubygems.org/gems/activerecord-fb-adapter ?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

rowland avatar Jun 19 '18 18:06 rowland

https://guides.rubygems.org/command-reference/#gem-owner

mariuz avatar Jun 20 '18 10:06 mariuz

@funny-falcon I wasn't planning a blog post. When we first selected Interbase, eons ago, it was a little ahead of Postgres for the applications and platforms my shop was targeting. Since then, Postgres has iterated more rapidly than Firebird and now has a commanding lead. Running a 24/7/365 service with the kind of reliability and resilience our customers expect requires a better backup, replication and failover story than Firebird can tell. I've been nursing along a 3rd-party replication solution, but will be happy when that is a 1st-class feature. The richer data types offered by Postgres, such as JSON columns, will also be nice.

rowland avatar Jun 20 '18 18:06 rowland

@mariuz You've been added as an owner alongside @rzane, who kindly contributed the Rails 4 updates.

rowland avatar Jun 20 '18 18:06 rowland

Hey @rowland and @mariuz, if anyone has questions that I can help with, I'm happy to help. I don't use firebird anymore though, so I probably won't be contributing any code.

rzane avatar Jun 20 '18 19:06 rzane

Please, add support for Rails 5.0

joseh-henrique avatar Mar 30 '20 18:03 joseh-henrique