aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Address intermittent CI failure in cascaded_eager_loading_test.rbRyuta Kamizono2019-05-291-12/+12
* Merge pull request #36353 from p8/fix-spelling-in-face-modelRyuta Kamizono2019-05-291-1/+1
|\
| * Fix comment for "broken" inverse_of associations [ci skip]Petrik2019-05-281-1/+1
* | Address intermittent CI failure due to unfilled schema columns cacheRyuta Kamizono2019-05-291-3/+3
* | `:datetime` and `:time` columns allows `:precision` option [ci skip]Ryuta Kamizono2019-05-281-2/+3
* | Merge pull request #36350 from kamipo/fast_pluckRyuta Kamizono2019-05-281-3/+5
|\ \
| * | Allow symbol (i.e. quoted identifier) as safe SQL stringRyuta Kamizono2019-05-281-3/+5
| |/
* / Use WeakRef to avoid leaking connection poolsJohn Hawthorn2019-05-271-11/+21
|/
* Extract `readonly_attribute?`Ryuta Kamizono2019-05-273-6/+6
* Merge pull request #36320 from XrXr/no-doc-prependRafael França2019-05-211-1/+1
|\
| * Put :nodoc: on method that raises NoMethodErrorAlan Wu2019-05-211-1/+1
* | Use `capture_sql` instead of `assert_sql` with no patternRyuta Kamizono2019-05-223-15/+12
* | Give up filling schema cache before `assert_no_queries`Ryuta Kamizono2019-05-226-90/+24
* | Put all `explain` methods into `DatabaseStatements` moduleRyuta Kamizono2019-05-224-18/+14
* | Fall back to type casting from the connection adapterRyuta Kamizono2019-05-213-21/+28
* | Except SCHEMA SQLs in `capture_sql`Ryuta Kamizono2019-05-211-1/+1
* | Implicit through table joins should be appeared before user supplied joinsRyuta Kamizono2019-05-192-17/+19
* | Merge pull request #36296 from jhawthorn/dont_fear_the_reaperAaron Patterson2019-05-181-7/+25
|\ \
| * | Use a single thread for all ConnectionPool ReapersJohn Hawthorn2019-05-171-7/+25
* | | Merge pull request #36284 from kamipo/fix_eager_loading_with_string_joinsRyuta Kamizono2019-05-153-2/+23
|\ \ \
| * | | Fix eager loading associations with string joins not to raise NoMethodErrorRyuta Kamizono2019-05-153-2/+23
* | | | Don't track implicit `touch` mutationRyuta Kamizono2019-05-133-6/+22
* | | | [skip ci] Fix missing punctuation mark and formattingVishal Telangre2019-05-131-1/+1
* | | | Merge pull request #36255 from eugeneius/sqlite_savepoint_supportKasper Timm Hansen2019-05-124-7/+5
|\ \ \ \
| * | | | Remove SQLite version support caveats [ci skip]Eugene Kenny2019-05-124-7/+5
* | | | | Merge pull request #36073 from itsWill/document_update_counters_on_relationRyuta Kamizono2019-05-121-1/+13
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | document update_counters on relation [ci skip]Guilherme Mansur2019-05-111-1/+13
* | | | | Merge branch 'migration-timestamp-fix'Gannon McGibbon2019-05-102-0/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add class option timestamps to migration generatorMichael Duchemin2019-02-092-0/+5
* | | | | Remove ignored_sql from SQLCounter by adding "TRANSACTION" to log nameYasuo Honda2019-05-086-23/+15
| |_|/ / |/| | |
* | | | Properly give defaults for DatabaseSelector optionsAkira Matsuda2019-05-071-3/+3
* | | | Should attempt `committed!`/`rolledback!` to all enrolled records in the tran...Ryuta Kamizono2019-05-074-18/+71
* | | | Remove redundant `test_too_many_binds`Yasuo Honda2019-05-031-20/+0
* | | | Namespace association extension modules under the owner modelJean Boussier2019-05-023-12/+12
* | | | Make scope arity check consistent (#36134)Rob Trame2019-05-013-1/+20
* | | | Remove database specific sql statements from SQLCounterYasuo Honda2019-05-013-19/+7
* | | | Should take the record's state of first action in the transactionRyuta Kamizono2019-04-302-8/+11
* | | | Fix rubocop offencesRyuta Kamizono2019-04-301-2/+2
* | | | Extract `_raise_record_not_touched_error`Ryuta Kamizono2019-04-292-16/+13
* | | | Fix merging left_joins to maintain its own `join_type` contextRyuta Kamizono2019-04-276-17/+29
* | | | Merge pull request #32313 from lulalala/model_error_as_objectRafael França2019-04-245-35/+34
|\ \ \ \
| * | | | Assert deprecationlulalala2019-03-311-2/+2
| * | | | Raise deprecation for calling `[:f] = 'b'` or `[:f] << 'b'`lulalala2019-03-312-12/+16
| * | | | Allow errors to remove duplicates, and ensure cyclic associations w/ autosave...lulalala2019-03-311-3/+1
| * | | | Fix spec as generate_message is no longer called during validationlulalala2019-03-311-0/+2
| * | | | Use errors#import instead of manipulating errors/details hashlulalala2019-03-311-13/+8
| * | | | Fix misalignment caused by SHA eebb9ddf9ba559a510975c486fe59a4edc9da97dlulalala2019-03-311-5/+5
* | | | | Start Rails 6.1 developmentRafael Mendonça França2019-04-243-948/+7
* | | | | Merge pull request #35869 from abhaynikam/35866-add-touch-option-for-has-one-...Ryuta Kamizono2019-04-255-4/+81
|\ \ \ \ \
| * | | | | Adds touch option to has_one associationAbhay Nikam2019-04-255-4/+81