1. 10 3月, 2012 1 次提交
  2. 02 3月, 2012 4 次提交
    • X
      revert setting NOT NULL constraints in add_timestamps · fcef7289
      Xavier Noria 提交于
      Commit 3dbedd28 added NOT NULL constraints both to table
      creation and modification. For creation the new default
      makes sense, but the generic situation for changing a
      table is that there exist records. Those records have
      no creation or modification timestamps, and in the
      general case you don't even know them, so when updating
      a table these constraints are not going to work. See
      a bug report for this use case in #3334.
      fcef7289
    • V
      Merge pull request #5232 from claudiob/add_release_date_to_docs · 447d87c2
      Vijay Dev 提交于
      Add release dates to documentation
      447d87c2
    • C
      Add release dates to documentation · 05c6caf4
      claudiob 提交于
      Set "March 1, 2012" as the release date for 3.2.2, 3.1.4, 3.0.12
      05c6caf4
    • A
      Merge branch 'master-security' · 139963c9
      Aaron Patterson 提交于
      * master-security:
        Ensure [] respects the status of the buffer.
        delete vulnerable AS::SafeBuffer#[]
        use AS::SafeBuffer#clone_empty for flushing the output_buffer
        add AS::SafeBuffer#clone_empty
        fix output safety issue with select options
      
      Conflicts:
      	actionpack/lib/action_view/helpers/tags/base.rb
      139963c9
  3. 01 3月, 2012 8 次提交
  4. 29 2月, 2012 8 次提交
  5. 28 2月, 2012 19 次提交