Quick pass through Active Support and guides CHANGELOG

[ci skip]
This commit is contained in:
Robin Dupret 2014-06-29 20:13:49 +02:00
parent 60e1aea9e6
commit d93ae4fca8
2 changed files with 5 additions and 3 deletions

View File

@ -11,9 +11,11 @@
*Robin Dupret*
* Make Dependencies pass a name to NameError error.
*arthurnn*
* Fixed `ActiveSupport::Cache::FileStore` exploding with long paths.
*Adam Panzer / Michael Grosser*
* Fixed `ActiveSupport::TimeWithZone#-` so precision is not unnecessarily lost

View File

@ -1,16 +1,16 @@
* Change Posts to Articles in Getting Started sample application in order to
better align with the actual guides.
* John Kelly Ferguson*
*John Kelly Ferguson*
* Update all Rails 4.1.0 references to 4.1.1 within the guides and code.
* John Kelly Ferguson*
*John Kelly Ferguson*
* Split up rows in the Explain Queries table of the ActiveRecord Querying section
in order to improve readability.
* John Kelly Ferguson*
*John Kelly Ferguson*
* Change all non-HTTP method 'post' references to 'article'.