Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Fix rails middleware list in api_app guide [ci skip] | Yoshiyuki Hirano | 2017-09-24 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | * `MyApi::Application::Routes` is not middleware. | |||||
* | | | | | Fix email in Active Support Instrumentation [ci skip] | Yoshiyuki Hirano | 2017-09-24 | 1 | -2/+2 | |
| |_|/ / |/| | | | | | | | | | | | * `s/ddh/dhh/` | |||||
* | | | | Update link in The Asset Pipeline guide [ci skip] | Yoshiyuki Hirano | 2017-09-21 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Update Rails Guides about :autosave option | Anton Chumakov | 2017-09-20 | 1 | -4/+4 | |
| | | | ||||||
* | | | Merge pull request #30624 from bogdanvlviv/deprecate_Module_reachable | Sean Griffin | 2017-09-20 | 1 | -39/+0 | |
|\ \ \ | | | | | | | | | Deprecate `Module#reachable?` method | |||||
| * | | | Remove mentions about `Module#reachable?` in "Active Support Core ↵ | bogdanvlviv | 2017-09-17 | 1 | -39/+0 | |
| | | | | | | | | | | | | | | | | Extensions" guide | |||||
* | | | | Merge pull request #30616 from yhirano55/update_layouts_and_rendering | Eileen M. Uchitelle | 2017-09-20 | 1 | -17/+19 | |
|\ \ \ \ | | | | | | | | | | | Update Layouts and Rendering in Rails [ci skip] | |||||
| * | | | | Update Layouts and Rendering in Rails [ci skip] | Yoshiyuki Hirano | 2017-09-17 | 1 | -17/+19 | |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * The example code on this page are similar to ones generated by scaffold generator, but some points are different. * Of course, it is no reason to be as same as scaffolding codes. But this is the guide for beginners, I thought it's better to be almost same as scaffolding codes. | |||||
* | | | | Merge pull request #30623 from manojmj92/manojmj92-oo-key-patch | Javan Makhmali | 2017-09-20 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | make documentation consistent with KeyError message | |||||
| * | | | | Fix error message documentation | Manoj M J | 2017-09-20 | 1 | -1/+1 | |
| | |/ / | |/| | | ||||||
* | | | | Use credentials, not secrets, for Active Storage (#30650) | Claudio B | 2017-09-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to #30067: > This PR will deprecate secrets.yml* and instead adopt > config/credentials.yml.enc to signify what these secrets are specifically > for: Keeping API keys, database passwords, and any other integration > credentials in one place. [ci skip] since only comments are being edited. | |||||
* | | | | Update action_controller_overview.md [ci skip] | Yauheni Dakuka | 2017-09-19 | 3 | -4/+4 | |
| | | | | ||||||
* | | | | Use ApplicationJob instead of ActiveJob::Base in guide [ci skip] | Yoshiyuki Hirano | 2017-09-18 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | add section to guides for discarding and retrying active jobs [ci skip] | Gerard Cahill | 2017-09-18 | 1 | -0/+19 | |
| | | | | ||||||
* | | | | Merge pull request #30642 from ydakuka/quotes | Ryuta Kamizono | 2017-09-18 | 2 | -5/+5 | |
|\ \ \ \ | | | | | | | | | | | Fix quotes [ci skip] | |||||
| * | | | | Fix quotes [ci skip] | Yauheni Dakuka | 2017-09-18 | 2 | -5/+5 | |
| | | | | | ||||||
* | | | | | Upcase js [ci skip] | Yauheni Dakuka | 2017-09-18 | 1 | -2/+2 | |
|/ / / / | ||||||
* | | | | Remove "the" [ci skip] | Yauheni Dakuka | 2017-09-18 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge pull request #30637 from ↵ | Ryuta Kamizono | 2017-09-18 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | bogdanvlviv/add_round_bracket_in_5_1_release_notes Add missing round bracket in "Ruby on Rails 5.1 Release Notes" guide [ci skip] | |||||
| * | | | | Add missing round bracket in "Ruby on Rails 5.1 Release Notes" guide | bogdanvlviv | 2017-09-17 | 1 | -1/+1 | |
| |/ / / | | | | | | | | | | | | | [ci skip] | |||||
* / / / | Update plugins.md [ci skip] | Yauheni Dakuka | 2017-09-17 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge pull request #30618 from y-yagi/fix_credentails | Ryuta Kamizono | 2017-09-16 | 1 | -3/+3 | |
|\ \ \ | |/ / |/| | | Fix typo: `credentails` -> `credentials` [ci skip] | |||||
| * | | Fix typo: `credentails` -> `credentials` [ci skip] | yuuji.yaginuma | 2017-09-16 | 1 | -3/+3 | |
| | | | | | | | | | | | | Follow up of ca18922ac23be2cde6963fae9b193c9111bec6f8 | |||||
* | | | Update Getting Started with Rails [ci skip] | Yoshiyuki Hirano | 2017-09-15 | 1 | -4/+4 | |
|/ / | ||||||
* | | Merge pull request #30598 from yhirano55/update_activejob_basics | Ryuta Kamizono | 2017-09-14 | 1 | -0/+1 | |
|\ \ | | | | | | | Update Active Job Basics [ci skip] | |||||
| * | | Update Active Job Basics [ci skip] | Yoshiyuki Hirano | 2017-09-14 | 1 | -0/+1 | |
| |/ | | | | | | | * Add Sneakers link to documentation list. | |||||
* | | [ci skip] Prefer credentials to secrets in docs. | Kasper Timm Hansen | 2017-09-13 | 3 | -48/+29 | |
| | | | | | | | | | | | | | | Removes most mentions of secrets.secret_key_base and explains credentials instead. Also removes some very stale upgrade notices about Rails 3/4. | |||||
* | | Update Getting Started with Rails [ci skip] | Yoshiyuki Hirano | 2017-09-14 | 1 | -0/+2 | |
|/ | ||||||
* | Fix created_at [ci skip] | Yauheni Dakuka | 2017-09-13 | 1 | -1/+1 | |
| | ||||||
* | Remove not used gems by default [ci skip] | yuuji.yaginuma | 2017-09-11 | 1 | -2/+0 | |
| | | | | | | | | | `rack-mount` switched to journey with 5f0b37c. Also, `rack-cache` will not be used unless you explicitly specify it. Ref: https://github.com/rails/rails/commit/037e50ec39c7c3d58a102a6584e2740652420d1d https://github.com/rails/rails/commit/1fc795468525d8622cdca474a54c8310a514aa46 | |||||
* | fix type fully qualified [ci skip] | Yauheni Dakuka | 2017-09-06 | 1 | -3/+3 | |
| | ||||||
* | Clarify intentions around method redefinitions | Matthew Draper | 2017-09-01 | 1 | -1/+5 | |
| | | | | | | | | | Don't use remove_method or remove_possible_method just before a new definition: at best the purpose is unclear, and at worst it creates a race condition. Instead, prefer redefine_method when practical, and silence_redefinition_of_method otherwise. | |||||
* | In Action View Overview guide, remove reference to custom helpers | Luke Persola | 2017-08-30 | 1 | -1/+1 | |
| | | | | [ci skip] | |||||
* | Merge pull request #29964 from gwincr11/cg-partial-caching | Eileen M. Uchitelle | 2017-08-30 | 1 | -0/+18 | |
|\ | | | | | Add documentation about template partial caching | |||||
| * | Add documentation about template partial caching | Cory Gwin @gwincr11 | 2017-08-30 | 1 | -3/+21 | |
| | | | | | | | | | | | | | | Motivation: - #29423 surfaced some confusion about how template caching works when using partials across files with different mime types. This doc attempts to explain how this can be accomplished. | |||||
* | | Use YAML syntax highlight for `config/locales/en.yml` [ci skip] | Ryuta Kamizono | 2017-08-29 | 1 | -1/+1 | |
| | | ||||||
* | | It should be "the resulting cache key", not "the resulting `cache-key`" [ci ↵ | Ryuta Kamizono | 2017-08-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | skip] This is a partial revert of 07402aa1307a4ff71b4ef6581f95b8612238a6af. I also changed "cache-key" to "cache key" because "cache-key" appears only once in the repo. ``` % git grep '\bcache-key\b' | wc -l 1 % git grep '\bcache key\b' | wc -l 28 ``` | |||||
* | | Merge pull request #30447 from yhirano55/update_caching_with_rails | Eileen M. Uchitelle | 2017-08-29 | 1 | -3/+3 | |
|\ \ | | | | | | | Update Caching with Rails guide [ci skip] | |||||
| * | | Update Caching with Rails guide [ci skip] | Yoshiyuki Hirano | 2017-08-29 | 1 | -3/+3 | |
| | | | ||||||
* | | | Update Rails I18n API guide [ci skip] | Yoshiyuki Hirano | 2017-08-29 | 1 | -10/+10 | |
|/ / | ||||||
* | | Merge pull request #30435 from yhirano55/fix_grammer_in_guide_for_javascript | Vipul A M | 2017-08-27 | 1 | -6/+6 | |
|\ \ | | | | | | | Fix grammar in JavaScript in Rails [ci skip] | |||||
| * | | Fix grammar in guide [ci skip] | Yoshiyuki Hirano | 2017-08-28 | 1 | -6/+6 | |
| | | | | | | | | | | | | * I've fixed grammar problems in the guide about JavaScript in Rails. | |||||
* | | | Remove trailing spaces [ci skip] | Ryuta Kamizono | 2017-08-27 | 6 | -10/+10 | |
|/ / | ||||||
* | | Correct wording and adding info [ci skip] | Daniel Steele | 2017-08-26 | 1 | -1/+4 | |
| | | | | | | I had to do some I was unsure what kind of caching it was performing, and had to do some Googling. Also improves the wording. | |||||
* | | Merge pull request #30394 from ydakuka/fixing-indentation | Ryuta Kamizono | 2017-08-24 | 5 | -11/+11 | |
|\ \ | | | | | | | Fix indentation [ci skip] | |||||
| * | | Fix indentation [ci skip] | Yauheni Dakuka | 2017-08-24 | 5 | -11/+11 | |
| | | | ||||||
* | | | Update active_support_core_extensions.md [ci skip] | Yauheni Dakuka | 2017-08-24 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge pull request #30376 from willnet/belongs-to-dependent-option | Ryuta Kamizono | 2017-08-24 | 1 | -6/+5 | |
|\ \ \ | | | | | | | | | [ci skip]Revert commits changing wrong place | |||||
| * | | | [ci skip]Revert commits changing wrong place | willnet | 2017-08-24 | 1 | -6/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commits 5147ab121d628f29451c654a8c312d5a3f491ffb and 391043ab04007bfd4c4c4c8e8d3308c1eae60175. These commits looked to intend to change documents of has_many dependent options, but actually changed documents of belongs_to dependent options. | |||||
* | | | | Merge pull request #30213 from ckundo/ccundiff-alt-text-default | Rafael Mendonça França | 2017-08-23 | 2 | -3/+3 | |
|\ \ \ \ | | | | | | | | | | | | | | | | Do not generate default alt text for images |