aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make actionpack frozen string friendlyKir Shatrov2017-07-249-10/+26
* Merge pull request #29897 from kirs/frozen-actionviewRafael França2017-07-24178-1/+354
|\
| * Use frozen string literal in actionview/Kir Shatrov2017-07-24178-1/+354
* | Merge pull request #29908 from deivid-rodriguez/fix_warnings_in_railties_testsRafael França2017-07-242-11/+21
|\ \
| * | Fix warnings in railties testsDavid Rodríguez2017-07-242-11/+21
* | | Merge pull request #29848 from kamipo/fix_distinct_count_with_order_and_limitRafael França2017-07-247-45/+87
|\ \ \
| * | | Extract `Account` model to the dedicated fileRyuta Kamizono2017-07-222-34/+35
| * | | Should keep the table name qualified `*` for distinct subqueryRyuta Kamizono2017-07-222-1/+13
| * | | Fix `COUNT(DISTINCT ...)` with `ORDER BY` and `LIMIT`Ryuta Kamizono2017-07-225-11/+40
* | | | Merge pull request #29915 from kamipo/fix_warning_assigned_but_unused_variableRafael França2017-07-241-1/+1
|\ \ \ \
| * | | | Fix `warning: assigned but unused variable - comment`Ryuta Kamizono2017-07-251-1/+1
|/ / / /
* | | | Merge pull request #29902 from y-yagi/fix_29880Rafael França2017-07-241-2/+6
|\ \ \ \
| * | | | Do not show URL in boot info when using Pumayuuji.yaginuma2017-07-241-2/+6
* | | | | Merge pull request #29853 from lugray/move_generator_namespacing_to_baseRafael França2017-07-242-36/+37
|\ \ \ \ \
| * | | | | Move generator namespacing to BaseLisa Ugray2017-07-192-36/+37
* | | | | | Merge pull request #29792 from lugray/delegate_respond_toRafael França2017-07-242-2/+21
|\ \ \ \ \ \
| * | | | | | Delegate respond_to? in ActionView::Helpers::ControllerHelperLisa Ugray2017-07-192-2/+21
* | | | | | | Merge pull request #29765 from lugray/fix_counter_cacheRafael França2017-07-244-4/+18
|\ \ \ \ \ \ \
| * | | | | | | Add test for fixed `counter_cache` double incrementLisa Ugray2017-07-194-4/+18
* | | | | | | | Merge pull request #29912 from rails/revert-29911-schneems/rack-mini-profilerRafael França2017-07-242-7/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | Revert "Include rack-mini-profiler by default"Rafael França2017-07-242-7/+0
|/ / / / / / / /
* | | | | | | | Merge pull request #29911 from schneems/schneems/rack-mini-profilerSean Griffin2017-07-242-0/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | Include rack-mini-profiler by defaultschneems2017-07-242-0/+7
|/ / / / / / / /
* | | | | | | | Fix test failures when prepared statements are disabledSean Griffin2017-07-243-14/+35
* | | | | | | | Fix build failures on PGSean Griffin2017-07-241-0/+4
* | | | | | | | Merge pull request #29905 from kamipo/remove_duplicated_assertionSean Griffin2017-07-241-16/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove duplicated assertion in `test_count_with_join`Ryuta Kamizono2017-07-241-16/+2
* | | | | | | | | Fix build failures on MySQLSean Griffin2017-07-242-2/+2
* | | | | | | | | Refactor Active Record to let Arel manage bind paramsSean Griffin2017-07-2437-459/+283
* | | | | | | | | Merge pull request #29894 from eugeneius/check_schema_file_dup_stringKasper Timm Hansen2017-07-242-1/+8
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | Avoid modifying frozen string in check_schema_fileEugene Kenny2017-07-232-1/+8
* | | | | | | | | Merge pull request #29907 from deivid-rodriguez/fix_flaky_message_verifier_testKasper Timm Hansen2017-07-241-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix test failure in message verifier testsDavid Rodríguez2017-07-241-1/+1
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge pull request #29906 from assain/add_more_tests_to_message_verifierKasper Timm Hansen2017-07-241-0/+15
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | add metadata tests: verify methodAssain2017-07-241-0/+15
|/ / / / / / / /
* | | | | | | | [ci skip] Remove superfluous paragraphs; fully qualify constants.Kasper Timm Hansen2017-07-241-8/+2
* | | | | | | | Merge pull request #29892 from assain/documenation_for_metadataKasper Timm Hansen2017-07-243-0/+100
|\ \ \ \ \ \ \ \
| * | | | | | | | add to changelog: purpose and expiry supportAssain2017-07-241-0/+28
| * | | | | | | | document metadata support added to message encryptor and message verifierAssain2017-07-242-0/+72
| |/ / / / / / /
* | | | | | | | Merge pull request #29860 from georgeclaghorn/travel-back-automaticallyRafael França2017-07-243-8/+8
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Remove time stubs after each testGeorge Claghorn2017-07-223-8/+8
* | | | | | | | Merge pull request #29820 from kirs/frozen-actioncableSean Griffin2017-07-2381-1/+159
|\ \ \ \ \ \ \ \
| * | | | | | | | Use frozen string literal in actioncable/Kir Shatrov2017-07-2381-1/+159
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #29900 from kirs/actionview-frozen-friendlySean Griffin2017-07-231-1/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Make actionview ready for frozen stringsKir Shatrov2017-07-231-1/+2
* | | | | | | | Merge pull request #29901 from kirs/actioncable-frozen-friendlySean Griffin2017-07-231-1/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Make actioncable ready for frozen stringsKir Shatrov2017-07-231-1/+5
* | | | | | | | Merge pull request #29896 from kirs/frozen-actionmailerRichard Schneeman2017-07-2343-0/+84
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Use frozen string literal in actionmailer/Kir Shatrov2017-07-2343-0/+84
|/ / / / / / /
* | | | | | | Merge branch 'verify-release'Kasper Timm Hansen2017-07-234-96/+138
|\ \ \ \ \ \ \