-
We need to discuss wether database restrictions are relevant for a Rails application. The database restrictions are nice to ensure data consistency at insertion time. On the other hand raw database va…
-
We'd like to validate that an attribute backed by an array or JSON(B) database column is not nil, while allowing empty arrays.
Before Rails 6.1 `validates :value, exclusion: { in: [nil] }` worked.
…
-
Rails 6.1 has changed how errors are structured internally, which will affect how `activemodel-caution` should function.
See the new [API docs](https://api.rubyonrails.org/classes/ActiveModel/Error…
-
### Steps to reproduce
bin/dev
### Issue
No route gets created at the start of the server. All the routes get created when the routes.rb file gets edited.
### System configuration
**Rails 8.0…
-
Hola!
Aca les dejo una lista con gemas permitidas para el desarrollo de su proyecto 😁, si quieren usar una que no esté, hagan un comentario indicando su nombre y la razón de por qué quieren usarla. …
-
Currently, the settings are not strictly validated and this could cause confusions to users when something wrong happens.
Learn from:
- http://juixe.com/techknow/index.php/2006/07/29/rails-model-v…
-
Rails-Forms-Validations
-
### Steps to reproduce
Full reproduction script: https://gist.github.com/ezekg/df58f1e5d1c5a3786afbe8511913836b
```ruby
class Application < Rails::Application
config.active_record.automatica…
-
## Is your feature request related to a problem? Please describe.
The main idea is to add support for the Rails built-in environment variable `SECRET_KEY_BASE_DUMMY`. If a user has added this varia…
-
**fixes / improvements**
- [ ] documentation (Devise customizations, Stripe billing sync, admin panel, Turbo)
- [ ] rip out Rubocop in exchange for Rails 7.2's native Rubocop
- [ ] move + expand …