aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
...
| * | update description of queue adapter in test [ci skip]yuuji.yaginuma2016-09-281-2/+2
| | | | | | | | | | | | | | | `ActiveJob::TestCase` set `TestAdapter` to queue adapter at `before_setup`. https://github.com/rails/rails/blob/master/activejob/lib/active_job/test_helper.rb#L12..L21
* | | Removes broken performance testing link from the 2.2 release notesMichael Lennox2016-09-281-1/+0
|/ /
* | Add info about a502703 to Rails 5 release notesJon Moss2016-09-251-0/+3
| | | | | | | | [ci skip]
* | Fix docs for allowed params to `get` in controller tests [ci skip]Michael Hoy2016-09-231-4/+4
| | | | | | | | | | | | | | | | Fixes #26602 Relevant method documentation: https://github.com/rails/rails/blob/abe3da9f12710ea85be69b17172bef41220037fc/actionpack/lib/action_dispatch/testing/integration.rb#L14-L43
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-09-201-0/+2
|\ \
| * | :nail_care: [ci skip]Prathamesh Sonpatki2016-09-071-1/+1
| | |
| * | Document that redirect* don't halt exucution. We explain more on this ↵Vipul A M2016-09-061-0/+2
| | | | | | | | | | | | behavior in 2.3.2, but dont specify that is not halting. Its better to not let developers be caught by surprise. [ci skip]
* | | [ci skip] Fixed commas according to Oxford comma in rdoc and guidesAndrey Molchanov2016-09-173-3/+3
| | |
* | | Fix small grammar issue introduced in #26382Jon Moss2016-09-161-1/+2
| | | | | | | | | | | | [ci skip]
* | | bug report template for migrations (#26488)Girish Sonawane2016-09-153-0/+130
| | | | | | | | | * added bug report template for migrations
* | | fixed guide to add correct documentation for partial render 'as' optionGirish S2016-09-131-7/+7
| | |
* | | [ci skip] Update Levenshtein code with better attribution.Kasper Timm Hansen2016-09-121-1/+3
| | | | | | | | | | | | Lacks some proper creds to the homies who went the... distance ;)
* | | Merge pull request #26431 from wytesk133/masterप्रथमेश Sonpatki2016-09-081-1/+1
|\ \ \ | | | | | | | | Fix table name typos [ci skip]
| * | | Fix table name typos [ci skip]Waitaya Krongapiradee2016-09-081-1/+1
| | | |
* | | | update doc about default `cache_store` [ci skip]yuuji.yaginuma2016-09-081-1/+1
| | | | | | | | | | | | | | | | The default `cache_store` has changed in 8f0e0b6 to use `file_store`.
* | | | Merge pull request #26390 from Neodelf/format_mdsVipul A M2016-09-074-8/+8
|\ \ \ \ | | | | | | | | | | [ci skip] Simply formatting documents
| * | | | [ci skip] Simply formatting documentsNeodelf2016-09-064-8/+8
| | | | |
* | | | | Merge pull request #24612 from vipulnsward/fix-li-ol-widthVijay Dev2016-09-061-1/+2
|\ \ \ \ \ | |_|_|/ / |/| | | | Selectively add `li ul, li ol { margin:0 1.5em; }` to subColl as needed
| * | | | Selectively add `li ul, li ol { margin:0 1.5em; }` to subColl needed for ↵Vipul A M2016-04-191-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Chapters column, instead of leaking to other lists. Before: https://monosnap.com/file/CNIMXcqv3HuRrObTNYWYFis8I3G8PT After: https://monosnap.com/file/0IyEKEy9hcRCIx82etR8ikinCo3vNb Chapters column remains as is: http://take.ms/M0BkF
* | | | | Remove the word "mongrel" from documentsRyunosuke Sato2016-09-074-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently mongrel is not maintained. And it couldn't be built with any Ruby versions that supported by Rails. It is reasonable to remove the word "mongrel" in order to avoid confusion from newcomer.
* | | | | Minor grammar fix in engines.mdMark Sun2016-09-061-1/+1
| |/ / / |/| | |
* | | | Update docs for change in transaction callback exceptionsNathan Wenneker2016-09-032-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 07d3d40 changed how exceptions are handled in after_commit and after_destroy callbacks. This commit updates the 5.0 release notes and the ActiveRecord callback guide to reflect the new behavior. [ci skip]
* | | | add Active Job bug report templates to guide [ci skip]yuuji.yaginuma2016-09-031-0/+1
| | | | | | | | | | | | | | | | Follow up to #26362
* | | | Merge pull request #26364 from ↵Kasper Timm Hansen2016-09-022-4/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | y-yagi/fix_class_name_typo_in_bug_report_templates fix class name typo in bug report templates for Active Job
| * | | | fix class name typoyuuji.yaginuma2016-09-022-4/+4
| | | | |
* | | | | Improve Getting Started [ci skip]Shia2016-09-021-2/+1
|/ / / /
* | | | Merge pull request #26362 from prathamesh-sonpatki/add-aj-bug-report-templatesGuillermo Iguaran2016-09-022-0/+63
|\ \ \ \ | |_|/ / |/| | | Added bug report templates for Active Job
| * | | Added bug report templates for Active JobPrathamesh Sonpatki2016-09-022-0/+63
| | | |
* | | | Grammar fix [ci skip]Waitaya Krongapiradee2016-09-021-1/+1
|/ / /
* | | RuboCop is 100% green :tada:Xavier Noria2016-09-021-8/+9
| | |
* | | Update Jason Zimdars twitterDevinsuit2016-08-311-1/+1
| | |
* | | Merge pull request #26226 from schneems/schneems/explicit-public-urlsRichard Schneeman2016-08-312-0/+15
|\ \ \ | | | | | | | | Make public asset use explicit
| * | | Explicitly mention defaults.schneems2016-08-292-2/+2
| | | |
| * | | Address doc style comments from @robin850schneems2016-08-291-1/+1
| | | |
| * | | Fix asset_pipeline.md miss-mergeschneems2016-08-291-7/+7
| | | |
| * | | Specify version of Sprockets-rails this will be inschneems2016-08-291-1/+1
| | | |
| * | | Move default to different initializerschneems2016-08-291-12/+0
| | | | | | | | | | | | | | | | | | | | Is this usage correct? cc/ @prathamesh-sonpatki
| * | | [ci skip] configuring.md assets.unknown_asset_fallbackschneems2016-08-291-0/+2
| | | |
| * | | [ci skip] asset_pipeline.md assets.unknown_asset_fallbackschneems2016-08-291-7/+20
| | | |
| * | | [ci skip] Upgrading assets.unknown_asset_fallbackschneems2016-08-291-0/+12
| | | |
* | | | Merge pull request #26331 from kjellberg/broken-linksJon Moss2016-08-303-3/+3
|\ \ \ \ | | | | | | | | | | [ci skip] Broken links in documentation fix
| * | | | [ci skip] Broken links in documentation fixRasmus Kjellberg2016-08-303-3/+3
| | | | |
* | | | | Update typo & Make explanation more clearShia2016-08-311-12/+7
| |/ / / |/| | |
* | | | [ci skip] Update branch version in Contributing GuideAlex Kitchens2016-08-291-1/+1
|/ / / | | | | | | | | | | | | Since only Rails 4 and above are currently supported, this updates a 3-2-stable example to be consistent with the support standard.
* | | Added gitignore to "files & purpose" list [ci skip]Rasmus Kjellberg2016-08-291-0/+1
| | |
* | | Merge pull request #26288 from maclover7/jm-revert-21995Guillermo Iguaran2016-08-261-7/+11
|\ \ \ | | | | | | | | Update `Rails.configuration` documentation
| * | | Clarify two ways to set Rails configuration optionsJon Moss2016-08-261-5/+8
| | | | | | | | | | | | | | | | [ci skip]
| * | | Add back in `config_for` exampleJon Moss2016-08-261-0/+28
| | | | | | | | | | | | | | | | [ci skip]
| * | | Revert "Merge pull request #21995 from tak1n/master"Jon Moss2016-08-261-35/+8
| | | | | | | | | | | | | | | | | | | | This reverts commit 4973704bf56dbb0d8beba977e1053d57e346ebd0, reversing changes made to 78edeb33346e13ab33a62d2a6b553aabf5b3186a.
* | | | Move `assert_nothing_raised` method to Rails Specific AssertionsSantosh Wadghule2016-08-261-1/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | section [ci skip] - Method `assert_nothing_raised` is Rails' own custom assertion method and not a part of Minitest. So move it from Minitest assertions section to Rails Specific Assertions section.