-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rails 5 support #69
Comments
That's true! |
It would be very great to have this implemented! |
`rescue in block (2 levels) in require': There was an error while trying to load the gem 'activerecord-fb-adapter'. (Bundler::GemRequireError) 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. |
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 will there be blog post about reasons of migration from Firebird? |
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 |
@rowland Could you add me as maintainer/owner on https://rubygems.org/gems/activerecord-fb-adapter ? |
Certainly. Just as soon as I recall how to do that again...
… On Jun 19, 2018, at 10:14, Popa Marius Adrian ***@***.***> 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.
|
@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. |
Please, add support for Rails 5.0 |
Would be nice to see rails 5 support, as it brings a lot of useful features like Cable and API mode
The text was updated successfully, but these errors were encountered: