Skip to content

Instantly share code, notes, and snippets.

@fxn
Created January 26, 2012 23:26

Revisions

  1. fxn created this gist Jan 26, 2012.
    3 changes: 3 additions & 0 deletions Action Mailer
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    ## Rails 3.2.1 (January 26, 2012) ##

    * No changes.
    7 changes: 7 additions & 0 deletions Action Pack
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    ## Rails 3.2.1 (January 26, 2012) ##

    * Documentation improvements.

    * Allow `form.select` to accept ranges (regression). *Jeremy Walker*

    * `datetime_select` works with -/+ infinity dates. *Joe Van Dyk*
    3 changes: 3 additions & 0 deletions Active Model
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    ## Rails 3.2.1 (January 26, 2012) ##

    * No changes.
    9 changes: 9 additions & 0 deletions Active Record
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    ## Rails 3.2.1 (January 26, 2012) ##

    * The threshold for auto EXPLAIN is ignored if there's no logger. *fxn*

    * Call `to_s` on the value passed to `table_name=`, in particular symbols
    are supported (regression). *Sergey Nartimov*

    * Fix possible race condition when two threads try to define attribute
    methods for the same class. *Jon Leighton*
    3 changes: 3 additions & 0 deletions Active Resource
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    ## Rails 3.2.1 (January 26, 2012) ##

    * Documentation fixes.
    10 changes: 10 additions & 0 deletions Active Support
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    ## Rails 3.2.1 (January 26, 2012) ##

    * Documentation fixes and improvements.

    * Update time zone offset information. *Ravil Bayramgalin*

    * The deprecated `ActiveSupport::Base64.decode64` calls `::Base64.decode64`
    now. *Jonathan Viney*

    * Fixes uninitialized constant `ActiveSupport::TaggedLogging::ERROR`. *kennyj*
    6 changes: 6 additions & 0 deletions Railties
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    ## Rails 3.2.1 (January 26, 2012) ##

    * Documentation fixes.

    * Migration generation understands decimal{1.2} and decimal{1-2}, in
    addition to decimal{1,2}. *José Valim*