ActiveRecord Generators: supporting custom foreign key column name
|
|
0
|
25
|
September 5, 2025
|
Active Record Search in 8.1?
|
|
0
|
41
|
September 5, 2025
|
Proposal: Add alias_scope helper to ActiveRecord
|
|
2
|
109
|
August 21, 2025
|
[Feature Proposal] Allow hashes to be used as common table expressions
|
|
9
|
322
|
August 11, 2025
|
[Feature Proposal] belongs_to and has_one bang methods
|
|
0
|
130
|
August 2, 2025
|
`optimizer_hints` precedence
|
|
3
|
144
|
July 29, 2025
|
[Feature Proposal] `#to_sql` support for calculation and finder methods
|
|
6
|
373
|
July 28, 2025
|
[Feature proposal] Add methods to check if a record model `belongs_to?` another record model
|
|
2
|
131
|
July 17, 2025
|
Write-only fields with ActiveRecord
|
|
3
|
271
|
July 9, 2025
|
STI with polymorphism
|
|
5
|
202
|
July 5, 2025
|
Why does structure.sql use explicit schema_migrations entries, but schema.rb uses assumed migrated version?
|
|
1
|
162
|
June 6, 2025
|
Type cast ActiveModel attributes on write instead of read?
|
|
1
|
144
|
June 6, 2025
|
Got stack level to deep in nested habtm Structure
|
|
0
|
85
|
June 5, 2025
|
[Proposal] Define constants with enum values
|
|
3
|
1411
|
June 4, 2025
|
Manual connection switching API on `ActiveRecord::Relation`
|
|
0
|
109
|
June 2, 2025
|
Is it secure to build SQL subqueries with to_sql?
|
|
0
|
76
|
May 27, 2025
|
Best way to implement user-dependent validations
|
|
2
|
124
|
May 27, 2025
|
Polymorphic association, can I have one association not backed by a table?
|
|
2
|
113
|
May 23, 2025
|
Feature Proposal: `alias_association`
|
|
9
|
2890
|
May 19, 2025
|
[Proposal] Allow .calculate to execute multiple aggregation functions
|
|
1
|
399
|
May 12, 2025
|
Active record - TCP over SSL native support
|
|
3
|
98
|
April 29, 2025
|
Allow ActiveRecord associations with loaded records to return filtered association when chained with scopes if possible
|
|
2
|
95
|
April 22, 2025
|
Prepared statements
|
|
0
|
70
|
April 21, 2025
|
A real `with_connection`?
|
|
0
|
45
|
April 16, 2025
|
[Feature/change proposal] Handling of Postgres's unbounded temporal ranges in ActiveRecord
|
|
0
|
45
|
April 15, 2025
|
[Feature Proposal] Support logging only data-mutating SQL statements in ActiveRecord
|
|
1
|
78
|
April 14, 2025
|
[Feature Proposal] Implement QueryMethods on CollectionProxy to improve performance
|
|
0
|
73
|
April 12, 2025
|
PQconsumeInput() could not receive data from server: Connection timed out SSL SYSCALL error: Connection timed out
|
|
0
|
122
|
March 17, 2025
|
This discussion is about proposing the addition of a native Rails validator that automatically checks integer column value limits based on the database schema, preventing overflow errors for integer attributes
|
|
1
|
111
|
March 12, 2025
|
Is `accept_nested_attributes_for` considered safe when used with Delegated Types?
|
|
5
|
282
|
March 10, 2025
|