Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into activestorage-guide | Jeffrey Guenther | 2017-12-08 | 14 | -42/+45 |
|\ | |||||
| * | Add headless firefox driver to System Tests | bogdanvlviv | 2017-12-07 | 1 | -1/+2 |
| | | |||||
| * | Merge pull request #31345 from yhirano55/add_assert_in_epsilon_to_testing_guide | Eileen M. Uchitelle | 2017-12-06 | 1 | -0/+2 |
| |\ | | | | | | | Add `assert_in_epsilon` to Testing guide [ci skip] | ||||
| | * | Add `assert_in_epsilon` to Testing guide [ci skip] | Yoshiyuki Hirano | 2017-12-06 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | I found `assert_in_epsilon` is not be in "2.4 Available Assertions". So I Added them. MiniTest::Assertions#assert_in_epsilon: https://github.com/seattlerb/minitest/blob/master/lib/minitest/assertions.rb#L204-L210 | ||||
| * | | Update "Active Record Query Interface" guide [ci skip] | bogdanvlviv | 2017-12-04 | 1 | -9/+9 |
| |/ | | | | | | | | | - Add missing `LIMIT 1` for some queries - Make some examples of query more readable | ||||
| * | [ci skip] Add a missing space before closing curly braces | willnet | 2017-12-02 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #31293 from ydakuka/fix-gemfile-guides | Yuji Yaginuma | 2017-12-01 | 11 | -28/+28 |
| |\ | | | | | | | Cosmetic changes for Gemfile [ci skip] | ||||
| | * | Cosmetic changes [ci skip] | Yauheni Dakuka | 2017-11-30 | 11 | -28/+28 |
| | | | |||||
| * | | [ci skip] Updated links for uncorn which redirect & added https for nginx link | Dixit Patel | 2017-11-30 | 1 | -3/+3 |
| |/ | |||||
* | | Incorporate latest round of feedback | Jeffrey Guenther | 2017-12-04 | 1 | -57/+67 |
| | | |||||
* | | Change info to note | Jeffrey Guenther | 2017-11-30 | 1 | -1/+9 |
| | | |||||
* | | Adds Javan's event example | Jeffrey Guenther | 2017-11-30 | 1 | -2/+98 |
| | | |||||
* | | Merge branch 'master' into activestorage-guide | Jeffrey Guenther | 2017-11-30 | 21 | -59/+275 |
|\| | |||||
| * | Preparing for 5.2.0.beta2 release | Rafael Mendonça França | 2017-11-28 | 1 | -0/+5 |
| | | |||||
| * | Fix typos and add a few suggestions | Fatos Morina | 2017-11-28 | 1 | -1/+1 |
| | | |||||
| * | [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 |
| | | |||||
| * | Preparing for 5.2.0.beta1 release | 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] | ||||
| | * | 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 first draft of Rails 5.2 release notes [ci skip] | ||||
| | * | | 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 only guides | ||||
| | * | | 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 |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | When `form_with` was introduced we disabled the automatic generation of ids that was enabled in `form_for`. This usually is not an good idea since labels don't work when the input doesn't have an id and it made harder to test with Capybara. You can still disable the automatic generation of ids setting `config.action_view.form_with_generates_ids` to `false.` | ||||
| * | | Update guide layout [ci skip] | Francis Go | 2017-11-25 | 1 | -3/+3 |
| | | | |||||
| * | | [ci skip] SecureRandom should mentioned Win32 CryptoAPI functions ins… ↵ | Atul Shimpi | 2017-11-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | (#31225) * [ci skip] SecureRandom should mentioned Win32 CryptoAPI functions instead of Win32 * Remove functions word | ||||
| * | | 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` [ci skip] | ||||
| | * | | 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 |
| | | | | |||||
| * | | | [ci skip] Rails Associations examples contains ActiveRecord::Base reference ↵ | Atul Shimpi | 2017-11-24 | 7 | -0/+0 |
| | | | | | | | | | | | | | | | | instead of ApplicationRecord in images | ||||
| * | | | Correct render method's response header's content type for option(:body) ↵ | Avneet Singh Malhotra | 2017-11-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | from text/html to text/plain. (#31212) | ||||
| * | | | Update Action Cable Overview Guide [ci skip] | Francis Go | 2017-11-22 | 1 | -9/+9 |
| | | | | |||||
* | | | | First pass on incoporating George's feedback | Jeffrey Guenther | 2017-11-30 | 1 | -20/+53 |
| | | | | |||||
* | | | | Removes note | Jeffrey Guenther | 2017-11-21 | 1 | -3/+0 |
| | | | | |||||
* | | | | Corrects Active Job spelling | Jeffrey Guenther | 2017-11-21 | 1 | -2/+2 |
| | | | | |||||
* | | | | Updates add multiple attachments example | Jeffrey Guenther | 2017-11-21 | 1 | -4/+8 |
| | | | | |||||
* | | | | Adds tools caveat for generating previews | Jeffrey Guenther | 2017-11-20 | 1 | -0/+6 |
| | | | | |||||
* | | | | Remove mention of filename from download | Jeffrey Guenther | 2017-11-20 | 1 | -1/+1 |
| | | | | |||||
* | | | | Updates direct download discussion | Jeffrey Guenther | 2017-11-20 | 1 | -6/+1 |
| | | | | |||||
* | | | | Merge branch 'master' into activestorage-guide | Jeffrey Guenther | 2017-11-20 | 16 | -18/+398 |
|\| | | | |||||
| * | | | Pass over Execution guide[ci skip] | Vipul A M | 2017-11-20 | 1 | -3/+3 |
| | | | | |||||
| * | | | [ci skip] Added example for using headless_chrome with ↵ | Pierre Hedkvist | 2017-11-18 | 1 | -0/+10 |
| | |/ | |/| | | | | | | | ActionDispatch::SystemTestCase | ||||
| * | | 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 |
| | | |