aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2013-12-21 10:56:29 -0800
committerGuillermo Iguaran <guilleiguaran@gmail.com>2013-12-21 10:56:29 -0800
commit82053bee366c68a0eb87386bbb62378d53a58174 (patch)
tree0dfa4400a7b4d1cad0057810827a393ef1b49b47 /railties
parentb9c9766cd413f239ff892ea6b90abfd4a0bada46 (diff)
parentb894b7b90a6aced0e78ab84a45bf1c75c871bb2d (diff)
downloadrails-82053bee366c68a0eb87386bbb62378d53a58174.tar.gz
rails-82053bee366c68a0eb87386bbb62378d53a58174.tar.bz2
rails-82053bee366c68a0eb87386bbb62378d53a58174.zip
Merge pull request #13436 from robin850/patch-11
Add missing changelog entries and fix few typos
Diffstat (limited to 'railties')
-rw-r--r--railties/CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index ab8f64c647..aa26017bda 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,3 +1,11 @@
+* `config.assets.raise_runtime_errors` is set to true by default
+
+ This option has been introduced in
+ [sprockets-rails#100][https://github.com/rails/sprockets-rails/pull/100]
+ and defaults to true in new applications in development.
+
+ *Richard Schneeman*
+
* Generates `html` and `text` templates for mailers by default.
*Kassio Borges*