aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ |/|
* | Fix a tiny typo [ci skip]Robin Dupret2019-01-261-1/+1
* | Merge pull request #34970 from kamipo/timestamps_with_precision_by_defaultRyuta Kamizono2019-01-2614-75/+206
|\ \
| * | Make `t.timestamps` with precision by defaultRyuta Kamizono2019-01-2614-75/+206
* | | Merge pull request #35057 from javan/actiontext/blob-embeds-onlyJavan Makhmali2019-01-262-1/+10
|\ \ \ | |/ / |/| |
| * | Fix error saving Action Text content containing non-blob attachablesJavan Makhmali2019-01-252-1/+10
* | | Fix `t.timestamps` missing `null: false` in `change_table bulk: true`Ryuta Kamizono2019-01-264-0/+36
* | | Allow `column_exists?` giving options without typeRyuta Kamizono2019-01-263-13/+13
* | | Fix typo: overriden -> overridden [ci skip] (#35060)Vipul A M2019-01-261-1/+1
* | | Merge pull request #35055 from bughit/patch-1Rafael França2019-01-261-0/+2
|\ \ \
| * | | document the possibility of app initializers running before gem initilizersbughit2019-01-251-0/+2