aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/middleware/database_selector/resolver.rb
Commit message (Expand)AuthorAgeFilesLines
* Add ability to unset preventing writeseileencodes2019-08-021-5/+7
* Move while_preventing_writes from conn to handlereileencodes2019-06-141-2/+2
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Rename database selector operations to contextJohn Hawthorn2019-02-071-7/+7
* Rename resolver ivar to operations in ResolverJohn Hawthorn2019-02-061-7/+7
* 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-011-6/+7
|/
* 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-301-0/+88