aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #35109 from abhaynikam/35073-fix-automatic-database-switch...Yuji Yaginuma2019-01-311-1/+1
|\
| * Fixed typo for DatabaseSelector::Resolver documentationAbhay Nikam2019-01-311-1/+1
|/
* Remove redundant begin blockRyuta Kamizono2019-01-311-6/+3
* Fix `ERB.new` argument deprecated warningyuuji.yaginuma2019-01-311-1/+5
* Merge pull request #35108 from jhawthorn/db-selection-timestamp-afterEileen M. Uchitelle2019-01-302-2/+43
|\
| * Write update_last_write_timestamp after requestJohn Hawthorn2019-01-302-2/+43
* | Merge pull request #35104 from alkesh26/activemodel-typo-fixesKasper Timm Hansen2019-01-302-2/+2
|\ \
| * | activemodel typo fixes.alkesh262019-01-312-2/+2
* | | Merge pull request #34980 from y-yagi/fixes_34979Yuji Yaginuma2019-01-312-2/+10
|\ \ \ | |_|/ |/| |
| * | Don't add `RAILS_ENV` in generate actionyuuji.yaginuma2019-01-192-2/+10
* | | Merge pull request #35093 from rails/av-base-constructorAaron Patterson2019-01-3014-26/+61
|\ \ \
| * | | Tighten up the AV::Base constructorAaron Patterson2019-01-2914-26/+61
* | | | Merge pull request #35073 from eileencodes/db-selectionEileen M. Uchitelle2019-01-309-0/+353
|\ \ \ \
| * | | | Adds basic automatic database switching to RailsEileen Uchitelle2019-01-309-0/+353
* | | | | Merge pull request #35102 from eileencodes/fix-case-when-url-in-url-config-is...Eileen M. Uchitelle2019-01-303-5/+20
|\ \ \ \ \
| * | | | | Fix case when we want a UrlConfig but the URL is nilEileen Uchitelle2019-01-303-5/+20
| | |_|_|/ | |/| | |
* | | | | Merge pull request #35101 from bogdanvlviv/remove-unused-codeRyuta Kamizono2019-01-312-9/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove unused codebogdanvlviv2019-01-302-9/+0
|/ / / /
* | | | Merge pull request #35080 from sos4nt/add_hash_assocRyuta Kamizono2019-01-303-0/+28
|\ \ \ \
| * | | | Add HashWithIndifferentAccess#assocStefan Schüßler2019-01-303-0/+27
* | | | | Relax version locking of the selenium-webdriverRyuta Kamizono2019-01-302-4/+4
* | | | | Add `require "selenium/webdriver"` to all using `DrivenBySeleniumWith*` classesRyuta Kamizono2019-01-301-0/+1
* | | | | selenium-webdriver is not always required for system testingRyuta Kamizono2019-01-302-4/+3
|/ / / /
* | | | Fix system testing failureRyuta Kamizono2019-01-302-8/+13
* | | | Merge pull request #35092 from utilum/update_sneakers_to_latest_versionRyuta Kamizono2019-01-301-5/+6
|\ \ \ \
| * | | | Update Sneakers to the latest versionutilum2019-01-291-5/+9
| |/ / /
* | | | Merge pull request #35094 from palkan/feature/action-cable-load-hooksGeorge Claghorn2019-01-294-0/+19
|\ \ \ \ | |_|/ / |/| | |
| * | | Add ActionCable channel/connection load hooksVladimir Dementyev2019-01-294-0/+19
|/ / /
* | | Merge pull request #35081 from eileencodes/ec-driver-option-updatedEileen M. Uchitelle2019-01-298-17/+132
|\ \ \ | |/ / |/| |
| * | Rename methods and update docsEileen Uchitelle2019-01-295-25/+33
| * | driver_option -> driver_optionsEdouard CHIN2019-01-293-8/+9
| * | Implement a way to add browser capabilities:Edouard CHIN2019-01-298-11/+117
* | | Merge pull request #35083 from alkesh26/activejob-typo-fixesRyuta Kamizono2019-01-302-2/+2
|\ \ \
| * | | activejob typo fixes.alkesh262019-01-292-2/+2
|/ / /
* | | Merge pull request #35071 from kamipo/text_without_limitRyuta Kamizono2019-01-2911-23/+65
|\ \ \
| * | | Allow changing text and blob size without giving the `limit` optionRyuta Kamizono2019-01-2911-23/+65
* | | | Merge pull request #35078 from carlosramireziii/patch-1Ryuta Kamizono2019-01-291-1/+1
|\ \ \ \
| * | | | Fix usage documentation in VideoAnalyzerCarlos Ramirez III2019-01-281-1/+1
|/ / / /
* | | | Merge pull request #35067 from vnbrs/patch-1Rafael França2019-01-281-1/+1
|\ \ \ \
| * | | | Add line break to Action Text installation outputsVinicius Brasil2019-01-271-1/+1
* | | | | Merge pull request #35076 from rails/more-ro-objectsAaron Patterson2019-01-287-58/+79
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Remove `with_layout_format` delegationAaron Patterson2019-01-281-1/+1
| * | | | Cache the digest path on the stack.Aaron Patterson2019-01-281-7/+5
| * | | | Pull `@template` in to a local variableAaron Patterson2019-01-284-27/+26
| * | | | Remove default parameters from method signatureAaron Patterson2019-01-281-4/+2
| * | | | Remove `@view` instance variable from the partial rendererAaron Patterson2019-01-283-27/+26
| * | | | Remove `find_template` and `find_file` delegate methodsAaron Patterson2019-01-281-1/+1
| * | | | Deprecate `with_fallbacks` using a blockAaron Patterson2019-01-283-15/+42
* | | | | Revert "Apply `t.timestamps` changes in Action Text and Action Mailbox"Ryuta Kamizono2019-01-294-2/+7
|/ / / /
* | | | Merge pull request #35074 from rails/ro-lookup-contextAaron Patterson2019-01-283-25/+27
|\ \ \ \