index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
Raise deprecation for calling `[:f] = 'b'` or `[:f] << 'b'`
lulalala
2019-03-31
2
-12
/
+16
|
*
|
|
|
Allow errors to remove duplicates, and ensure cyclic associations w/ autosave...
lulalala
2019-03-31
1
-3
/
+1
|
*
|
|
|
Fix spec as generate_message is no longer called during validation
lulalala
2019-03-31
1
-0
/
+2
|
*
|
|
|
Use errors#import instead of manipulating errors/details hash
lulalala
2019-03-31
1
-13
/
+8
|
*
|
|
|
Fix misalignment caused by SHA eebb9ddf9ba559a510975c486fe59a4edc9da97d
lulalala
2019-03-31
1
-5
/
+5
*
|
|
|
|
Start Rails 6.1 development
Rafael Mendonça França
2019-04-24
3
-948
/
+7
*
|
|
|
|
Merge pull request #35869 from abhaynikam/35866-add-touch-option-for-has-one-...
Ryuta Kamizono
2019-04-25
5
-4
/
+81
|
\
\
\
\
\
|
*
|
|
|
|
Adds touch option to has_one association
Abhay Nikam
2019-04-25
5
-4
/
+81
*
|
|
|
|
|
Avoid redundant `attribute_alias?` before `attribute_alias`
Ryuta Kamizono
2019-04-24
8
-21
/
+19
*
|
|
|
|
|
Fix sliced IN clauses to be grouped
Ryuta Kamizono
2019-04-24
10
-167
/
+75
*
|
|
|
|
|
Re-organize `init_internals`
Ryuta Kamizono
2019-04-24
1
-5
/
+4
*
|
|
|
|
|
Simplify restore state condition
Ryuta Kamizono
2019-04-24
1
-4
/
+2
*
|
|
|
|
|
Lazy allocate `@_start_transaction_state`
Ryuta Kamizono
2019-04-24
2
-8
/
+10
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #36070 from imechemi/fix-minor-api-doc
Ryuta Kamizono
2019-04-24
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Fix rdoc rendering for push alias symbol
Tenzin Chemi
2019-04-23
1
-1
/
+1
|
|
|
_
|
/
/
|
|
/
|
|
|
*
/
|
|
|
Rename local variable `n` to `name`
Ryuta Kamizono
2019-04-24
2
-3
/
+3
|
/
/
/
/
*
|
|
|
Make association builder methods private
Ryuta Kamizono
2019-04-24
7
-1
/
+16
*
|
|
|
Merge pull request #36029 from kamipo/deprecate_where_not
Ryuta Kamizono
2019-04-23
5
-15
/
+118
|
\
\
\
\
|
*
|
|
|
Deprecate `where.not` working as NOR and will be changed to NAND in Rails 6.1
Ryuta Kamizono
2019-04-19
5
-15
/
+118
*
|
|
|
|
Avoid new string instance creation in `InsertAll#execute`
Ryuta Kamizono
2019-04-22
1
-3
/
+3
*
|
|
|
|
Don't table name qualify aggrigate column for virtual attribute
Ryuta Kamizono
2019-04-22
1
-4
/
+2
*
|
|
|
|
Merge pull request #36052 from kamipo/fast_id
Ryuta Kamizono
2019-04-22
9
-26
/
+30
|
\
\
\
\
\
|
*
|
|
|
|
PERF: 20% faster pk attribute access
Ryuta Kamizono
2019-04-22
9
-26
/
+30
*
|
|
|
|
|
Remove useless `set_value` / `get_value` helper methods
Ryuta Kamizono
2019-04-22
2
-17
/
+10
|
/
/
/
/
/
*
|
|
|
|
Remove never used `database_selector` class accessor
Ryuta Kamizono
2019-04-22
1
-1
/
+0
*
|
|
|
|
Avoid method call if `@transaction_state` is not finalized
Ryuta Kamizono
2019-04-21
7
-14
/
+14
*
|
|
|
|
Merge pull request #36041 from abhaynikam/change-deprecation-for-dynamic-rout...
Ryuta Kamizono
2019-04-20
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Change deprecation message for dangerous query method to be disallowed in Rai...
Abhay Nikam
2019-04-20
1
-1
/
+1
*
|
|
|
|
|
Remove description for namespaced `db:migrate:up`
eileencodes
2019-04-19
1
-1
/
+0
|
/
/
/
/
/
*
|
|
|
|
Handle up/down for multiple databases
eileencodes
2019-04-19
2
-0
/
+57
*
|
|
|
|
Revert "Deprecate `collection_cache_key` which is private API"
Ryuta Kamizono
2019-04-19
3
-6
/
+2
*
|
|
|
|
Merge pull request #35998 from itsWill/add_documentation_for_add_index
Eileen M. Uchitelle
2019-04-19
1
-0
/
+20
|
\
\
\
\
\
|
*
|
|
|
|
Document algorithm: concurrent options for PostgreSQL [ci skip]
Guilherme Mansur
2019-04-16
1
-0
/
+20
*
|
|
|
|
|
Deprecate `collection_cache_key` which is private API
Ryuta Kamizono
2019-04-19
3
-3
/
+9
*
|
|
|
|
|
Merge pull request #34788 from gsamokovarov/actionable-errors
Kasper Timm Hansen
2019-04-19
2
-2
/
+11
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Make ActiveRecord::PendingMigrationError actionable
Genadi Samokovarov
2019-04-19
2
-2
/
+10
|
*
|
|
|
|
|
Introduce Actionable Errors
Genadi Samokovarov
2019-04-19
1
-0
/
+1
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Fix const `Post` leakage in `test/cases/base_test.rb`
Ryuta Kamizono
2019-04-19
1
-0
/
+2
*
|
|
|
|
|
Give GeneratedRelationMethods module a name
Ryuta Kamizono
2019-04-19
3
-3
/
+16
*
|
|
|
|
|
Revert renamed `GeneratedAttributeMethods`
Ryuta Kamizono
2019-04-19
1
-3
/
+3
|
/
/
/
/
/
*
|
|
|
|
Ensure active record can load without Railties
eileencodes
2019-04-18
2
-7
/
+9
*
|
|
|
|
Merge pull request #35987 from kamipo/fix_dirty_tracking_after_rollback
Ryuta Kamizono
2019-04-17
9
-25
/
+92
|
\
\
\
\
\
|
*
|
|
|
|
Fix dirty tracking after rollback.
Ryuta Kamizono
2019-04-16
9
-25
/
+92
*
|
|
|
|
|
Add collection cache versioning
Lachlan Sylvester
2019-04-16
4
-15
/
+89
*
|
|
|
|
|
Merge pull request #35946 from alimi/cache-full-mysql-database-version
Kasper Timm Hansen
2019-04-16
4
-5
/
+18
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Make changes per PR feedback
Ali Ibrahim
2019-04-12
2
-9
/
+3
|
*
|
|
|
|
|
Cache full MySQL version in schema cache
Ali Ibrahim
2019-04-11
4
-6
/
+25
*
|
|
|
|
|
|
Merge pull request #35985 from jhawthorn/lazy_backtrace_clean
Kasper Timm Hansen
2019-04-16
1
-1
/
+1
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Find query_source_location using lazy Enumerator
John Hawthorn
2019-04-15
1
-1
/
+1
*
|
|
|
|
|
|
|
Merge pull request #35989 from koic/bump_rubocop_to_0_67_2
Ryuta Kamizono
2019-04-16
1
-2
/
+2
|
\
\
\
\
\
\
\
\
[prev]
[next]