aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | 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
|\ \ \ \ \ \ \
| * | | | | | | Make `@view_paths` on the lookup context mostly read-onlyAaron Patterson2019-01-282-17/+17
| * | | | | | | Remove method named "hash"Aaron Patterson2019-01-282-8/+10
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #35062 from larskanis/native-timestampsAaron Patterson2019-01-282-3/+33
|\ \ \ \ \ \ \
| * | | | | | | PostgreSQL: Use native timestamp decoders of pg-1.1Lars Kanis2019-01-262-3/+33
* | | | | | | | Apply `t.timestamps` changes in Action Text and Action MailboxRyuta Kamizono2019-01-294-7/+2
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #35030 from alkesh26/actionpack-long-string-indentation-an...Rafael França2019-01-282-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Typo fixes action pack.alkesh262019-01-262-2/+2
* | | | | | | | Add CHANGELOG entries for npm package renames [ci skip]Javan Makhmali2019-01-283-0/+18
| |_|/ / / / / |/| | | | | |
* | | | | | | Convert path to string before call `length`yuuji.yaginuma2019-01-281-1/+1
* | | | | | | Simplify path prefix extractionXavier Noria2019-01-271-2/+3
| |/ / / / / |/| | | | |