-
Trying to connect to Oracle 11g database using following Gemfile:
````ruby
source 'https://rubygems.org'
gem 'mongify', '~> 1.3.1'
gem 'ruby-oci8'
gem 'activerecord-oracle_enhanced-adapter'
…
-
It seems rails 7 changed the way it performs counts.
Rails version: 7.0.3.1
Rolify version: 6.0.0
`.count` works in postgres, but raises in sqlite:
```
Event.with_roles(%i[admin manager], U…
-
This came up during development of the ActiveRecord adapter for CockroachDB. Part of the tool relies on this Postgres behavior. (It's not critical to functionality, but just means some queries may not…
-
Each time i launch a rake db:migrate (while deploying the community engine plugin, which is based on desert, on a PostgreSQL database) i get the following error :
rake aborted!
An error has occurred,…
-
### Steps to reproduce
Have the following set of related models, and use the `reverse_dependencies` relation. Observe (via the inline comments in the test case below) that there is an unnecessary…
-
```
Fetching https://github.com/refinery/refinerycms
The dependency activerecord-jdbcsqlite3-adapter (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing fo…
-
### Used Zammad Version
6.3.1-1719840232.acd6aa5f
### Environment
- Installation method: package
- Operating system (if you're unsure: `cat /etc/os-release` ): Debian 12.5 (upgrade to → 12.6…
itkfm updated
1 month ago
-
### Steps to reproduce
```ruby
require "active_record"
require "ransack"
require "ransack/version"
ActiveRecord::VERSION::STRING # => "5.2.3"
Ransack::VERSION …
-
Iam getting Segmentation fault error,MySql version 8.0,34, using Ubuntu 22.04, ruby 2.5.3, rails, 5.1.7.
/```
home/user/.rvm/gems/ruby-2.5.3/gems/mysql2-0.5.6/lib/mysql2/client.rb:97: [BUG] Segmen…
-
Hello!
First of all thank you for the plugin.
I followed the steps for the plugin installation and have an issue with the db:migrate_plugins task.
Environment:
`Environment:
Redmine ver…
yelha updated
7 years ago