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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extract `readonly_attribute?`
Ryuta Kamizono
2019-05-27
3
-6
/
+6
*
Merge pull request #36320 from XrXr/no-doc-prepend
Rafael França
2019-05-21
1
-1
/
+1
|
\
|
*
Put :nodoc: on method that raises NoMethodError
Alan Wu
2019-05-21
1
-1
/
+1
*
|
Put all `explain` methods into `DatabaseStatements` module
Ryuta Kamizono
2019-05-22
4
-18
/
+14
*
|
Fall back to type casting from the connection adapter
Ryuta Kamizono
2019-05-21
2
-20
/
+22
*
|
Implicit through table joins should be appeared before user supplied joins
Ryuta Kamizono
2019-05-19
1
-17
/
+11
*
|
Merge pull request #36296 from jhawthorn/dont_fear_the_reaper
Aaron Patterson
2019-05-18
1
-7
/
+25
|
\
\
|
*
|
Use a single thread for all ConnectionPool Reapers
John Hawthorn
2019-05-17
1
-7
/
+25
*
|
|
Merge pull request #36284 from kamipo/fix_eager_loading_with_string_joins
Ryuta Kamizono
2019-05-15
1
-2
/
+11
|
\
\
\
|
*
|
|
Fix eager loading associations with string joins not to raise NoMethodError
Ryuta Kamizono
2019-05-15
1
-2
/
+11
*
|
|
|
Don't track implicit `touch` mutation
Ryuta Kamizono
2019-05-13
2
-1
/
+7
*
|
|
|
Merge pull request #36255 from eugeneius/sqlite_savepoint_support
Kasper Timm Hansen
2019-05-12
4
-7
/
+5
|
\
\
\
\
|
*
|
|
|
Remove SQLite version support caveats [ci skip]
Eugene Kenny
2019-05-12
4
-7
/
+5
*
|
|
|
|
Merge pull request #36073 from itsWill/document_update_counters_on_relation
Ryuta Kamizono
2019-05-12
1
-1
/
+13
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
document update_counters on relation [ci skip]
Guilherme Mansur
2019-05-11
1
-1
/
+13
*
|
|
|
|
Merge branch 'migration-timestamp-fix'
Gannon McGibbon
2019-05-10
1
-0
/
+1
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Add class option timestamps to migration generator
Michael Duchemin
2019-02-09
1
-0
/
+1
*
|
|
|
|
Remove ignored_sql from SQLCounter by adding "TRANSACTION" to log name
Yasuo Honda
2019-05-08
4
-12
/
+12
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Properly give defaults for DatabaseSelector options
Akira Matsuda
2019-05-07
1
-3
/
+3
*
|
|
|
Should attempt `committed!`/`rolledback!` to all enrolled records in the tran...
Ryuta Kamizono
2019-05-07
3
-13
/
+20
*
|
|
|
Namespace association extension modules under the owner model
Jean Boussier
2019-05-02
1
-2
/
+2
*
|
|
|
Make scope arity check consistent (#36134)
Rob Trame
2019-05-01
1
-1
/
+1
*
|
|
|
Should take the record's state of first action in the transaction
Ryuta Kamizono
2019-04-30
1
-8
/
+9
*
|
|
|
Fix rubocop offences
Ryuta Kamizono
2019-04-30
1
-2
/
+2
*
|
|
|
Extract `_raise_record_not_touched_error`
Ryuta Kamizono
2019-04-29
2
-16
/
+13
*
|
|
|
Fix merging left_joins to maintain its own `join_type` context
Ryuta Kamizono
2019-04-27
4
-17
/
+24
*
|
|
|
Merge pull request #32313 from lulalala/model_error_as_object
Rafael França
2019-04-24
1
-16
/
+9
|
\
\
\
\
|
*
|
|
|
Allow errors to remove duplicates, and ensure cyclic associations w/ autosave...
lulalala
2019-03-31
1
-3
/
+1
|
*
|
|
|
Use errors#import instead of manipulating errors/details hash
lulalala
2019-03-31
1
-13
/
+8
*
|
|
|
|
Start Rails 6.1 development
Rafael Mendonça França
2019-04-24
2
-3
/
+6
*
|
|
|
|
Merge pull request #35869 from abhaynikam/35866-add-touch-option-for-has-one-...
Ryuta Kamizono
2019-04-25
1
-2
/
+34
|
\
\
\
\
\
|
*
|
|
|
|
Adds touch option to has_one association
Abhay Nikam
2019-04-25
1
-2
/
+34
*
|
|
|
|
|
Avoid redundant `attribute_alias?` before `attribute_alias`
Ryuta Kamizono
2019-04-24
7
-19
/
+17
*
|
|
|
|
|
Fix sliced IN clauses to be grouped
Ryuta Kamizono
2019-04-24
4
-121
/
+50
*
|
|
|
|
|
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
6
-0
/
+15
*
|
|
|
Merge pull request #36029 from kamipo/deprecate_where_not
Ryuta Kamizono
2019-04-23
2
-9
/
+26
|
\
\
\
\
|
*
|
|
|
Deprecate `where.not` working as NOR and will be changed to NAND in Rails 6.1
Ryuta Kamizono
2019-04-19
2
-9
/
+26
*
|
|
|
|
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
8
-26
/
+22
|
\
\
\
\
\
|
*
|
|
|
|
PERF: 20% faster pk attribute access
Ryuta Kamizono
2019-04-22
8
-26
/
+22
*
|
|
|
|
|
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
[next]