Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove redundant `assert_respond_to` | Ryuta Kamizono | 2017-07-03 | 3 | -42/+3 |
* | Merge pull request #29566 from eugeneius/wrap_parameters_query | Kasper Timm Hansen | 2017-07-02 | 2 | -7/+10 |
|\ | |||||
| * | Don't wrap parameters if query parameter exists | Eugene Kenny | 2017-06-25 | 2 | -7/+10 |
* | | Merge pull request #29654 from kamipo/fix_deprecation_message | Kasper Timm Hansen | 2017-07-02 | 1 | -1/+1 |
|\ \ | |||||
| * | | Fix removed version 5.2 to 6.0 in the deprecation message | Ryuta Kamizono | 2017-07-02 | 1 | -1/+1 |
* | | | Merge pull request #29656 from y-yagi/move_tmp_clear_test | Kasper Timm Hansen | 2017-07-02 | 2 | -7/+7 |
|\ \ \ | |/ / |/| | | |||||
| * | | Move test related to `tmp:clear` task to `tmp_test.rb` | yuuji.yaginuma | 2017-07-02 | 2 | -7/+7 |
|/ / | |||||
* | | Apply record state based on parent transaction state | eileencodes | 2017-07-01 | 4 | -3/+96 |
* | | Deprecate and replace `set_state` method | eileencodes | 2017-07-01 | 3 | -6/+73 |
* | | Merge pull request #29622 from yalab/warning_system_tesing_http_verb | Eileen M. Uchitelle | 2017-07-01 | 3 | -0/+58 |
|\ \ | |||||
| * | | SystemTestCase undef some IntegrationTest methods because it's confused to use. | yalab | 2017-07-01 | 3 | -0/+58 |
* | | | Avoid shadowed variable | Matthew Draper | 2017-07-02 | 1 | -2/+2 |
* | | | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 2231 | -2246/+13 |
* | | | Merge pull request #29540 from kirs/rubocop-frozen-string | Matthew Draper | 2017-07-02 | 2231 | -13/+2246 |
|\ \ \ | |||||
| * | | | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 2230 | -13/+2245 |
* | | | | Merge pull request #29506 from pat/frozen-string-literals | Matthew Draper | 2017-07-02 | 65 | -323/+323 |
|\ \ \ \ | |||||
| * | | | | Make ActionView frozen string literal friendly. | Pat Allan | 2017-06-20 | 22 | -223/+223 |
| * | | | | Make ActionMailer frozen string literal friendly. | Pat Allan | 2017-06-20 | 5 | -7/+7 |
| * | | | | Make ActiveRecord frozen string literal friendly. | Pat Allan | 2017-06-20 | 21 | -44/+43 |
| * | | | | Make ActiveModel frozen string literal friendly. | Pat Allan | 2017-06-20 | 4 | -5/+5 |
| * | | | | Make ActiveSupport frozen string literal friendly. | Pat Allan | 2017-06-20 | 16 | -44/+45 |
* | | | | | Merge pull request #29349 from robertomiranda/responsive-images | Matthew Draper | 2017-07-02 | 3 | -3/+24 |
|\ \ \ \ \ | |||||
| * | | | | | Add `srcset` option to `image_tag` helper | Roberto Miranda | 2017-06-29 | 3 | -2/+23 |
* | | | | | | Merge pull request #29534 from y-yagi/clear_screenshots_in_tmp_clear_task | Eileen M. Uchitelle | 2017-07-01 | 4 | -9/+57 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Clear screenshots files in `tmp:clear` task | yuuji.yaginuma | 2017-06-27 | 4 | -9/+57 |
* | | | | | | | Merge pull request #29650 from koic/add_metadata_link_to_railties_gemspec | Eileen M. Uchitelle | 2017-07-01 | 1 | -0/+5 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Add source code and changelog link to railties.gemspec | Koichi ITO | 2017-07-01 | 1 | -0/+5 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #29631 from kamipo/should_be_clear_association_ids | Matthew Draper | 2017-07-01 | 2 | -2/+16 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Should be clear `@association_ids` when joined newly associated record | Ryuta Kamizono | 2017-06-30 | 2 | -2/+16 |
* | | | | | | | | Merge pull request #29634 from kamipo/dont_cache_queries_for_schema_statements | Matthew Draper | 2017-07-01 | 10 | -55/+70 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Don't cache queries for schema statements | Ryuta Kamizono | 2017-06-30 | 10 | -55/+70 |
* | | | | | | | | | Merge pull request #29644 from wilson/unify-route-helper-visibility | Matthew Draper | 2017-07-01 | 2 | -18/+17 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Properly register "custom" URL helpers as named helpers. | Wilson Bilkovich | 2017-06-30 | 2 | -18/+16 |
* | | | | | | | | | | Merge pull request #28808 from fschwahn/fix-polymorphic-automic-inverse | Matthew Draper | 2017-07-01 | 3 | -10/+19 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Add regression test for setting inverse instances on normal & polymorphic rel... | Fabian Schwahn | 2017-04-20 | 1 | -0/+14 |
| * | | | | | | | | | | Remove :polymorphic from INVALID_AUTOMATIC_INVERSE_OPTIONS | Fabian Schwahn | 2017-04-20 | 2 | -10/+5 |
* | | | | | | | | | | | Merge pull request #29536 from nickrivadeneira/fix-yaml | Matthew Draper | 2017-07-01 | 2 | -1/+9 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Ensure `false` is preserved in attr serialization | Nick Rivadeneira | 2017-06-22 | 2 | -1/+9 |
* | | | | | | | | | | | | Merge pull request #29629 from koic/fix_next_version_of_rails | Matthew Draper | 2017-07-01 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Fix the next version of Rails from 5.3 to 6.0 | Koichi ITO | 2017-06-30 | 1 | -1/+1 |
* | | | | | | | | | | | | | Merge pull request #29646 from y-yagi/fix_format_of_ap_to_s | Ryuta Kamizono | 2017-07-01 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | Fix format of `ActionController::Parameters#to_s` doc [ci skip] | yuuji.yaginuma | 2017-07-01 | 1 | -0/+1 |
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge pull request #29643 from fatkodima/delete_stale_comment | Ryuta Kamizono | 2017-07-01 | 1 | -2/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Delete stale comment for `AR::Associations::Builder::CollectionAssociation` | fatkodima | 2017-07-01 | 1 | -2/+0 |
|/ / / / / / / / / / / / | |||||
* | | | | | | | | | | | | Add CHANGELOG for #29630 [ci skip] | Prathamesh Sonpatki | 2017-07-01 | 1 | -0/+4 |
* | | | | | | | | | | | | Merge pull request #29630 from kirs/fallback-tos_parameters | Rafael França | 2017-06-30 | 3 | -1/+19 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Fallback Parameters#to_s to Hash#to_s | Kir Shatrov | 2017-06-30 | 3 | -1/+19 |
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge pull request #29418 from dinahshi/scaffold_system_tests | Eileen M. Uchitelle | 2017-06-30 | 7 | -13/+104 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | Add system tests to generate scaffold | Dinah Shi | 2017-06-30 | 7 | -13/+104 |
* | | | | | | | | | | | | Merge pull request #29640 from sai29/getting_started_edit | Vipul A M | 2017-06-30 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | |