-
### Steps to reproduce
```ruby
# frozen_string_literal: true
require "bundler/inline"
gemfile(true) do
source "https://rubygems.org"
gem "rails", github: "rails/rails", branch: "…
-
No independent issues have been filed for these extensions, so this is all in one.
Please comment here for *and* use case if you need one of these!
```
"adminpack",
"amcheck",
"auth_delay",
…
otan updated
3 months ago
-
Rails 7 needs both Ruby 2.7.x (blocked by current JRuby 9.3.4.0 with Ruby 2.6.8 compat) and a Rails 7 compatible release available for [the `activerecord-jdbc-adapter` gem](https://github.com/jruby/ac…
-
Hi
It looks like you're just maintaining this branch for your own self, but I'm curious if you've run in to this error, or perhaps have any ideas on its background:
``` bash
> foreman run rake db:sc…
-
This fork here works great right now for Rails 4.1: https://github.com/jgrevzie/activerecord-sqlanywhere-adapter/tree/rails40
However in Rails 4.2, Arel 6.0.0 was introduced. With that came a whole l…
-
`test_ransack.rb`
```rb
require 'bundler/inline'
gemfile(true) do
source 'https://rubygems.org'
gem 'activerecord', '~> 6.1', '>= 6.1.4', require: "active_record"
gem 'sqlite3', '~> 1.…
-
### Steps to reproduce
Here is the reproduction script:
```ruby
require 'bundler/inline'
gemfile do
source 'https://rubygems.org'
gem 'activerecord', '6.0.4' # error
# gem 'activer…
-
When used with GoodJob, retrying a failed job raises a NoMethodError: "undefined method `utc' for an instance of Float".
Backtrace:
```
Error:
RetryJobTest#test_job_with_AcidicJob_mixed_in_raise…
-
Are there any plans for this gem to support [RDS IAM Database Authentication](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html)?
-
### Steps to reproduce
This issue comes from [this comment](https://github.com/rails/rails/pull/50284#issuecomment-2004506200), and started happening after #50284. @rafaelfranca confirmed this behavi…