aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update RELEASING_RAILS.mdKirill Zhuravlov2016-11-211-2/+2
* update bin/test scripts to prevent double runs.Yves Senn2016-11-217-12/+2
* Merge pull request #27123 from javan/actioncable/js-test-updatesKasper Timm Hansen2016-11-215-12/+92
|\
| * Add more Action Cable JavaScript testsJavan Makhmali2016-11-214-0/+78
| * Bump Blade and its Sauce Labs plugin to fix tunnel shutdown and related errorJavan Makhmali2016-11-211-12/+14
|/
* changelog entry for fc4c15d [ci skip]Yves Senn2016-11-211-0/+5
* `eager_autoload` needs to be triggered for nested constants.Yves Senn2016-11-211-0/+5
* ✂️ needless lines beneath private.Kasper Timm Hansen2016-11-206-6/+0
* Merge pull request #27111 from maclover7/jm-xmlminiKasper Timm Hansen2016-11-209-970/+317
|\
| * Move tests to a module, include in subclasses, style lintingJon Moss2016-11-201-188/+195
| * Create XMLMiniEngineTest; base class for all testsJon Moss2016-11-207-63/+33
| * Code styling cleanupJon Moss2016-11-207-152/+162
| * Create `CommonXMLMiniAdapterTest`; common tests moduleJon Moss2016-11-207-916/+279
| * Install libxml-ruby gem so full XMLMini test suite can be runJon Moss2016-11-192-0/+3
| * Do not include `ActiveSupport` into test classesJon Moss2016-11-193-33/+27
* | Pass `rails runner` args onto file again.Kasper Timm Hansen2016-11-202-1/+10
* | Merge pull request #27118 from prathamesh-sonpatki/correct-prepared-statement...Kasper Timm Hansen2016-11-202-22/+25
|\ \
| * | Fix prepared statements disabled test againPrathamesh Sonpatki2016-11-202-22/+25
|/ /
* | Merge pull request #27117 from kirs/activemodel-testing-implementationGuillermo Iguaran2016-11-191-3/+3
|\ \
| * | Do not rely on Ruby implementation in AM testKir Shatrov2016-11-191-3/+3
* | | Use existing --skip-turbolinks option for conditionals instead of checking if...Guillermo Iguaran2016-11-192-2/+2
* | | Merge pull request #27116 from maclover7/jm-actionview-docsJon Moss2016-11-191-1/+1
|\ \ \
| * | | Change html-scanner to rails-html-sanitizerJon Moss2016-11-191-1/+1
| | |/ | |/|
* | | Merge pull request #27115 from rails/revert-27114-fix_typoJon Moss2016-11-191-1/+1
|\ \ \
| * | | Revert "fix typo in `match` doc [ci skip]"Jon Moss2016-11-191-1/+1
|/ / /
* | | Merge pull request #27114 from y-yagi/fix_typoGuillermo Iguaran2016-11-191-1/+1
|\ \ \
| * | | fix typo in `match` doc [ci skip]yuuji.yaginuma2016-11-201-1/+1
* | | | Merge pull request #27112 from kamipo/follow-up-27109Kasper Timm Hansen2016-11-192-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Fix typo s/with/without/Ryuta Kamizono2016-11-202-2/+2
|/ / /
* | | Merge pull request #27106 from prathamesh-sonpatki/add-missing-testEileen M. Uchitelle2016-11-191-0/+20
|\ \ \
| * | | Add missing test for singular resource output in rake routesPrathamesh Sonpatki2016-11-191-0/+20
* | | | Merge pull request #27109 from prathamesh-sonpatki/fix-prepared-statements-testKasper Timm Hansen2016-11-193-5/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix tests for prepared_statements: false and queries hitting `#select_all`Prathamesh Sonpatki2016-11-193-5/+9
| |/ /
* | | Merge pull request #27103 from y-yagi/move_changelog_entry_to_appropriate_fileEileen M. Uchitelle2016-11-192-6/+6
|\ \ \
| * | | move CHANGELOG entry to the appropriate file [ci skip]yuuji.yaginuma2016-11-192-6/+6
| |/ /
* | | Merge pull request #27057 from kamipo/fix_race_conditionMatthew Draper2016-11-191-6/+7
|\ \ \ | |/ / |/| |
| * | Fix the race condition caused by `with_new_connections_blocked`Ryuta Kamizono2016-11-181-8/+4
| |/
* | Merge pull request #27089 from erickueen/erickueen_fix_26606Rafael Mendonça França2016-11-183-13/+19
|\ \
| * | Fix incorrect output from rails routes when using singular resources issue #2...Erick Reyna2016-11-184-12/+51
* | | Merge pull request #27092 from prathamesh-sonpatki/https-source-bundlerRafael França2016-11-181-0/+5
|\ \ \
| * | | Use secure source for gems referencing "github" in the generated appsPrathamesh Sonpatki2016-11-181-0/+5
* | | | Merge pull request #27098 from sina-s/fix-unexpected-session-sharingRafael Mendonça França2016-11-183-0/+15
|\ \ \ \
| * | | | Fix `ActionDispatch::IntegrationTest#open_session`Tawan Sierek2016-11-183-0/+15
|/ / / /
* | | | Merge pull request #27094 from y-yagi/remove_warnings_from_activejob_test_helperKasper Timm Hansen2016-11-181-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | remove Ruby warning from Active Job test helper methodsyuuji.yaginuma2016-11-181-4/+4
|/ / /
* | | Merge pull request #26551 from mgpnd/FixContentLengthRafael França2016-11-172-2/+13
|\ \ \
| * | | Fixed CONTENT_LENGTH header in ActionController::TestRequestArtem Rashev2016-11-152-2/+13
| | |/ | |/|
* | | Merge pull request #26981 from kamipo/should_not_except_order_for_existsRafael França2016-11-172-2/+3
|\ \ \
| * | | Should except `:distinct` rather than `:order` for `exists?`Ryuta Kamizono2016-11-092-2/+3
* | | | Merge pull request #27090 from tomprats/update-preprocessor-documentationRafael França2016-11-171-21/+11
|\ \ \ \