-
```yml
# @example EnforcedStyle: symbol (default)
# # bad
# create('user')
# build "user", username: "NAME"
```
I believe I am breaking this rule with `before { create('p…
-
### Steps to reproduce
In our development environment, we use the same PostgreSQL database for both the writer and reader roles. While testing some automatic role-switching middleware and relyi…
-
## Summary
Jump to definition for `ActiveModel::SecurePassword.has_secure_password` does not seem to be working. I thought it might have been all gems, but jump to definition is working on `has_man…
jer-k updated
3 weeks ago
-
Please see https://github.com/rails/rails/issues/52715 - this looks more to me like a Rails bug than an Audited gem bug, which is why I've filed the report over there. There's a small chance, though, …
-
### Steps to reproduce
```ruby
# frozen_string_literal: true
require "bundler/inline"
gemfile(true) do
source "https://rubygems.org"
gem "rails", "~> 7.2.0"
# If you want to test …
-
## Steps to reproduce
Rails schema dump doesn't include `create_schema` calls in upcoming release due to #276.
## Expected behavior
It would be nice if this were configurable. We have a few s…
-
With the release of Rails 8 and new apps having Propshaft instead of Sprockets, How are Rails engines being made to work for both styles? For example many gems contains a Web UI which is a Rails engin…
-
Apologies if such a feature is already present, I couldn't find it in the project.
Could I request an API method to stop the debugger once it's been loaded? I'm from the RubyMine team, and our use …
-
## CVE-2023-28120 - Medium Severity Vulnerability
Vulnerable Library - rails-5.0.2.gem
Ruby on Rails is a full-stack web framework optimized for programmer happiness and sustainable productivity. It…
-
I've added Falcon to the Rails TechEmpower benchmark: https://github.com/TechEmpower/FrameworkBenchmarks/pull/9339
I had to set the `isolation_level` to `:fiber` by hand to make it work.
https://g…