aboutsummaryrefslogtreecommitdiffstats
path: root/guides/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
* Start Rails 6.1 developmentRafael Mendonça França2019-04-241-33/+1
|
* add documentation about variantsEdward Rudd2019-04-031-0/+5
|
* Prep releaseeileencodes2019-03-111-0/+5
| | | | | | | * Update RAILS_VERSION * Bundle * rake update_versions * rake changelog:header
* Preparing for 6.0.0.beta2 releaseRafael Mendonça França2019-02-251-0/+5
|
* Add missing entries to guides' changelog file [ci skip]bogdanvlviv2019-01-211-0/+8
| | | | | | | We added "Action Mailbox Basics", "Action Text Overview" guides(#34812, #34878) I think it makes to mention about it in the changelog file. (Similar to 7200ec92f8) Note that entries retain original author since I just moved content from readme files to the guides.
* Preparing for 6.0.0.beta1 releaseRafael Mendonça França2019-01-181-0/+2
|
* Require Ruby 2.5 for Rails 6.Kasper Timm Hansen2018-12-191-2/+2
| | | | | | | | | | Generally followed the pattern for https://github.com/rails/rails/pull/32034 * Removes needless CI configs for 2.4 * Targets 2.5 in rubocop * Updates existing CHANGELOG entries for fewer merge conflicts * Removes Hash#slice extension as that's inlined on Ruby 2.5. * Removes the need for send on define_method in MethodCallAssertions.
* reflect c03bba4 in CHANGELOGsXavier Noria2018-09-081-0/+4
|
* Remove changelog header for unreleased versionRafael Mendonça França2018-03-131-2/+0
| | | | | | We only add the header when releasing to avoid some conflicts. [ci skip]
* Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-171-0/+5
| | | | | | Skipping over 2.4.0 to sidestep the `"symbol_from_string".to_sym.dup` bug. References #32028
* Start Rails 6.0 development!!!Rafael Mendonça França2018-01-301-8/+1
| | | | :tada::tada::tada:
* Preparing for 5.2.0.beta2 releaseRafael Mendonça França2017-11-281-0/+5
|
* Preparing for 5.2.0.beta1 releaseRafael Mendonça França2017-11-271-0/+4
|
* Start Rails 5.2 developmentMatthew Draper2017-03-221-6/+1
|
* Preparing for 5.1.0.beta1 releaseRafael Mendonça França2017-02-231-0/+4
|
* Start Rails 5.1 development :tada:Rafael Mendonça França2016-05-101-52/+1
|
* Preparing for 5.0.0.rc1 releaseRafael Mendonça França2016-05-061-0/+5
|
* Prep Rails 5 beta 4eileencodes2016-04-271-3/+5
|
* - Add changelog for new guide: AC overview from ↵Vipul A M2016-04-101-0/+5
| | | | | | https://github.com/rails/rails/pull/23176 [ci skip]
* - Fixed changelog related to i18 key changes. Added authorVipul A M2016-04-101-8/+10
| | | | | - Made all sentences to end properly [ci skip]
* Update example of passing a proc to `:message` option for validating records ↵Prathamesh Sonpatki2016-04-061-0/+6
| | | | | | | | | | [ci skip] - This change is made as the behavior for `:message` proc was changed in https://github.com/rails/rails/pull/24119. - Also check https://github.com/rails/rails/pull/24431#issuecomment-206106790 for reference.
* Preparing for 5.0.0.beta3 releaseeileencodes2016-02-241-0/+5
| | | | Adds changelog headers for beta3 release
* Preparing for Rails 5.0.0.beta2Sean Griffin2016-02-011-0/+5
|
* [ci skip] No more no changes entries in the CHANGELOGs (cases left in #22718)Akshay Vishnoi2015-12-221-3/+0
|
* Add CHANGELOG headers for Rails 5.0.0.beta1eileencodes2015-12-181-0/+5
|
* Add code of conduct to README.md and to contributing guide [ci skip]maclover72015-08-181-0/+4
|
* Add Active Job to Configuring Guide [ci skip]Eliot Sykes2015-04-091-0/+4
|
* Merge pull request #18485 from andreynering/robots.txtZachary Scott2015-02-161-0/+4
|\ | | | | Adding 'Search Engines Indexing' Section [ci skip]
| * Adding 'Search Engines Indexing' Section [ci skip]Andrey Nering2015-01-141-0/+4
| |
* | Add Single Table Inheritance to guides [ci skip]Andrey Nering2015-01-311-0/+4
|/
* Fix name on changelog [ci skip]Andrey Nering2014-12-171-1/+1
|
* Add CHANGELOG for #18034 [ci skip]Zachary Scott2014-12-151-0/+4
|
* Start Rails 5 development :tada:Rafael Mendonça França2014-11-281-27/+1
| | | | | | | We will support only Ruby >= 2.1. But right now we don't accept pull requests with syntax changes to drop support to Ruby 1.9.
* Quick pass through Active Support and guides CHANGELOGRobin Dupret2014-06-291-3/+3
| | | | [ci skip]
* Rename Posts to Articles in Guides' Getting Started App, continuation of ↵John Kelly Ferguson2014-05-251-1/+6
| | | | #15215 [ci skip]
* Update all Rails 4.1.0 references in guides to 4.1.1 [ci skip]John Kelly Ferguson2014-05-241-0/+4
|
* Improve readability of Explain Queries table in guides [ci skip]John Kelly Ferguson2014-05-241-0/+5
|
* Update CHANGELOG.mdGuillermo Iguaran2014-05-211-4/+4
| | | Most recent change should be moved to the top
* Rename Posts to Articles in Guides, continuation of 2d446e77 / #13774 [ci skip]John Kelly Ferguson2014-05-211-0/+4
|
* new CHANGELOGs entries are in the top [ci skip]Rafael Mendonça França2014-04-081-4/+4
|
* Updates the maintenance policy with new Rails versionsMatias Korhonen2014-04-081-0/+4
|
* In Active Record Querying guide, currently `Merging of scopes` section uses ↵ariabov2014-04-021-0/+4
| | | | | | a concept of default scope in its example before it is introduced in the following section titled `Applying a default scope`. It makes more sense to switch the ordering to introduce default scopes (`Applying a default scope`) first and then go into `Merging of scopes` section where it is used.
* Point master changelogs to 4-1-stable branchCarlos Antonio da Silva2014-02-251-13/+1
| | | | Remove 4-1 related entries from master [ci skip]
* Fix missing line and shadow on static error pages [ci skip]Dmitry Korotkov2013-11-111-0/+4
|
* Adds the Rails maintenance policy to the GuidesMatias Korhonen2013-10-031-0/+4
| | | | [ci skip]
* cleanup, remove trailing whitespace from guides/CHANGELOGYves Senn2013-07-031-1/+1
|
* Use Colspan in th TagsSıtkı Bağdat2013-06-171-1/+3
| | | | | | | | | | Is it more suitable that using ```<th colspan="3">``` instead of three empty ```<th>```? It is simple, but what i am missing about it? Change repetitive th tags to use colspan attribute Update CHANGELOG.md Update CHANGELOG.md
* rails/master is now 4.1.0.betaRafael Mendonça França2013-04-291-11/+2
|
* New beauty pages(404, 422, 500)Stanislav2013-03-021-1/+1
| | | | | | moving changelog note to unreleased section New beauty pages(404, 422, 500)
* Update CHANGELOGSRafael Mendonça França2013-02-261-0/+3
|