| Commit message (Expand) | Author | Age | Files | Lines |
* | [ci skip] Update MVC wiki link | Dixit Patel | 2017-11-28 | 1 | -1/+1 |
* | Add releases notes to the guides index | Rafael Mendonça França | 2017-11-27 | 1 | -0/+4 |
* | Merge pull request #31242 from fgo/patch-22 | Rafael França | 2017-11-27 | 1 | -2/+2 |
|\ |
|
| * | Update Rails on Rack guide [ci skip] | Francis Go | 2017-11-27 | 1 | -2/+2 |
* | | Merge pull request #31237 from prathamesh-sonpatki/5-2-release-notes | Rafael França | 2017-11-27 | 1 | -0/+210 |
|\ \ |
|
| * | | Added CSP as major feature [ci skip] | Prathamesh Sonpatki | 2017-11-27 | 1 | -0/+5 |
| * | | Added first draft of Rails 5.2 release notes [ci skip] | Prathamesh Sonpatki | 2017-11-27 | 1 | -0/+205 |
* | | | Update the middleware list with CSP [ci skip] | Prathamesh Sonpatki | 2017-11-27 | 1 | -0/+1 |
|/ / |
|
* | | fix comma splice [ci skip] | Ashley Engelund (weedySeaDragon @ github) | 2017-11-26 | 1 | -1/+1 |
* | | verb tense correction [ci skip] | Ashley Engelund (weedySeaDragon @ github) | 2017-11-26 | 1 | -1/+1 |
* | | gendered wording not necessary; changed to neutral [ci skip] | Ashley Engelund (weedySeaDragon @ github) | 2017-11-26 | 1 | -1/+1 |
* | | Merge pull request #31181 from tenshilg/fix-api-guides | Rafael França | 2017-11-25 | 1 | -2/+4 |
|\ \ |
|
| * | | Fix names of http authentication modules in api_app guides | Roman Kovtunenko | 2017-11-19 | 1 | -2/+4 |
* | | | Change `form_with` to generates ids by default | npezza93 | 2017-11-25 | 1 | -0/+2 |
| |/
|/| |
|
* | | Update guide layout [ci skip] | Francis Go | 2017-11-25 | 1 | -3/+3 |
* | | [ci skip] SecureRandom should mentioned Win32 CryptoAPI functions ins… (#31... | Atul Shimpi | 2017-11-25 | 1 | -1/+1 |
* | | Merge pull request #30881 from dimroc/master | Vipul A M | 2017-11-25 | 1 | -36/+24 |
|\ \ |
|
| * | | Update documentation to lead with ajax param `event.detail` | Dimitri Roche | 2017-11-24 | 1 | -4/+9 |
| * | | Update documentation to lead with ajax param `event.detail` | Dimitri Roche | 2017-10-13 | 1 | -36/+19 |
* | | | Correct render method's response header's content type for option(:body) from... | Avneet Singh Malhotra | 2017-11-24 | 1 | -1/+1 |
* | | | Update Action Cable Overview Guide [ci skip] | Francis Go | 2017-11-22 | 1 | -9/+9 |
* | | | Pass over Execution guide[ci skip] | Vipul A M | 2017-11-20 | 1 | -3/+3 |
* | | | [ci skip] Added example for using headless_chrome with ActionDispatch::System... | Pierre Hedkvist | 2017-11-18 | 1 | -0/+10 |
| |/
|/| |
|
* | | Fix links [ci skip] | Yauheni Dakuka | 2017-11-16 | 1 | -2/+2 |
* | | Add more detail on how the framework is actually configured by default | Matthew Draper | 2017-11-17 | 1 | -5/+67 |
* | | Start on a guide for the Executor & Load Interlock | Matthew Draper | 2017-11-16 | 2 | -0/+267 |
* | | Update configuring.md | Kelly Stannard | 2017-11-14 | 1 | -1/+1 |
* | | Merge pull request #30884 from robwold/patch-1 | Eileen M. Uchitelle | 2017-11-14 | 1 | -1/+1 |
|\ \ |
|
| * | | Update layouts_and_rendering.md [ci skip] | Rob | 2017-11-14 | 1 | -1/+1 |
| |/ |
|
* | | Cache: Enable compression by default for values > 1kB. | Jeremy Daer | 2017-11-13 | 1 | -2/+2 |
* | | Built-in Redis cache store | Jeremy Daer | 2017-11-13 | 1 | -0/+47 |
* | | Move touch method from Skipping Callbacks section to Running Callbacks sectio... | Avneet Singh Malhotra | 2017-11-13 | 1 | -1/+1 |
* | | Use new RDoc URL of Ruby core [ci skip] | aycabta | 2017-11-10 | 1 | -3/+3 |
* | | Use `-e` option to specify the environment in console command [ci skip] | yuuji.yaginuma | 2017-11-10 | 2 | -2/+2 |
* | | Merge pull request #30620 from bogdanvlviv/method_signature_prev-next-day-mon... | Andrew White | 2017-11-06 | 1 | -95/+105 |
|\ \ |
|
| * | | Update "Active Support Core Extensions" guide | bogdanvlviv | 2017-10-24 | 1 | -91/+97 |
| * | | 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 |
* | | | updates autoloading guide for Ruby 2.5 [ci skip] | Xavier Noria | 2017-11-01 | 1 | -1/+9 |
* | | | Merge pull request #30996 from tscoville2012/tscoville2012-patch-1 | Eileen M. Uchitelle | 2017-10-28 | 1 | -0/+4 |
|\ \ \ |
|
| * | | | [ci skip] Updated 5_1_release_notes.md to include support to :text and :nothi... | Tyler Scoville | 2017-10-27 | 1 | -0/+4 |
* | | | | Add load hook for `ActionDispatch::SystemTestCase` | yuuji.yaginuma | 2017-10-28 | 1 | -0/+1 |
|/ / / |
|
* | | | Remove mention about Evented Redis [ci skip] | yuuji.yaginuma | 2017-10-26 | 1 | -2/+2 |
* | | | [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 |
* | | Remove mention about Evented Redis [ci skip] | bogdanvlviv | 2017-10-23 | 1 | -2/+1 |
* | | Add mention how to delete several records in bulk to Active Record Basics Gui... | bogdanvlviv | 2017-10-18 | 1 | -0/+11 |
* | | Update mailing list URL in I18n guide [ci skip] | Yoshiyuki Hirano | 2017-10-17 | 1 | -3/+3 |
* | | Merge pull request #30862 from yhirano55/remove_needless_space_in_action_view... | Eileen M. Uchitelle | 2017-10-15 | 1 | -1/+1 |
|\ \ |
|
| * | | Remove a needless space in Action View Guide [ci skip] | Yoshiyuki Hirano | 2017-10-12 | 1 | -1/+1 |