Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Allows pass argument for `Time#prev_year` and `Time#next_year`. | bogdanvlviv | 2017-10-24 | 1 | -4/+6 | |
| | | | ||||||
| * | | Allows pass argument for `Time#prev_month` and `Time#next_month` | bogdanvlviv | 2017-10-24 | 1 | -5/+7 | |
| | | | ||||||
* | | | Specify bundler version in template files | yuuji.yaginuma | 2017-11-03 | 6 | -0/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have already specified to install `bundler` 1.15.4 in `.travis.yml`. https://github.com/rails/rails/blob/master/.travis.yml#L31..L32 However, `bundler` 1.16.0 may be used in the test. https://travis-ci.org/rails/rails/jobs/296582467#L2208 The test failed due to this influence. In order to avoid this, specifying `bundler` version in bug report templates. | |||||
* | | | updates autoloading guide for Ruby 2.5 [ci skip] | Xavier Noria | 2017-11-01 | 1 | -1/+9 | |
| | | | ||||||
* | | | Enable `Style/RedundantReturn` rubocop rule, and fixed a couple more | Ryuta Kamizono | 2017-11-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | Follow up of #31004. | |||||
* | | | Merge pull request #30996 from tscoville2012/tscoville2012-patch-1 | Eileen M. Uchitelle | 2017-10-28 | 1 | -0/+4 | |
|\ \ \ | | | | | | | | | 5_1_release_notes include more removals [ci skip] | |||||
| * | | | [ci skip] Updated 5_1_release_notes.md to include support to :text and ↵ | Tyler Scoville | 2017-10-27 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | :nothing in render | |||||
* | | | | Add load hook for `ActionDispatch::SystemTestCase` | yuuji.yaginuma | 2017-10-28 | 1 | -0/+1 | |
|/ / / | | | | | | | | | | | | | | | | | | | | | | This is useful to extend `SystemTestCase`. Also, since other test classes already have load hooks, should also be in `SystemTestCase`. Ref: 0510208dd1ff23baa619884c0abcae4d141fae53 | |||||
* | | | Remove mention about Evented Redis [ci skip] | yuuji.yaginuma | 2017-10-26 | 1 | -2/+2 | |
| | | | | | | | | | | | | Evented Redis adapter was removed in 48766e32d31651606b9f68a16015ad05c3b0de2c. | |||||
* | | | [ci skip]Add space before closing curly brace | willnet | 2017-10-25 | 1 | -2/+2 | |
|/ / | ||||||
* | | Make clear that Time core extensions are split between Numeric and Integer | João Fernandes | 2017-10-24 | 1 | -5/+29 | |
| | | | | | | | | | | | | | | The documentation wrongly suggests that Time extensions to Numeric include methods months and years, when these belong to Integer. Update both classes and guides. | |||||
* | | Remove mention about Evented Redis [ci skip] | bogdanvlviv | 2017-10-23 | 1 | -2/+1 | |
| | | | | | | | | | | Evented Redis is removed from Rails. See #30945 | |||||
* | | Set proper migration' version in bug report templates | bogdanvlviv | 2017-10-18 | 2 | -2/+2 | |
| | | ||||||
* | | Add mention how to delete several records in bulk to Active Record Basics ↵ | bogdanvlviv | 2017-10-18 | 1 | -0/+11 | |
| | | | | | | | | Guides [ci skip] | |||||
* | | Update mailing list URL in I18n guide [ci skip] | Yoshiyuki Hirano | 2017-10-17 | 1 | -3/+3 | |
| | | ||||||
* | | Merge pull request #30862 from ↵ | Eileen M. Uchitelle | 2017-10-15 | 1 | -1/+1 | |
|\ \ | | | | | | | | | | | | | yhirano55/remove_needless_space_in_action_view_guide Remove a needless space in Action View Guide [ci skip] | |||||
| * | | Remove a needless space in Action View Guide [ci skip] | Yoshiyuki Hirano | 2017-10-12 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #30872 from yhirano55/capitalize_sprockets_in_engine_guide | Eileen M. Uchitelle | 2017-10-15 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Capitalize "sprockets" in Engine guide [ci skip] | |||||
| * | | | Capitalize "sprockets" in Engine guide [ci skip] | Yoshiyuki Hirano | 2017-10-13 | 1 | -1/+1 | |
| |/ / | ||||||
* | | | Add accept-charset to the output of form_with in JS guide [ci skip] | Yoshiyuki Hirano | 2017-10-15 | 1 | -1/+1 | |
| | | | ||||||
* | | | Add unpermitted_parameters.action_controller hook to instrument guide [ci skip] | Yoshiyuki Hirano | 2017-10-14 | 1 | -0/+6 | |
| | | | ||||||
* | | | Add Action Cable notifications to instrument guide [ci skip] | Yoshiyuki Hirano | 2017-10-13 | 1 | -0/+39 | |
| | | | ||||||
* | | | Add process.action_mailer notification to Instrumentation guide [ci skip] | Yoshiyuki Hirano | 2017-10-13 | 1 | -0/+16 | |
| |/ |/| | ||||||
* | | fix the description for the `select_all` [ci skip] | Aditya Kapoor | 2017-10-12 | 1 | -2/+2 | |
|/ | ||||||
* | Update security guide for signed cookie rotations | Michael Coyne | 2017-10-09 | 1 | -2/+3 | |
| | | | | | The example was slightly incorrect. This commit also adds a test case for this example to cookies middleware unit tests. | |||||
* | Merge pull request #30839 from yhirano55/use_form_with_in_engine_guide | Ryuta Kamizono | 2017-10-09 | 2 | -9/+9 | |
|\ | | | | | Use `form_with` instead of `form_for` in engine guide [ci skip] | |||||
| * | Use `form_with` instead of `form_for` in engine guide [ci skip] | Yoshiyuki Hirano | 2017-10-09 | 2 | -9/+9 | |
| | | ||||||
* | | Merge pull request #30838 from ↵ | Ryuta Kamizono | 2017-10-09 | 1 | -19/+21 | |
|\ \ | | | | | | | | | | | | | yhirano55/fix_rails_routes_log_in_getting_started_guide Fix the result of `rails routes` in Guide [ci skip] | |||||
| * | | Fix the result of `rails routes` in Guide [ci skip] | Yoshiyuki Hirano | 2017-10-09 | 1 | -19/+21 | |
| |/ | ||||||
* / | Fix default of `String#to_time` [ci skip] | yuuji.yaginuma | 2017-10-08 | 1 | -1/+1 | |
|/ | | | | The default of `String#to_time` is `:local` since b79adc4. | |||||
* | Merge pull request #30822 from akshay-vishnoi/fix-typo | Ryuta Kamizono | 2017-10-07 | 2 | -2/+2 | |
|\ | | | | | [ci skip] Fix typo | |||||
| * | [ci skip] Fix typo | Akshay Vishnoi | 2017-10-07 | 2 | -2/+2 | |
| | | ||||||
* | | Update Instrumentation guide for Active Storage [ci skip] | Yoshiyuki Hirano | 2017-10-07 | 1 | -0/+47 | |
| | | ||||||
* | | Add v5.1 to earlier releases list in guide [ci skip] | Yoshiyuki Hirano | 2017-10-07 | 1 | -0/+1 | |
|/ | ||||||
* | Cosmetic fixes [ci skip] | Yauheni Dakuka | 2017-10-06 | 16 | -25/+25 | |
| | ||||||
* | Merge pull request #30734 from oreoshake/patch-1 | Eileen M. Uchitelle | 2017-10-04 | 1 | -2/+2 | |
|\ | | | | | Encourage html-safe API in layouts/rendering guide | |||||
| * | Encourage html-safe API in layouts/rendering guide | Neil Matatall | 2017-09-27 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | While the code example was not unsafe, it encourages the use of confusingly unsafe APIs (specifically `html_safe`). We have a safe alternative and we should encourage people to use it under all circumstances. | |||||
* | | Add link to Rack website | Antonio Tapiador del Dujo | 2017-10-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | Resemble links to Bundler and Yarn, based on feedback by @kamipo [ci skip] | |||||
* | | Fix broken link to recaptcha.net [ci skip] | Patrick Davey | 2017-10-01 | 1 | -1/+1 | |
| | | | | | | | | | | The link to recaptcha.net returns a 404. As far as I can tell, the new link ought to be to https://developers.google.com/recaptcha/ . | |||||
* | | [ci skip] Fix typo. | Conrad Beach | 2017-09-28 | 1 | -1/+1 | |
| | | ||||||
* | | Deprecate secret_token, long since usurped by secret_key_base. | Kasper Timm Hansen | 2017-09-28 | 2 | -2/+0 | |
|/ | | | | | | | | | | See the changelog entry. Remove `secrets.secret_token` from the bug report templates, since we don't accept bug reports for Rails versions that don't support a `secret_key_base`. [ claudiob & Kasper Timm Hansen ] | |||||
* | Add newlines before/after the `git_source` in bug report templates | Ryuta Kamizono | 2017-09-27 | 11 | -0/+22 | |
| | | | | [ci skip] | |||||
* | Change :github git source for bug report templates | bogdanvlviv | 2017-09-27 | 11 | -0/+11 | |
| | | | | | | | :github source uses `git://` url by default, `https://` is recommended. See http://bundler.io/v1.15/guides/git.html#security We do the same in our `Gemfile` and templates. | |||||
* | Merge pull request #30713 from yhirano55/add_a_space_to_refinery_cms | Javan Makhmali | 2017-09-26 | 1 | -1/+1 | |
|\ | | | | | Add a space to RefineryCMS in Engine guide [ci skip] | |||||
| * | Add an space to RefineryCMS in Engine guide [ci skip] | Yoshiyuki Hirano | 2017-09-26 | 1 | -1/+1 | |
| | | | | | | | | | | * According to the official website, it seems that "RefineryCMS" is "Refinery CMS". * See at: http://www.refinerycms.com/ | |||||
* | | Fix typo in 'find_in_batches' example | hupfis | 2017-09-26 | 1 | -1/+1 | |
| | | ||||||
* | | [ci skip] Don't mention unrotatable secret_key_base. | Kasper Timm Hansen | 2017-09-25 | 1 | -18/+20 | |
|/ | ||||||
* | Merge pull request #30704 from ydakuka/new-fixes | Ryuta Kamizono | 2017-09-25 | 2 | -3/+3 | |
|\ | | | | | New missing backquotes [ci skip] | |||||
| * | new missing backquotes [ci skip] | Yauheni Dakuka | 2017-09-25 | 2 | -3/+3 | |
| | | ||||||
* | | Merge pull request #30615 from yhirano55/update_form_helpers_guide | Ryuta Kamizono | 2017-09-25 | 1 | -7/+11 | |
|\ \ | | | | | | | Update Form Helpers guide [ci skip] |