aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #22275 from mastahyeti/per-form-csrfRafael França2016-01-061-0/+2
|\ | | | | Per-form CSRF tokens
| * add option for per-form CSRF tokensBen Toews2016-01-041-0/+2
| |
* | Merge pull request #22922 from vhf/add_fpb_backClaudio B2016-01-051-0/+1
|\ \ | | | | | | [ci skip] Update doc/resource link removed by #21211
| * | [ci skip] Update doc/resource link removed by #21211Victor Felder2016-01-051-0/+1
| |/
* / Add job suffix to sample's job file nameManu2016-01-051-2/+2
|/
* Update the maintenance policy for the next release.Rafael Mendonça França2016-01-041-3/+3
|
* Remove duplicate entry for ActiveRecord::Relation#cache_key from Rails 5 ↵Prathamesh Sonpatki2016-01-021-3/+0
| | | | release notes [ci skip]
* Fix typo: test -> textSean Collins2015-12-301-1/+1
|
* [ci skip] Update rails/all.rb reference.Kasper Timm Hansen2015-12-301-9/+10
| | | | It didn't mention Action Cable's engine.
* Merge pull request #22844 from prathamesh-sonpatki/issue_22836Yves Senn2015-12-301-2/+2
|\ | | | | Fix documentation for configuring default_charset [ci skip]
| * Fix documentation for configuring default_charset [ci skip]Prathamesh Sonpatki2015-12-301-2/+2
| | | | | | | | - Fixes #22836.
* | [ci skip] Put all removals in its sectionAkshay Vishnoi2015-12-301-3/+3
|/
* Merge pull request #22053 from Empact/first-loadedYves Senn2015-12-281-0/+4
|\ | | | | | | Fix #first(limit) to take advantage of #loaded? records if available
* \ Merge pull request #22759 from akshay-vishnoi/human-size-helperEileen M. Uchitelle2015-12-271-6/+8
|\ \ | | | | | | Add support for Petabyte and Exabyte in number to human size
| * | Add support for Petabyte and Exabyte in number to human sizeAkshay Vishnoi2015-12-221-6/+8
| | |
* | | fix link to pr [ci skip]yuuji.yaginuma2015-12-271-1/+1
| | |
* | | Improve RDoc documentation of ActionDispatch::SSLTim Rogers2015-12-241-1/+1
| | |
* | | Improve documentation of config.force_ssl in guidesTim Rogers2015-12-241-2/+2
| |/ |/|
* | Improve readability of CacheHelper sectionDave Powers2015-12-231-1/+1
| | | | | | [ci skip]
* | release notes, use past tense. [ci skip]Ryuta Kamizono2015-12-241-2/+2
| |
* | release notes, Rails 5 won't support the protected_attribtues gem.Yves Senn2015-12-231-0/+3
| | | | | | | | [ci skip]
* | release notes, extracted notable changes from Active Record CHANGELOG.Yves Senn2015-12-231-1/+163
| | | | | | | | [ci skip]
* | release notes, extract notable changes from Active Model CHANGELOG.Yves Senn2015-12-231-0/+28
| | | | | | | | [ci skip]
* | release notes, extract notable changes from Active Job CHANGELOG.Yves Senn2015-12-231-3/+16
| | | | | | | | [ci skip]
* | release notes, extract notable changes from Active Support CHANGELOG.Yves Senn2015-12-231-1/+116
| | | | | | | | [ci skip]
* | Fix typos in Rails 5.0 release notes [ci skip]Prathamesh Sonpatki2015-12-231-2/+2
| |
* | Fix letter case and grammar in Routing guideDave Powers2015-12-221-1/+1
|/
* fixes typo in 5.0 release notesLaurier Mantel2015-12-221-1/+1
|
* release notes, extract notable changes from Action Mailer CHANGELOG.Yves Senn2015-12-221-1/+19
| | | | [ci skip]
* release notes, extract notable changes from Action View CHANGELOG.Yves Senn2015-12-221-3/+24
| | | | [ci skip]
* release notes, use past tense. [ci skip]Yves Senn2015-12-221-15/+15
|
* release notes, extract notable changes from Action Pack CHANGELOG.Yves Senn2015-12-221-0/+114
| | | | [ci skip]
* release notes, extract notable changes from Railties CHANGELOG.Yves Senn2015-12-221-5/+49
| | | | [ci skip]
* guides, restructure Rails 5.0 release notes. [ci skip]Yves Senn2015-12-222-91/+160
| | | | | xref #22701. xref #20612.
* Merge pull request #22701 from maclover7/rails-5-release-notesYves Senn2015-12-221-0/+188
|\ | | | | [WIP] Rails 5 release notes [ci skip]
| * Add Rails 5.0 Release NotesJon Moss2015-12-211-0/+188
| | | | | | | | [ci skip]
* | Merge pull request #22483 from y-yagi/use_bin_test_in_plugins_guideYves Senn2015-12-221-32/+67
|\ \ | | | | | | use `bin/test` in plugins guide [ci skip]
| * | use `bin/test` in plugins guide [ci skip]yuuji.yaginuma2015-12-221-32/+67
| |/ | | | | | | | | `bin/test` can use the same API as the `bin/rails test`, since it is possible to run a flexible test than rake, I think better to use a guide even `bin/test`.
* | remove content_tag_for exampleRyo Hashimoto2015-12-221-7/+5
| |
* | corrects a typoDavid English2015-12-211-1/+1
| |
* | Merge pull request #22709 from ↵Rafael França2015-12-211-1/+1
|\ \ | |/ |/| | | | | jonatack/clarify-explanation-for-new-config-halt-callback-chains Clarify config settings for AS::halt_callback_chains_on_return_false
| * Clarify config settings for AS::halt_callback_chains_on_return_falseJon Atack2015-12-211-1/+1
| | | | | | | | [skip ci]
* | [ci skip] Fix typoAkshay Vishnoi2015-12-221-1/+1
| |
* | [ci skip] No more no changes entries in the CHANGELOGs (cases left in #22718)Akshay Vishnoi2015-12-221-3/+0
| |
* | [ci skip] `rails new project` generates README.md nowAkshay Vishnoi2015-12-211-3/+3
| |
* | Update README extension in Getting Started guideMatthew Conway2015-12-201-1/+1
| | | | | | Generated Rails app READMEs are Markdown as of 9739f07d763e29b1c5d71cabf1ca8cfa4421e653
* | Remove legacy mysql adapterRyuta Kamizono2015-12-211-1/+1
| | | | | | | | Follow up to #22642.
* | Upgrade Guide: Add missing period, :scissors: whitespace [skip ci]Jon Atack2015-12-201-2/+2
|/
* mysql2 adapter instead of mysql [ci skip]Rajarshi Das2015-12-201-1/+1
|
* Add CHANGELOG headers for Rails 5.0.0.beta1eileencodes2015-12-181-0/+5
|