aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/middleware
Commit message (Expand)AuthorAgeFilesLines
* Move while_preventing_writes from conn to handlereileencodes2019-06-141-2/+2
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-132-2/+0
* Properly give defaults for DatabaseSelector optionsAkira Matsuda2019-05-071-3/+3
* Fix typo a -> an, an -> a [ci skip]Ryuta Kamizono2019-02-111-1/+1
* Rename database selector operations to contextJohn Hawthorn2019-02-072-18/+18
* Rename resolver ivar to operations in ResolverJohn Hawthorn2019-02-061-7/+7
* Rename Session.build to Session.callJohn Hawthorn2019-02-062-2/+2
* Merge pull request #35132 from eileencodes/allow-application-to-change-handle...Eileen M. Uchitelle2019-02-041-3/+3
|\
| * Add ability to change the names of the default handlersEileen Uchitelle2019-02-011-3/+3
* | Refactor options for middlewareEileen Uchitelle2019-02-012-9/+11
|/
* ActiveRecord typo fixe.alkesh262019-01-311-1/+1
* Fixed typo for DatabaseSelector::Resolver documentationAbhay Nikam2019-01-311-1/+1
* Remove redundant begin blockRyuta Kamizono2019-01-311-6/+3
* Write update_last_write_timestamp after requestJohn Hawthorn2019-01-301-2/+6
* Adds basic automatic database switching to RailsEileen Uchitelle2019-01-303-0/+207