-
Hello,
I'm starting a pet project using the latest rails version 8.0.0.beta1, and it seems the latest ActiveRecord breaks Panko:
Here's a simple Serializer:
```ruby
class LoopSerializer < Pa…
-
I realised after upgrading to rails 7.1 that when I encounter an exception in the view, I do not get the familiar `ActionDispatch::DebugExceptions` page anymore, but rather my `exceptions_app`
Afte…
-
### User story
As a challenge manager or evaluator, in order to manager evaluations process efficiently, I would like to be able to access submissions on the same app as Evaluation Forms.
**Accept…
-
#### **0-1. 開発環境の準備**
- **目的:** Ruby on Railsを動作させる環境を準備する。
- **ストーリーポイント:** 1 SP
- **実装手順:**
1. **Rubyのインストール**
- `rbenv` または `rvm` を使って、最新の安定版 Ruby をインストール。
```bash
rbenv install 3.…
-
Ever since we upgraded our Rails app to Rails `7.2`, we have been experiencing a random `raise ArgumentError, "'secret_key_base' for #{Rails.env} environment must be a type of String"` error in our CI…
-
in the environment/manifold.env file, the system users RAILS_DB_USER as the database name, rather than the RAILS_DB_NAME option.
We're using the docker container as the basis but using an external p…
robyj updated
1 month ago
-
We need to add the logos in the background – see
* https://sketch.com/s/066e539c-c206-4261-aafb-9634ab577579/a/JApmdQk?annotation=5502e002-d291-4cb8-823b-f61d8cabf79d
* https://sketch.com/s/066e53…
-
We use Rubocop to standardise our code, which can improve code quality and reduce confusion. When evaluating each rule, consider if it helps with those goals or not. Often the suggested autocorrection…
-
implementing a pdf solution in a simple railsapp, and went with wkhtmltopdf/wicked_pdf originally, but I think ferrum_pdf should be able to render chartkick and highcharts since it's running the whole…
-
I've got a rails 6 app using the latest versions of devise and omniauth-saml. The app allows any number of identity providers (IDP) to communicate with so to do that I've essentially followed [this bl…