aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #26874 from tgxworld/fix_broadcast_loggerMatthew Draper2016-11-252-5/+21
|\
| * `Broadcast#silence` breaks custom loggers that does not include `LoggerSilence`.Guo Xiang Tan2016-10-242-5/+21
* | Merge pull request #27174 from kamipo/fix_require_dependency_message_formatMatthew Draper2016-11-252-2/+2
|\ \
| * | Fix `require_dependency` message formatRyuta Kamizono2016-11-252-2/+2
* | | Merge pull request #27173 from kamipo/fix_warning_method_redefinedMatthew Draper2016-11-251-1/+1
|\ \ \
| * | | Fix warning: method redefined; discarding old fieldsRyuta Kamizono2016-11-251-1/+1
| |/ /
* | | Merge pull request #27172 from kamipo/should_test_change_column_defaultMatthew Draper2016-11-251-13/+13
|\ \ \ | |/ / |/| |
| * | Should test `test_change_column_default` in `PostgresqlUUIDTest`Ryuta Kamizono2016-11-251-13/+13
|/ /
* | Merge pull request #27171 from kamipo/suppress_migration_messageMatthew Draper2016-11-251-0/+4
|\ \
| * | Suppress migration message in the testRyuta Kamizono2016-11-251-0/+4
* | | Merge pull request #27170 from kamipo/remove_blank_else_blockMatthew Draper2016-11-251-1/+0
|\ \ \ | |/ / |/| |
| * | Remove blank else blockRyuta Kamizono2016-11-251-1/+0
|/ /
* | Merge pull request #27108 from matthewd/allocate-connections-after-blockingMatthew Draper2016-11-252-25/+17
|\ \
| * | Distribute connections to previously blocked threads when we're doneMatthew Draper2016-11-252-25/+17
* | | Merge pull request #26718 from domcleal/5-0-stable-ids-writer-exceptionMatthew Draper2016-11-255-8/+40
|\ \ \
| * | | Add test for collection *_ids= setter when association primary key setDominic Cleal2016-11-244-1/+23
| * | | Restore RecordNotFound when *_ids= can't find records by IDDominic Cleal2016-11-244-7/+17
* | | | Merge pull request #27166 from mtsmfm/rename-minitestKasper Timm Hansen2016-11-241-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | [ci skip] `MiniTest` -> `Minitest`Fumiaki MATSUSHIMA2016-11-241-1/+1
|/ / /
* | | Merge pull request #25395 from yawboakye/use_gen_random_uuid_from_pgcrypto_ex...Rafael França2016-11-246-22/+86
|\ \ \
| * | | For `PostgreSQL >= 9.4` use `gen_random_uuid()`Yaw Boakye2016-11-226-22/+86
* | | | [ci skip] Add changelog entry for 86754a8fKasper Timm Hansen2016-11-231-0/+11
* | | | [ci skip] Explain only :json is shipped by default.Kasper Timm Hansen2016-11-231-1/+2
* | | | Use accept header instead of mangling request path.Kasper Timm Hansen2016-11-233-24/+44
|/ / /
* | | Merge pull request #27113 from rails/remove-jqueryGuillermo Iguaran2016-11-228-18/+34
|\ \ \
| * | | Add rails-ujs as dependency in the rails GemfileGuillermo Iguaran2016-11-212-0/+9
| * | | Add CHANGELOG entryGuillermo Iguaran2016-11-211-0/+5
| * | | Don't add jQuery by default in new apps and use rails-ujs as UJS adapter insteadGuillermo Iguaran2016-11-215-18/+20
* | | | Merge pull request #27133 from rails/reload_singular_associationsYves Senn2016-11-225-1/+51
|\ \ \ \
| * | | | Introduce `reload_<association>` reader for singular associations.Yves Senn2016-11-225-1/+51
|/ / / /
* | | | Merge pull request #27143 from sachin21/fix-permissionMatthew Draper2016-11-221-0/+0
|\ \ \ \
| * | | | Fix a wrong permissionSatoshi Ohmori2016-11-221-0/+0
* | | | | CI against 2.3.3Akira Matsuda2016-11-221-2/+2
* | | | | Merge pull request #27139 from ota42y/ota42y/form_helper_typo_fixप्रथमेश Sonpatki2016-11-221-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | form_helper typo fix [ci skip]ota42y2016-11-221-1/+1
|/ / / /
* | | | Merge pull request #26929 from elorest/is_deep_symbolize_secretsGuillermo Iguaran2016-11-213-2/+22
|\ \ \ \
| * | | | deep symbolize keys on secrets.ymlIsaac Sloan2016-11-213-2/+22
|/ / / /
* | | | [ci skip] Mention `form_with` and `fields` in changelog.Kasper Timm Hansen2016-11-211-0/+30
* | | | Add form_with to unify form_tag/form_for. (#26976)Kasper Timm Hansen2016-11-212-2/+2475
* | | | Merge pull request #27135 from tjai89/patch-1Rafael França2016-11-211-2/+2
|\ \ \ \
| * | | | 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