-
Recently, at Hack the North, some of the developers had issues getting ORMs setup correctly with CRDB (specifically, Sequelize). The instructions in our docs work, when followed correctly, but many o…
-
Hi all,
I am having some issues with serial type lately. Problem reflects in some changes in the schema file that cannot be loaded later on, failing wiht exception:
```
PG::UndefinedObject: ERR…
-
### Used Zammad Version
5.3 stable
### Environment
- Installation method: any
- Operating system (if you're unsure: `cat /etc/os-release` ): any
- Database + version: any
- Elasticsearch versio…
-
I recently tried upgrading to Rails 7.1, but this gem seems to be causing an error:
```
ArgumentError: comparison of String with 0 failed
```
The issue does not occur after removing the `logdn…
-
Why does activerecord need special treatment? It gives people the impression that activerecord is the _right_ way to store datas in camping apps. activerecord isn't that good in my opinion. It shouldn…
-
I've tried to deploy the application using the development instructions for docker in the README.md, however, I was not able to successfully run it. It seems like the application is unable to connect …
-
I tried to delete my account (I think the project idea is great but I'm trying to cut down on the number of emails I'm receiving :confused: ) but get the "We're sorry, but something went wrong" error …
-
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…
-
```
当 QDB_ActiveRecord_Meta 调用 ActiveRecord 继承类的 __define()
静态方法后,
会完成元信息对象的初始化。
初始化完成后应该调用 ActiveRecord 继承类的 __after_meta_init()
方法,并将
QDB_ActiveRecord_Meta 对象实例作为参数传入。
利用 __after_meta_init() 方法,…
-
Ruby 3 changed how hash arguments are handled in methods that use a splat for optional arguments.
This caused a bug with the overridden `ActiveRecord::Base.transaction` method because the original …