From ed9567401dfc7b476bf9ccac82826fc63283f708 Mon Sep 17 00:00:00 2001 From: Yves Senn Date: Mon, 8 Oct 2012 22:22:47 +0200 Subject: recognizes when a partial was rendered twice. Closes #3675 --- actionpack/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'actionpack/CHANGELOG.md') diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index fd02492834..c8773c9179 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,5 +1,10 @@ ## Rails 4.0.0 (unreleased) ## +* `assert_template` can be used to assert on the same template with different locals + Fix #3675 + + *Yves Senn* + * Remove old asset tag concatenation (no longer needed now that we have the asset pipeline). *Josh Peek* * Accept :remote as symbolic option for `link_to` helper. *Riley Lynch* -- cgit v1.2.3 From e6278348b7a4b2df0b10336f0287f064e068fa3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Wed, 17 Oct 2012 21:03:56 -0300 Subject: Add CHANGELOG entry for #7927 Removed the asset_path configuration from the guides and added an entry in the upgrading_ruby_on_rails guide [ci skip] --- actionpack/CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'actionpack/CHANGELOG.md') diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index c8773c9179..b84b461ce8 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,11 +1,17 @@ ## Rails 4.0.0 (unreleased) ## +* Remove old asset_path configuration (no longer needed now that we have the asset pipeline). + + *Josh Peek* + * `assert_template` can be used to assert on the same template with different locals Fix #3675 *Yves Senn* -* Remove old asset tag concatenation (no longer needed now that we have the asset pipeline). *Josh Peek* +* Remove old asset tag concatenation (no longer needed now that we have the asset pipeline). + + *Josh Peek* * Accept :remote as symbolic option for `link_to` helper. *Riley Lynch* -- cgit v1.2.3 From d7f8b2a06811ca3266946b1e6bef27cd5ce09762 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Wed, 17 Oct 2012 22:17:08 -0300 Subject: Add more CHANGELOG entries from #7927 Also remove references for RAILS_ASSET_ID from the guides [ci skip] --- actionpack/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'actionpack/CHANGELOG.md') diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index b84b461ce8..60aa675c3d 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,5 +1,10 @@ ## Rails 4.0.0 (unreleased) ## +* Remove support for the RAILS_ASSET_ID environment configuration + (no longer needed now that we have the asset pipeline). + + *Josh Peek* + * Remove old asset_path configuration (no longer needed now that we have the asset pipeline). *Josh Peek* -- cgit v1.2.3 From a3913ca3ba0141d58e2e8c89dad268245e19ddb7 Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Wed, 17 Oct 2012 21:37:01 -0500 Subject: Add changelog entry for precompile config --- actionpack/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'actionpack/CHANGELOG.md') diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 60aa675c3d..0af79e83cb 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,5 +1,9 @@ ## Rails 4.0.0 (unreleased) ## +* Only non-js/css under app/assets path will be included in default config.assets.precompile. + + *Josh Peek* + * Remove support for the RAILS_ASSET_ID environment configuration (no longer needed now that we have the asset pipeline). -- cgit v1.2.3 From a48ef9b879a29cb54e01ad295224e056fb0966e1 Mon Sep 17 00:00:00 2001 From: Pavel Nikitin Date: Wed, 17 Oct 2012 12:33:17 +0300 Subject: Extend date_select helper functionality. --- actionpack/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'actionpack/CHANGELOG.md') diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index c8773c9179..4bed35aca7 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,5 +1,8 @@ ## Rails 4.0.0 (unreleased) ## +* `date_select` helper accepts :with_css_classes => true to add css classes similar with type + of generated select tags. *Pavel Nikitin* + * `assert_template` can be used to assert on the same template with different locals Fix #3675 -- cgit v1.2.3