Hello community, here is the log from the commit of package rubygem-actionpack-3_2 for openSUSE:Factory checked in at 2012-11-21 17:21:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-actionpack-3_2 (Old) and /work/SRC/openSUSE:Factory/.rubygem-actionpack-3_2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-actionpack-3_2", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-actionpack-3_2/rubygem-actionpack-3_2.changes 2012-09-01 21:58:38.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-actionpack-3_2.new/rubygem-actionpack-3_2.changes 2012-11-21 17:21:13.000000000 +0100 @@ -1,0 +2,34 @@ +Tue Nov 13 13:56:59 UTC 2012 - [email protected] + +- updated to version 3.2.9 + * Clear url helpers when reloading routes. + * Accept :remote as symbolic option for `link_to` helper. *Riley Lynch* + * Warn when the `:locals` option is passed to `assert_template` outside of a view test case + Fix #3415 + * Rename internal variables on ActionController::TemplateAssertions to prevent + naming collisions. @partials, @templates and @layouts are now prefixed with an underscore. + Fix #7459 + * `resource` and `resources` don't modify the passed options hash + Fix #7777 + * Precompiled assets include aliases from foo.js to foo/index.js and vice versa. + # Precompiles phone-<digest>.css and aliases phone/index.css to phone.css. + config.assets.precompile = [ 'phone.css' ] + * `assert_template` is no more passing with what ever string that matches + with the template name. + Fixes #3849. + * Handle `ActionDispatch::Http::UploadedFile` like `Rack::Test::UploadedFile`, don't call to_param on it. Since + `Rack::Test::UploadedFile` isn't API compatible this is needed to test file uploads that rely on `tempfile` + being available. + * Respect `config.digest = false` for `asset_path` + * Fix #7646, the log now displays the correct status code when an exception is raised. + * Fix handling of date selects when using both disabled and discard options. + Fixes #7431. + * Fix select_tag when option_tags is nil. + Fixes #7404. + * `javascript_include_tag :all` will now not include `application.js` if the file does not exists. *Prem Sichanugrist* + * Support cookie jar options (e.g., domain :all) for all session stores. + Fixes GH#3047, GH#2483. + * Performance Improvement to send_file: Avoid having to pass an open file handle as the response body. Rack::Sendfile + will usually intercept the response and just uses the path directly, so no reason to open the file. This performance + +------------------------------------------------------------------- Old: ---- actionpack-3.2.8.gem New: ---- actionpack-3.2.9.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-actionpack-3_2.spec ++++++ --- /var/tmp/diff_new_pack.P8ZJhf/_old 2012-11-21 17:21:14.000000000 +0100 +++ /var/tmp/diff_new_pack.P8ZJhf/_new 2012-11-21 17:21:14.000000000 +0100 @@ -17,7 +17,7 @@ Name: rubygem-actionpack-3_2 -Version: 3.2.8 +Version: 3.2.9 Release: 0 %define mod_name actionpack %define mod_full_name %{mod_name}-%{version} -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
