From 5407084cc55d0c013fbfd21950e04d3c07244bf1 Mon Sep 17 00:00:00 2001 From: Genadi Samokovarov Date: Tue, 19 Aug 2014 19:41:48 +0300 Subject: Mention web-console in 4.2 release notes Mention the web-console inclusion in the default Gemfile in the Release notes and the railties changelog. We can eventually mention it in the upgrade guide, if needed. [ci skip] --- railties/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'railties') diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index 5e2b82c3e9..9f3c3ccdf5 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -1,3 +1,10 @@ +* The [web-console](https://github.com/rails/web-console) gem is now + installed by default for new applications. It can help you debug + development exceptions by spawnig an interactive console in its cause + binding. + + *Ryan Dao*, *Genadi Samokovarov*, *Guillermo Iguaran* + * Add a `required` option to the model generator for associations *Sean Griffin* -- cgit v1.2.3