File rubygem-actionpack-3_2.changes of Package rubygem-actionpack-3_2

-------------------------------------------------------------------
Mon May 14 12:17:06 UTC 2012 - coolo@suse.com

- add generic provides

-------------------------------------------------------------------
Mon Apr 23 09:03:39 UTC 2012 - saschpe@suse.de

- Fix dependencies, (build)require actionpack-3_2, rack-cache-1_2
  and activesupport-3_2 directly (instead of unversioned packages)

-------------------------------------------------------------------
Wed Apr  4 15:31:30 UTC 2012 - coolo@suse.com

- update to 3.2.3
  *   Remove the leading \n added by textarea on assert_select. *Santiago Pastorino*
  *   Fix #5632, render :inline set the proper rendered format. *Santiago Pastorino*
  *   Fix textarea rendering when using plugins like HAML. Such plugins encode the first newline character in the content. This issue was introduced in https://github.com/rails/rails/pull/5191 *James Coleman*
  *   Add `config.action_view.embed_authenticity_token_in_remote_forms` (defaults to true) which allows to set if authenticity token will be included by default in remote forms. If you change it to false, you can still force authenticity token by passing `:authenticity_token => true` in form options *Piotr Sarnacki*
  *   Do not include the authenticity token in forms where remote: true as ajax forms use the meta-tag value *DHH*
  *   Turn off verbose mode of rack-cache, we still have X-Rack-Cache to
      check that info. Closes #5245. *Santiago Pastorino*
  *   Fix #5238, rendered_format is not set when template is not rendered. *Piotr Sarnacki*
  *   Upgrade rack-cache to 1.2. *José Valim*
  *   ActionController::SessionManagement is deprecated. *Santiago Pastorino*
  *   Since the router holds references to many parts of the system like engines, controllers and the application itself, inspecting the route set can actually be really slow, therefore we default alias inspect to to_s. *José Valim*
  *   Add a new line after the textarea opening tag. Closes #393 *Rafael Mendonça França*
  *   Always pass a respond block from to responder. We should let the responder to decide what to do with the given overridden response block, and not short circuit it. *sikachu*
  *   Fixes layout rendering regression from 3.2.2. *José Valim*
  
  ## Rails 3.2.2 (March 1, 2012) ##
  *   Format lookup for partials is derived from the format in which the template is being rendered. Closes #5025 part 2 *Santiago Pastorino*
  *   Use the right format when a partial is missing. Closes #5025. *Santiago Pastorino*
  *   Default responder will now always use your overridden block in `respond_with` to render your response. *Prem Sichanugrist*
  *   check_box helper with :disabled => true will generate a disabled hidden field to conform with the HTML convention where disabled fields are not submitted with the form.
      This is a behavior change, previously the hidden tag had a value of the disabled checkbox.
      *Tadas Tamosauskas*

-------------------------------------------------------------------
Fri Mar 23 10:43:18 UTC 2012 - saschpe@suse.de

- Spec file cleanup:
  * Factory preparation

-------------------------------------------------------------------
Fri Jan 27 01:03:48 UTC 2012 - mrueckert@suse.de

- update to 3.2.1
  * Documentation improvements.
  * Allow `form.select` to accept ranges (regression). *Jeremy Walker*
  * `datetime_select` works with -/+ infinity dates. *Joe Van Dyk*

-------------------------------------------------------------------
Thu Jan 26 16:37:47 UTC 2012 - mrueckert@suse.de

- initial package of the 3.2 branch

openSUSE Build Service is sponsored by