-
Hi.
I have CentOS 7, with Ruby 2.1.0 via rvm
My db server is MariaDB 5.5.56
When I execute `rake db:migrate` I receive the following message:
`rake aborted!
Mysql2::Error: Can't connect to …
-
GithubのAPIの制限を超えるとエラーが発生します。
https://docs.github.com/ja/rest/overview/resources-in-the-rest-api?apiVersion=2022-11-28#rate-limiting
何かしらAPIの制限を超えたことがわかると良いと思います。
```log
I, [2023-09-22T00:36:13.1…
-
I have Rails application and Cloud SQL (PostgreSQL) database with Private IP.
When I'm trying to run any task with `appengine:exec` I get `PG::ConnectionBad` error.
I've created another database, bu…
-
Hallo,
I have not much informations, but maybe you see something I miss.
We have a transaction where we save 7 objects in different tables.
On our staging/production system sometimes the transa…
Piioo updated
3 months ago
-
I finally got the etl sample application installed and tests running on Ubuntu 11.10. When I run 'bundle exec etl etl/process_all.ebf' I get this:
``
The file is there and I can use that exact path…
-
I have a working Pundit setup, but I'm now trying to put my pundit policies under the `Admin` namespace (`config.pundit_policy_namespace = :admin`).
I'm decorating some objects with a decorator cla…
-
How difficult would it be to throw together a jdbc adapter? I'm currently stuck with doing a rails3 app in JRuby+JDBC (which will talk to MySQL, though possibly later PostgreSQL). I might give it a …
-
I keep expecting this to work because it does for literally every other association type. and sure I can just use `delegate :id, to: :[association], prefix: true` but it feels like it's missing.
I…
-
Hey there,
I'm a Ruby/Rails dev in Atlantia. I figured I'd fork & pull your repo to see if I could get it running locally, with an eye to contributing/offering pull requests for the project down th…
-
Here is a proof of the bug: https://github.com/MichaelSp/json_record_bug
You can switch in the Gemfile between the working and the non working version and than run:
`rm Gemfile.lock && bundle install…