Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add documentation about variants | Edward Rudd | 2019-04-03 | 1 | -0/+5 |
| | |||||
* | Prep release | eileencodes | 2019-03-11 | 1 | -0/+5 |
| | | | | | | | * Update RAILS_VERSION * Bundle * rake update_versions * rake changelog:header | ||||
* | Preparing for 6.0.0.beta2 release | Rafael Mendonça França | 2019-02-25 | 1 | -0/+5 |
| | |||||
* | Add missing entries to guides' changelog file [ci skip] | bogdanvlviv | 2019-01-21 | 1 | -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 release | Rafael Mendonça França | 2019-01-18 | 1 | -0/+2 |
| | |||||
* | Require Ruby 2.5 for Rails 6. | Kasper Timm Hansen | 2018-12-19 | 1 | -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 CHANGELOGs | Xavier Noria | 2018-09-08 | 1 | -0/+4 |
| | |||||
* | Remove changelog header for unreleased version | Rafael Mendonça França | 2018-03-13 | 1 | -2/+0 |
| | | | | | | We only add the header when releasing to avoid some conflicts. [ci skip] | ||||
* | Rails 6 requires Ruby 2.4.1+ | Jeremy Daer | 2018-02-17 | 1 | -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ça | 2018-01-30 | 1 | -8/+1 |
| | | | | :tada::tada::tada: | ||||
* | Preparing for 5.2.0.beta2 release | Rafael Mendonça França | 2017-11-28 | 1 | -0/+5 |
| | |||||
* | Preparing for 5.2.0.beta1 release | Rafael Mendonça França | 2017-11-27 | 1 | -0/+4 |
| | |||||
* | Start Rails 5.2 development | Matthew Draper | 2017-03-22 | 1 | -6/+1 |
| | |||||
* | Preparing for 5.1.0.beta1 release | Rafael Mendonça França | 2017-02-23 | 1 | -0/+4 |
| | |||||
* | Start Rails 5.1 development :tada: | Rafael Mendonça França | 2016-05-10 | 1 | -52/+1 |
| | |||||
* | Preparing for 5.0.0.rc1 release | Rafael Mendonça França | 2016-05-06 | 1 | -0/+5 |
| | |||||
* | Prep Rails 5 beta 4 | eileencodes | 2016-04-27 | 1 | -3/+5 |
| | |||||
* | - Add changelog for new guide: AC overview from ↵ | Vipul A M | 2016-04-10 | 1 | -0/+5 |
| | | | | | | https://github.com/rails/rails/pull/23176 [ci skip] | ||||
* | - Fixed changelog related to i18 key changes. Added author | Vipul A M | 2016-04-10 | 1 | -8/+10 |
| | | | | | - Made all sentences to end properly [ci skip] | ||||
* | Update example of passing a proc to `:message` option for validating records ↵ | Prathamesh Sonpatki | 2016-04-06 | 1 | -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 release | eileencodes | 2016-02-24 | 1 | -0/+5 |
| | | | | Adds changelog headers for beta3 release | ||||
* | Preparing for Rails 5.0.0.beta2 | Sean Griffin | 2016-02-01 | 1 | -0/+5 |
| | |||||
* | [ci skip] No more no changes entries in the CHANGELOGs (cases left in #22718) | Akshay Vishnoi | 2015-12-22 | 1 | -3/+0 |
| | |||||
* | Add CHANGELOG headers for Rails 5.0.0.beta1 | eileencodes | 2015-12-18 | 1 | -0/+5 |
| | |||||
* | Add code of conduct to README.md and to contributing guide [ci skip] | maclover7 | 2015-08-18 | 1 | -0/+4 |
| | |||||
* | Add Active Job to Configuring Guide [ci skip] | Eliot Sykes | 2015-04-09 | 1 | -0/+4 |
| | |||||
* | Merge pull request #18485 from andreynering/robots.txt | Zachary Scott | 2015-02-16 | 1 | -0/+4 |
|\ | | | | | Adding 'Search Engines Indexing' Section [ci skip] | ||||
| * | Adding 'Search Engines Indexing' Section [ci skip] | Andrey Nering | 2015-01-14 | 1 | -0/+4 |
| | | |||||
* | | Add Single Table Inheritance to guides [ci skip] | Andrey Nering | 2015-01-31 | 1 | -0/+4 |
|/ | |||||
* | Fix name on changelog [ci skip] | Andrey Nering | 2014-12-17 | 1 | -1/+1 |
| | |||||
* | Add CHANGELOG for #18034 [ci skip] | Zachary Scott | 2014-12-15 | 1 | -0/+4 |
| | |||||
* | Start Rails 5 development :tada: | Rafael Mendonça França | 2014-11-28 | 1 | -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 CHANGELOG | Robin Dupret | 2014-06-29 | 1 | -3/+3 |
| | | | | [ci skip] | ||||
* | Rename Posts to Articles in Guides' Getting Started App, continuation of ↵ | John Kelly Ferguson | 2014-05-25 | 1 | -1/+6 |
| | | | | #15215 [ci skip] | ||||
* | Update all Rails 4.1.0 references in guides to 4.1.1 [ci skip] | John Kelly Ferguson | 2014-05-24 | 1 | -0/+4 |
| | |||||
* | Improve readability of Explain Queries table in guides [ci skip] | John Kelly Ferguson | 2014-05-24 | 1 | -0/+5 |
| | |||||
* | Update CHANGELOG.md | Guillermo Iguaran | 2014-05-21 | 1 | -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 Ferguson | 2014-05-21 | 1 | -0/+4 |
| | |||||
* | new CHANGELOGs entries are in the top [ci skip] | Rafael Mendonça França | 2014-04-08 | 1 | -4/+4 |
| | |||||
* | Updates the maintenance policy with new Rails versions | Matias Korhonen | 2014-04-08 | 1 | -0/+4 |
| | |||||
* | In Active Record Querying guide, currently `Merging of scopes` section uses ↵ | ariabov | 2014-04-02 | 1 | -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 branch | Carlos Antonio da Silva | 2014-02-25 | 1 | -13/+1 |
| | | | | Remove 4-1 related entries from master [ci skip] | ||||
* | Fix missing line and shadow on static error pages [ci skip] | Dmitry Korotkov | 2013-11-11 | 1 | -0/+4 |
| | |||||
* | Adds the Rails maintenance policy to the Guides | Matias Korhonen | 2013-10-03 | 1 | -0/+4 |
| | | | | [ci skip] | ||||
* | cleanup, remove trailing whitespace from guides/CHANGELOG | Yves Senn | 2013-07-03 | 1 | -1/+1 |
| | |||||
* | Use Colspan in th Tags | Sıtkı Bağdat | 2013-06-17 | 1 | -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.beta | Rafael Mendonça França | 2013-04-29 | 1 | -11/+2 |
| | |||||
* | New beauty pages(404, 422, 500) | Stanislav | 2013-03-02 | 1 | -1/+1 |
| | | | | | | moving changelog note to unreleased section New beauty pages(404, 422, 500) | ||||
* | Update CHANGELOGS | Rafael Mendonça França | 2013-02-26 | 1 | -0/+3 |
| | |||||
* | Preparing for 4.0.0.beta1 release | David Heinemeier Hansson | 2013-02-25 | 1 | -1/+1 |
| |