Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix validators docs #6366

Closed
wants to merge 727 commits into from
Closed

Fix validators docs #6366

wants to merge 727 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 13, 2012

  1. Merge pull request #5410 from rafaelfranca/fix-scaffold-3-2

    [3-2-stable] Do not use the attributes hash in the scaffold functional tests
    josevalim committed Mar 13, 2012
    Configuration menu
    Copy the full SHA
    dfbbf31 View commit details
    Browse the repository at this point in the history
  2. [3-2-stable] Fix GH #5399. connection_pools's keys are ActiveRecord::…

    …Base::ConnectionSpecification objects.
    kennyj committed Mar 13, 2012
    Configuration menu
    Copy the full SHA
    21d9c0f View commit details
    Browse the repository at this point in the history
  3. Fix layout method doc formatting

    avakhov authored and vijaydev committed Mar 13, 2012
    Configuration menu
    Copy the full SHA
    5f28145 View commit details
    Browse the repository at this point in the history
  4. Close string quotes

    britto authored and vijaydev committed Mar 13, 2012
    Configuration menu
    Copy the full SHA
    a782fea View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5417 from kennyj/fix_5399-32

    [3-2-stable] Fix GH #5399. connection_pools's keys are ActiveRecord::Base::ConnectionSpecification objects.
    tenderlove committed Mar 13, 2012
    Configuration menu
    Copy the full SHA
    596ecf7 View commit details
    Browse the repository at this point in the history
  6. ConnectionPool.checkout takes account of ruby using 'non-blocking con…

    …dition variables' in mutex ConditionVariables
    jrochkind committed Mar 13, 2012
    Configuration menu
    Copy the full SHA
    41563b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2012

  1. Merge pull request #5423 from jrochkind/checkout_account_for_monitor_…

    …model
    
    ConnectionPool.checkout needs to be restructured to take account of ruby's "non-blocking" strategy for mutex ConditionVariables
    tenderlove committed Mar 14, 2012
    Configuration menu
    Copy the full SHA
    f2aea24 View commit details
    Browse the repository at this point in the history
  2. Do not include the authenticity token in forms where remote: true as …

    …ajax forms use the meta-tag value
    dhh committed Mar 14, 2012
    11 Configuration menu
    Copy the full SHA
    16ee611 View commit details
    Browse the repository at this point in the history
  3. Allow you to force the authenticity_token to be rendered even on remo…

    …te forms if you pass true
    dhh committed Mar 14, 2012
    Configuration menu
    Copy the full SHA
    e50abba View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2012

  1. Remove ActionController::TestCase#rescue_action_in_public!

    This method has no effect since exception handling was
    moved to middlewares and ActionController tests do not
    use any middlewares.
    drogus committed Mar 15, 2012
    Configuration menu
    Copy the full SHA
    ccf4ff0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dfb41f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5338 from mreinsch/3-2-static_invalid_byte_sequence

    3 2 static invalid byte sequence
    tenderlove committed Mar 15, 2012
    Configuration menu
    Copy the full SHA
    f918137 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5437 from kennyj/fix_5430

    Fix GH #5430. A Payload name for schema_search_path should be SCHEMA.
    tenderlove committed Mar 15, 2012
    Configuration menu
    Copy the full SHA
    bd3e1ed View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5456 from brianmario/redirect-sanitization

    Strip null bytes from Location header
    tenderlove committed Mar 15, 2012
    Configuration menu
    Copy the full SHA
    f52ad6c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5457 from brianmario/typo-fix

    Fix typo in redirect test
    tenderlove committed Mar 15, 2012
    Configuration menu
    Copy the full SHA
    e135ff1 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2012

  1. Fix #5440 - multiple render_to_string breaks partials formats

    This fixes situation where rendering template to string
    sets `rendered_format` to the format rendered there.
    This is ok to have consistent formats rendered in partials,
    but it breaks on next renders if format is explicitly set
    or on last render where default format does not necessarily
    need to be the format of first rendered template.
    drogus committed Mar 17, 2012
    Configuration menu
    Copy the full SHA
    1eb6189 View commit details
    Browse the repository at this point in the history
  2. Add missing test for #5308

    drogus committed Mar 17, 2012
    Configuration menu
    Copy the full SHA
    7130f91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5b46cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0a5b85 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41815f5 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2012

  1. Configuration menu
    Copy the full SHA
    f4f9ec1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5493 from kennyj/fix_5435-32

    [3-2-stable] Fix GH #5435. db:structure:dump should be re-enable.
    drogus committed Mar 18, 2012
    Configuration menu
    Copy the full SHA
    d9355be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9451201 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5498 from arunagw/build_fix_app_generator_test_3-…

    …2-stable
    
    Build fix app generator test 3 2 stable
    josevalim committed Mar 18, 2012
    Configuration menu
    Copy the full SHA
    c8fbd48 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2012

  1. Increase minimum version of mail.

      Second security vulnerability found in mail file delivery method
      patched in version 2.4.4.
    Mikel Lindsaar committed Mar 19, 2012
    Configuration menu
    Copy the full SHA
    74b7829 View commit details
    Browse the repository at this point in the history
  2. Build fix for ruby1.8.7-358

    arunagw committed Mar 19, 2012
    Configuration menu
    Copy the full SHA
    fcc8743 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5505 from arunagw/build_fix_1.8.7-3-2-stable

    Build fix 1.8.7 3 2 stable
    josevalim committed Mar 19, 2012
    Configuration menu
    Copy the full SHA
    358333f View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2012

  1. We dont need to merge in the parameters as thats all being reset by t…

    …he rack headers (and its causing problems for Strong Parameters attempt of wrapping request.parameters because it will change in testing)
    dhh committed Mar 20, 2012
    Configuration menu
    Copy the full SHA
    275ee0d View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2012

  1. Configuration menu
    Copy the full SHA
    57c6b4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    565bfb9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5533 from mhfs/migration_blank_line_3_2

    [3-2-stable] Remove blank line from generated migration
    josevalim committed Mar 21, 2012
    Configuration menu
    Copy the full SHA
    f829515 View commit details
    Browse the repository at this point in the history
  4. [3-2-stable] Port of #5522 'Fix adding/removing field's index when ge…

    …nerating migration'
    mhfs committed Mar 21, 2012
    Configuration menu
    Copy the full SHA
    35bf748 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2012

  1. Merge pull request #5542 from mhfs/port_5522_to_32stable

    Port of #5522 'Fix adding/removing field's index when generating migration'
    drogus committed Mar 22, 2012
    Configuration menu
    Copy the full SHA
    89f8866 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c262f7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5525 from kennyj/fix_5411

    Fix GH #5411. When precompiling, params method is undefined.
    josevalim committed Mar 22, 2012
    Configuration menu
    Copy the full SHA
    b714140 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2012

  1. Add order to tests that rely on db ordering, to fix failing tests on pg

    Also skip persistente tests related to UPDATE + ORDER BY for postgresql
    
    PostgreSQL does not support updates with order by, and these tests are
    failing randomly depending on the fixture loading order now.
    carlosantoniodasilva committed Mar 23, 2012
    Configuration menu
    Copy the full SHA
    b332891 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5557 from carlosantoniodasilva/fix-build-3-2

    Fix build for branch 3-2-stable
    tenderlove committed Mar 23, 2012
    Configuration menu
    Copy the full SHA
    ea4e021 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0879ebd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5558 from carlosantoniodasilva/fix-build-3-2

    Fix build for branch 3-2-stable - Part 2
    drogus committed Mar 23, 2012
    Configuration menu
    Copy the full SHA
    ef48cea View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5537 from kennyj/fix_4399-32

    [3-2-stable] migrate(:down) method with table_name_prefix
    tenderlove committed Mar 23, 2012
    Configuration menu
    Copy the full SHA
    0382e44 View commit details
    Browse the repository at this point in the history
  6. 3 Configuration menu
    Copy the full SHA
    eb0d8ee View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2012

  1. Return the same session data object when setting session id

    Make sure to return the same hash object instead of returning a new one.
    Returning a new one causes failures on cookie store tests, where it
    tests for the 'Set-Cookie' header with the session signature.
    
    This is due to the hash ordering changes on Ruby 1.8.7-p358.
    carlosantoniodasilva committed Mar 24, 2012
    Configuration menu
    Copy the full SHA
    907bcce View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2012

  1. Configuration menu
    Copy the full SHA
    ed7567c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd8a970 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5596 from lest/patch-3

    apply form_for namespace option to date_select
    drogus committed Mar 26, 2012
    Configuration menu
    Copy the full SHA
    3f1b8c6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5597 from carlosantoniodasilva/fix-build-3-2

    Fix build for branch 3-2-stable - return the same session hash object
    josevalim committed Mar 26, 2012
    Configuration menu
    Copy the full SHA
    0e916ae View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2012

  1. Merge pull request #2621 from icco/master

    Issue with schema dump
    tenderlove committed Mar 27, 2012
    Configuration menu
    Copy the full SHA
    3eb5be6 View commit details
    Browse the repository at this point in the history
  2. If partial is rendered in controller, grab format from template

    Previously `rendered_format` was set only based on mime types
    passed in Accept header, which was wrong if first type from
    Accept was different than rendered partial. The fix is to simply
    move setting rendered_format to the place where template
    is available and grab format from the template. If it fails
    we can fallback to formats passed by Accept header.
    drogus committed Mar 27, 2012
    Configuration menu
    Copy the full SHA
    449a4fc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5603 from drogus/fix-rendered-format-for-render-p…

    …artial
    
    Fix rendered format for render partial
    josevalim committed Mar 27, 2012
    Configuration menu
    Copy the full SHA
    e31ec47 View commit details
    Browse the repository at this point in the history
  4. Fixing issue #2492. ActionView::Base.field_error_proc doesn't call fo…

    …r label.
    
    objectify_options method should be applied to the proper options arg.
    
    See explanation and example of the bug - https://github.com/kryzhovnik/rails_field_error_proc_bug_example
    kryzhovnik committed Mar 27, 2012
    Configuration menu
    Copy the full SHA
    7111133 View commit details
    Browse the repository at this point in the history
  5. Bumping to 3.2.3.rc1

    spastorino committed Mar 27, 2012
    Configuration menu
    Copy the full SHA
    5f37260 View commit details
    Browse the repository at this point in the history
  6. force datetime attributes to be changed

    backport ddb5d2f to 3-2-stable
    lest committed Mar 27, 2012
    Configuration menu
    Copy the full SHA
    fdcfc75 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #5618 from lest/patch-1

    force datetime attributes to be changed
    drogus committed Mar 27, 2012
    Configuration menu
    Copy the full SHA
    c4048b3 View commit details
    Browse the repository at this point in the history
  8. Don't break Haml with textarea newline fix.

    See issue #393, issue #4000, issue #5190, and issue #5191. Adds a newline after the textarea opening tag based on @codykrieger's original patch so that we don't cause regressions in Haml-using apps. The regression caused textarea tags to add newlines to the field unintentionally (each update/save added an extra newline.)
    
    Also fix 6 more tests that didn't yet have the newline expectation.
    jcoleman committed Mar 27, 2012
    2 Configuration menu
    Copy the full SHA
    a7a422e View commit details
    Browse the repository at this point in the history
  9. adding a branch to arel

    tenderlove committed Mar 27, 2012
    Configuration menu
    Copy the full SHA
    24208d9 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #5619 from jcoleman/textarea-newline-fix-breaks-haml

    Textarea newline fix breaks haml (3-2-stable)
    spastorino committed Mar 27, 2012
    Configuration menu
    Copy the full SHA
    d82e4c8 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #5619 from jcoleman/textarea-newline-fix-breaks-haml

    Textarea newline fix breaks haml (3-2-stable)
    spastorino committed Mar 27, 2012
    Configuration menu
    Copy the full SHA
    4f66586 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6968bc1 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #5622 from rafaelfranca/fix-2492-3-2

    [3-2-stable] Fix label_tag to merge the options hash with the object hash
    jeremy committed Mar 27, 2012
    Configuration menu
    Copy the full SHA
    460d2c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2012

  1. Configuration menu
    Copy the full SHA
    79c8def View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5624 from rafaelfranca/fix-build

    Fix build
    NZKoz committed Mar 28, 2012
    Configuration menu
    Copy the full SHA
    f8b4ef1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5616 from cbartlett/migration-indent

    Fix indenting in migration generator
    spastorino committed Mar 28, 2012
    Configuration menu
    Copy the full SHA
    2d5b60e View commit details
    Browse the repository at this point in the history
  4. Added config.action_view.embed_authenticity_token_in_remote_forms

    There is a regression introduced in 16ee611, which breaks
    remote forms that should also work without javascript. This commit
    introduces config option that allows to configure this behavior
    defaulting to the old behavior (ie. include authenticity token
    in remote forms by default)
    drogus committed Mar 28, 2012
    3 Configuration menu
    Copy the full SHA
    d646d9d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5633 from drogus/embed-auth-token-in-remote-forms

    Embed auth token in remote forms
    spastorino committed Mar 28, 2012
    Configuration menu
    Copy the full SHA
    0d052c0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5633 from drogus/embed-auth-token-in-remote-forms

    Embed auth token in remote forms
    spastorino committed Mar 28, 2012
    Configuration menu
    Copy the full SHA
    84ca8c8 View commit details
    Browse the repository at this point in the history
  7. Test for #5549.

    Cherry-picked from e96d04a.
    
    Conflicts:
    
    	activerecord/lib/active_record/attribute_methods/read.rb
    tenderlove authored and jonleighton committed Mar 28, 2012
    Configuration menu
    Copy the full SHA
    4c44ca5 View commit details
    Browse the repository at this point in the history
  8. Fix #5549.

    jonleighton committed Mar 28, 2012
    Configuration menu
    Copy the full SHA
    1b9fd79 View commit details
    Browse the repository at this point in the history
  9. Cover one more case in auth_token and remote forms

    If embedding auth_token in remote forms is off and we
    pass a value for auth_token it should respect it.
    drogus committed Mar 28, 2012
    Configuration menu
    Copy the full SHA
    d5980b5 View commit details
    Browse the repository at this point in the history
  10. Cover one more case in auth_token and remote forms

    If embedding auth_token in remote forms is off and we
    pass a value for auth_token it should respect it.
    drogus committed Mar 28, 2012
    Configuration menu
    Copy the full SHA
    db2c135 View commit details
    Browse the repository at this point in the history
  11. Change the order argument from ('id') to ('taggings.id')

    to address ORA-00918 error
    yahonda committed Mar 28, 2012
    Configuration menu
    Copy the full SHA
    ef3f809 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #5640 from yahonda/address_ora_00918_with_oracle

    Address an error for test_has_many_through_polymorphic_has_one with Oracle
    spastorino committed Mar 28, 2012
    Configuration menu
    Copy the full SHA
    f369f77 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5747e53 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    87825a6 View commit details
    Browse the repository at this point in the history
  15. Changed the config.assets.manifest to nil in the comments in the prod…

    …uction config template.
    andhapp committed Mar 28, 2012
    Configuration menu
    Copy the full SHA
    a157d59 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2012

  1. Merge pull request #5644 from andhapp/fix-config-asset-manifest-3-2

    Changed the config.assets.manifest to nil
    spastorino committed Mar 29, 2012
    Configuration menu
    Copy the full SHA
    2b2a760 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d753ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    921c404 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd69076 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b395ca1 View commit details
    Browse the repository at this point in the history
  6. Bumping to 3.2.3.rc2

    spastorino committed Mar 29, 2012
    Configuration menu
    Copy the full SHA
    5284e65 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2012

  1. Configuration menu
    Copy the full SHA
    b29e868 View commit details
    Browse the repository at this point in the history
  2. Do not add record to identity map if the record doesn't have values f…

    …or all the columns, so we don't get 'MissingAttributeError' later when trying to access other fields of the same record.
    arturopie committed Mar 30, 2012
    Configuration menu
    Copy the full SHA
    2c8f84d View commit details
    Browse the repository at this point in the history
  3. refactor the checking of the attributes of the record in IdentityMap#…

    …add, so it's more readable
    arturopie committed Mar 30, 2012
    Configuration menu
    Copy the full SHA
    714a2c8 View commit details
    Browse the repository at this point in the history
  4. refactor instantiate method in base, so we remove nesting if's which …

    …make the code harder to read. Minor changes to contain_all_columns in IdentityMap.
    
    Conflicts:
    
    	activerecord/lib/active_record/base.rb
    arturopie committed Mar 30, 2012
    Configuration menu
    Copy the full SHA
    6896cd4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    13fe190 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5c7bb86 View commit details
    Browse the repository at this point in the history
  7. Fix #5667. Preloading should ignore scoping.

    Conflicts:
    
    	activerecord/test/cases/associations/eager_test.rb
    jonleighton committed Mar 30, 2012
    Configuration menu
    Copy the full SHA
    dffbb52 View commit details
    Browse the repository at this point in the history
  8. Bump up to 3.2.3

    spastorino committed Mar 30, 2012
    Configuration menu
    Copy the full SHA
    45d6cd9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    69465d9 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #5662 from arturopie/3-2_fixing_IM_when_using_find…

    …_select
    
    Fixing Identity Map when using find select in rails 3.2
    tenderlove committed Mar 30, 2012
    Configuration menu
    Copy the full SHA
    9894d16 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2012

  1. Configuration menu
    Copy the full SHA
    27fc6ec View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2012

  1. Usage file in generators shouldn't be fetched only based on source_root

    In case `source_roout` is not set, `default_source_root` is used,
    which includes also `templates` directory. If there is no `templates`
    directory, `default_source_root` is not available and USAGE will not
    be displayed. USAGE should be also checked based on default
    directory excluding `templates`.
    drogus committed Apr 1, 2012
    Configuration menu
    Copy the full SHA
    515e1d3 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2012

  1. Configuration menu
    Copy the full SHA
    8e315b0 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2012

  1. Configuration menu
    Copy the full SHA
    6f19262 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93f25ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d46ad34 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5727 from hone/ar_database_url_logging

    ActiveRecord configuration logging
    tenderlove committed Apr 4, 2012
    Configuration menu
    Copy the full SHA
    c4d3102 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5188 from jlxw/patch-1

    logger.silence is deprecated
    spastorino committed Apr 4, 2012
    Configuration menu
    Copy the full SHA
    6663dd0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1124ac0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #5737 from rafaelfranca/3-2-stable

    Fix tests of benchmark with silence equals to true
    spastorino committed Apr 4, 2012
    Configuration menu
    Copy the full SHA
    56d9945 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2012

  1. Configuration menu
    Copy the full SHA
    1cd939a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5765 from anildigital/3-2-stable

    Update getting started guide to change Rails version to Rails 3.2
    vijaydev committed Apr 6, 2012
    Configuration menu
    Copy the full SHA
    bfd5c84 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2012

  1. Fix 'Everyday Git' link

    anildigital authored and vijaydev committed Apr 7, 2012
    Configuration menu
    Copy the full SHA
    05d4ccf View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2012

  1. Configuration menu
    Copy the full SHA
    5c7bcfc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f4f499 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5784 from rafaelfranca/default_url-3-2

    [3-2-stable] Document that default_url_options must return a hash with symbolized keys
    spastorino committed Apr 9, 2012
    Configuration menu
    Copy the full SHA
    e7671b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b125db8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5725 from kevmoo/remove_unused_castcode

    Remove unused castcode
    fxn committed Apr 9, 2012
    Configuration menu
    Copy the full SHA
    dab76b1 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2012

  1. README fix! [skip ci]

    arunagw committed Apr 10, 2012
    Configuration menu
    Copy the full SHA
    b1c28d7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5799 from arunagw/readme_fix

    Readme fix
    vijaydev committed Apr 10, 2012
    Configuration menu
    Copy the full SHA
    a85ffd0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca0c0a2 View commit details
    Browse the repository at this point in the history
  4. bigdecimal can be duped on Ruby 2.0

    Conflicts:
    
    	activesupport/test/core_ext/duplicable_test.rb
    tenderlove authored and arunagw committed Apr 10, 2012
    Configuration menu
    Copy the full SHA
    2991370 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fedd87c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5800 from arunagw/bigdecimal_dup

    Backport BigDecimal#duplicable? feature check from master
    jeremy committed Apr 10, 2012
    Configuration menu
    Copy the full SHA
    e0fd4fc View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2012

  1. Configuration menu
    Copy the full SHA
    96d81e5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5820 from arunagw/more_ruby-2-0-fixes

    Update test for Ruby 2 compatibility
    jeremy committed Apr 12, 2012
    Configuration menu
    Copy the full SHA
    e473e1f View commit details
    Browse the repository at this point in the history
  3. Fix code example in generator test case

    sikachu authored and vijaydev committed Apr 12, 2012
    Configuration menu
    Copy the full SHA
    c0e6a85 View commit details
    Browse the repository at this point in the history
  4. fix typo in readme [ci skip]

    vijaydev committed Apr 12, 2012
    Configuration menu
    Copy the full SHA
    efa9a1f View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2012

  1. Configuration menu
    Copy the full SHA
    2f9fdbf View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2012

  1. Add missing require in Active Support time zones (fixes #5854)

    I also removed the other require as it's already present in
    `activesupport/core_ext/time/calculations`
    drogus committed Apr 15, 2012
    Configuration menu
    Copy the full SHA
    a748eca View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2012

  1. multi_json is restricted to < 1.3

    Some API changes are there above 1.3. 
    3-2-stable
    arunagw committed Apr 16, 2012
    Configuration menu
    Copy the full SHA
    9b14e3f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5861 from arunagw/multi_json_fix_3-2-stable

    Restrict multi_json to >= 1.0, < 1.3 to avoid API changes in 1.3
    jeremy committed Apr 16, 2012
    Configuration menu
    Copy the full SHA
    9a97699 View commit details
    Browse the repository at this point in the history
  3. catch nil.to_sym errors in partial_renderer, and raise ArgumentError …

    …instead
    Tieg Zaharia committed Apr 16, 2012
    Configuration menu
    Copy the full SHA
    dcc11b2 View commit details
    Browse the repository at this point in the history
  4. converting some tests to assert_raises, and DRY'ing retrieve_variable…

    … changes
    
    Conflicts:
    
    	actionpack/test/template/render_test.rb
    Tieg Zaharia committed Apr 16, 2012
    Configuration menu
    Copy the full SHA
    6b8dd70 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2012

  1. Replace ruby-debug19 which doesnt work on 1.9.3 out of the box with a…

    … more maintained debugger gem
    Aditya Sanghi committed Apr 17, 2012
    Configuration menu
    Copy the full SHA
    56674db View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5874 from asanghi/3-2-stable

    replace ruby-debug19 with debugger on Rails 3-2 stable
    jeremy committed Apr 17, 2012
    Configuration menu
    Copy the full SHA
    89f99e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2012

  1. Check for nil logger

    norman committed Apr 18, 2012
    Configuration menu
    Copy the full SHA
    d92166c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5894 from norman/3-2-fix-nil-logger

    Fix nil logger on 3.2
    tenderlove committed Apr 18, 2012
    Configuration menu
    Copy the full SHA
    476fa7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3986139 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2012

  1. Revert "Fix #5667. Preloading should ignore scoping."

    Causes a subtle regression where record.reload includes the default
    scope. Hard to reproduce in isolation. Seems like the relation is
    getting infected by some previous usage.
    
    This reverts commit dffbb52.
    jeremy committed Apr 19, 2012
    Configuration menu
    Copy the full SHA
    1166d49 View commit details
    Browse the repository at this point in the history
  2. Revert "multi_json is restricted to < 1.3 "

    This reverts commit 9b14e3f.
    sferik committed Apr 19, 2012
    Configuration menu
    Copy the full SHA
    e01bf0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e62670 View commit details
    Browse the repository at this point in the history
  4. Removes caching from ActiveRecord::Core::ClassMethods#relation

    The #relation method gets called in four places and the return value was instantly cloned in three of them. The only place that did not clone was ActiveRecord::Scoping::Default::ClassMethods#unscoped. This introduced a bug described in #5667 and should really clone the relation, too. This means all four places would clone the relation, so it doesn't make a lot of sense caching it in the first place.
    
    The four places with calls to relations are:
    
    activerecord/lib/active_record/scoping/default.rb:110:in `block in build_default_scope'"
    activerecord/lib/active_record/scoping/default.rb:42:in `unscoped'"
    activerecord/lib/active_record/scoping/named.rb:38:in `scoped'"
    activerecord/lib/active_record/scoping/named.rb:52:in `scope_attributes'"
    
    Conflicts:
    
    	activerecord/lib/active_record/core.rb
    benedikt committed Apr 19, 2012
    Configuration menu
    Copy the full SHA
    13f1401 View commit details
    Browse the repository at this point in the history
  5. Adds test to check that circular preloading does not modify Model.uns…

    …coped (as described in #5667)
    
    Conflicts:
    
    	activerecord/test/cases/associations/eager_test.rb
    benedikt committed Apr 19, 2012
    Configuration menu
    Copy the full SHA
    8491740 View commit details
    Browse the repository at this point in the history
  6. Revert "Revert "Fix #5667. Preloading should ignore scoping.""

    This reverts commit 1166d49.
    
    Conflicts:
    
    	activerecord/test/cases/associations/eager_test.rb
    benedikt committed Apr 19, 2012
    Configuration menu
    Copy the full SHA
    2c21a2f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ebfa58a View commit details
    Browse the repository at this point in the history
  8. Merge pull request #5898 from benedikt/3-2-stable

    Readds the fix for #5667 and back ports the regression fix from #5718
    jeremy committed Apr 19, 2012
    Configuration menu
    Copy the full SHA
    b9e5c5a View commit details
    Browse the repository at this point in the history
  9. Be sure to correctly fetch PK name from MySQL even if the PK has some…

    … custom option
    
    Backports #5900
    
    Conflicts:
    
    	activerecord/lib/active_record/connection_adapters/abstract_mysql_adapter.rb
    	activerecord/test/cases/adapters/mysql/mysql_adapter_test.rb
    amatsuda authored and jeremy committed Apr 19, 2012
    Configuration menu
    Copy the full SHA
    f51557d View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2012

  1. Only include Rake::DSL if it's defined.

    rake < 0.9 doesn't define Rake::DSL.
    Joe Van Dyk committed Apr 21, 2012
    Configuration menu
    Copy the full SHA
    07b1fe5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5896 from sferik/revert_5861

    Revert #5861. Feature-detect which MultiJson API to use.
    jeremy committed Apr 21, 2012
    Configuration menu
    Copy the full SHA
    c3d50b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2012

  1. Configuration menu
    Copy the full SHA
    210713e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5935 from arunagw/readme_fixes_3-2-stable

    As ARes is removed from master then 3-2-stable URL should be in README.
    vijaydev committed Apr 23, 2012
    Configuration menu
    Copy the full SHA
    0ed6e13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21b1a79 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5936 from arunagw/other_readme_fixes

    Updated other README to point 3-2-stable
    vijaydev committed Apr 23, 2012
    Configuration menu
    Copy the full SHA
    979e9d0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5919 from joevandyk/rake-dsl-fix

    Only include Rake::DSL if it's defined (Rake >= 0.9)
    jeremy committed Apr 23, 2012
    Configuration menu
    Copy the full SHA
    dd01c11 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5866 from tiegz/minor_fixes_3-2-stable

    Catch nil.to_sym errors in partial_renderer, and raise ArgumentError instead
    tenderlove committed Apr 23, 2012
    Configuration menu
    Copy the full SHA
    0f5af60 View commit details
    Browse the repository at this point in the history
  7. Fix broken test from the earlier merge conflict

    Seriously people, please run the test before submitting pull request.
    sikachu committed Apr 23, 2012
    Configuration menu
    Copy the full SHA
    0f3fd78 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #5946 from sikachu/3-2-stable-fix-merge-conflict

    Fix broken test from the earlier merge conflict
    spastorino committed Apr 23, 2012
    Configuration menu
    Copy the full SHA
    db6787a View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2012

  1. Configuration menu
    Copy the full SHA
    d95f3d3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5968 from sikachu/3-2-stable-backport

    Backport workarounds for Mocha behavior changes.
    jeremy committed Apr 24, 2012
    Configuration menu
    Copy the full SHA
    9212083 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20f398d View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2012

  1. Merge pull request #5971 from carlosantoniodasilva/fix-build-3-2

    Add extra order clause to fix failing test on Ruby 1.8.7
    jeremy committed Apr 25, 2012
    Configuration menu
    Copy the full SHA
    7d95b81 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2012

  1. Configuration menu
    Copy the full SHA
    006de25 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2012

  1. Merge pull request #4528 from j-manu/log-tailer-fix

    Fix for log tailer when the log file doesn't exist.
    tenderlove committed Apr 27, 2012
    Configuration menu
    Copy the full SHA
    05bee99 View commit details
    Browse the repository at this point in the history
  2. Do not mutate options hash

    carlosantoniodasilva authored and sikachu committed Apr 27, 2012
    Configuration menu
    Copy the full SHA
    7006e97 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6022 from sikachu/3-2-stable-record_tag_backport

    Do not mutate options hash
    tenderlove committed Apr 27, 2012
    Configuration menu
    Copy the full SHA
    434be0f View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2012

  1. Remove circular require of time/zones

    oscardelben authored and arunagw committed Apr 28, 2012
    Configuration menu
    Copy the full SHA
    61d84e0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6038 from arunagw/warning_removed_3-2-stable

    Warning removed 3 2 stable
    drogus committed Apr 28, 2012
    Configuration menu
    Copy the full SHA
    86559be View commit details
    Browse the repository at this point in the history
  3. Allow Thor 0.15 and 1.0, to be released shortly

    tomhuda committed Apr 28, 2012
    4 Configuration menu
    Copy the full SHA
    7dc83f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2012

  1. Configuration menu
    Copy the full SHA
    beba826 View commit details
    Browse the repository at this point in the history
  2. Don't convert params if the request isn't HTML - fixes #5341

    (cherry picked from commit 7a80b69)
    
    Conflicts:
    
    	actionpack/test/controller/test_test.rb
    pixeltrix committed Apr 29, 2012
    Configuration menu
    Copy the full SHA
    d6bbd33 View commit details
    Browse the repository at this point in the history
  3. Fix the build.

    * The method for persisted records in 3-2-branch is 'PUT'
    * size is generated by default in inputs
    rafaelfranca committed Apr 29, 2012
    Configuration menu
    Copy the full SHA
    a782aa5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b18603b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6051 from rafaelfranca/fix_build

    Fix the build
    josevalim committed Apr 29, 2012
    Configuration menu
    Copy the full SHA
    0df261a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b608cdd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4075a39 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6cad407 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2012

  1. Configuration menu
    Copy the full SHA
    6b8a3a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dc57fe View commit details
    Browse the repository at this point in the history
  3. Add CHANGELOG entry.

    Closes #5886
    Closes #3093
    rafaelfranca committed Apr 30, 2012
    Configuration menu
    Copy the full SHA
    342b54a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3005f58 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5922 from rafaelfranca/deprecate_javascript_helpers

    Deprecate link_to_function and button_to_function
    jeremy committed Apr 30, 2012
    Configuration menu
    Copy the full SHA
    8fec5d7 View commit details
    Browse the repository at this point in the history
  6. Add note about using 303 See Other for XHR requests other than GET/POST

    IE since version 6 and recently Chrome and Firefox have started following
    302 redirects from XHR requests other than GET/POST using the original request
    method. This can lead to DELETE requests being redirected amongst other things.
    
    Although it doesn't directly affect the Rails framework since it doesn't return
    a 302 redirect to any non-GET/POST request a note has been added to raise
    awareness of the issue. Some references:
    
    Original article from @technoweenie:
    http://techno-weenie.net/2011/8/19/ie9-deletes-stuff/
    
    Hacker News discussion of the article:
    http://news.ycombinator.com/item?id=2903493
    
    WebKit bug report:
    https://bugs.webkit.org/show_bug.cgi?id=46183
    
    Firefox bug report and changeset:
    https://bugzilla.mozilla.org/show_bug.cgi?id=598304
    https://hg.mozilla.org/mozilla-central/rev/9525d7e2d20d
    
    Chrome bug report:
    http://code.google.com/p/chromium/issues/detail?id=56373
    
    HTTPbis bug report and changeset:
    http://trac.tools.ietf.org/wg/httpbis/trac/ticket/160
    http://trac.tools.ietf.org/wg/httpbis/trac/changeset/1428
    
    Roy T. Fielding's history of the issue:
    http://ftp.ics.uci.edu/pub/ietf/http/hypermail/1997q3/0611.html
    
    Automated browser tests for the issue:
    http://www.mnot.net/javascript/xmlhttprequest/
    
    Fixes #4144
    (cherry picked from commit 24f1437)
    pixeltrix committed Apr 30, 2012
    Configuration menu
    Copy the full SHA
    a72fe84 View commit details
    Browse the repository at this point in the history
  7. fix the Flash middleware loading the session on every request (very d…

    …angerous especially with Rack::Cache), it should only be loaded when the flash method is called
    willbryant authored and drogus committed Apr 30, 2012
    Configuration menu
    Copy the full SHA
    e3069c6 View commit details
    Browse the repository at this point in the history
  8. Failing test for #6034

    drogus committed Apr 30, 2012
    Configuration menu
    Copy the full SHA
    2b2983d View commit details
    Browse the repository at this point in the history
  9. Correcting some confusion. Pago Pago is part of American Samoa, not S…

    …amoa.
    
    Further, Samoa and Tokelau jumped across the IDL from Dec 29 to Dec 31, 2011
    switching from UTC-11 to UTC+13. American Samoa did not make the change and
    remains at UTC-11. Pacific/Fakaofo and Pacific/Apia are in TZInfo and
    documentation about the dateline change is in austalasia at IANA.
    
    (cherry picked from commit 1d08ce5)
    IamNaN authored and pixeltrix committed Apr 30, 2012
    Configuration menu
    Copy the full SHA
    5fe88b1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    df84577 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2012

  1. Configuration menu
    Copy the full SHA
    580e767 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2012

  1. Configuration menu
    Copy the full SHA
    02ca915 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6095 from route/assets_precompile_task

    Fix that asset precompile didn't respect the index.js convention. Fixes #3993.
    jeremy committed May 2, 2012
    Configuration menu
    Copy the full SHA
    ebe994f View commit details
    Browse the repository at this point in the history
  3. Fix #4979 against 3-2-stable - delete_all raise an error if a limit i…

    …s provided
    Francesco Rodriguez committed May 2, 2012
    Configuration menu
    Copy the full SHA
    4657dba View commit details
    Browse the repository at this point in the history
  4. Reset the request parameters after a constraints check

    A callable object passed as a constraint for a route may access the request
    parameters as part of its check. This causes the combined parameters hash
    to be cached in the environment hash. If the constraint fails then any subsequent
    access of the request parameters will be against that stale hash.
    
    To fix this we delete the cache after every call to `matches?`. This may have a
    negative performance impact if the contraint wraps a large number of routes as the
    parameters hash is built by merging GET, POST and path parameters.
    
    Fixes #2510.
    (cherry picked from commit 5603050)
    pixeltrix committed May 2, 2012
    Configuration menu
    Copy the full SHA
    7c7fb3a View commit details
    Browse the repository at this point in the history

Commits on May 3, 2012

  1. Make sure that javascript_include_tag/stylesheet_link_tag methods in

    sprockets/helpers/rails_helper.rb discard duplicated assets
    jmbejar committed May 3, 2012
    Configuration menu
    Copy the full SHA
    0621ecb View commit details
    Browse the repository at this point in the history

Commits on May 4, 2012

  1. Add a role option to wrap_parameters.

    The role option identifies which parameters are accessible and should be wrapped. The default role is :default.
    nragaz committed May 4, 2012
    Configuration menu
    Copy the full SHA
    bfb25f9 View commit details
    Browse the repository at this point in the history
  2. improvements in "caching_with_rails" guide - backported from docrails

    Conflicts:
    
    	railties/guides/source/caching_with_rails.textile
    kucaahbe authored and Michel Pigassou committed May 4, 2012
    Configuration menu
    Copy the full SHA
    b4ae94f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6158 from Dagnan/3-2-stable

    improvements in "caching_with_rails" guide
    vijaydev committed May 4, 2012
    Configuration menu
    Copy the full SHA
    5384bdb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    145cc69 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4445 from nragaz/role_based_params_wrapping

    specify a role for identifying accessible attributes when wrapping params
    josevalim committed May 4, 2012
    Configuration menu
    Copy the full SHA
    efb054b View commit details
    Browse the repository at this point in the history

Commits on May 5, 2012

  1. Merge pull request #6128 from frodsan/delete_all_limit_32

    Fix #4979 against 3-2-stable
    tenderlove committed May 5, 2012
    Configuration menu
    Copy the full SHA
    80a292c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    915879c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6170 from mjtko/feature-beginning_of_hour-for-3-2…

    …-stable
    
    Backport beginning and end of hour support for Time and DateTime to 3-2-stable
    jeremy committed May 5, 2012
    Configuration menu
    Copy the full SHA
    7fb268d View commit details
    Browse the repository at this point in the history

Commits on May 7, 2012

  1. Add failing test re #3436 which demonstrates content_type is not resp…

    …ected when using the :head method/shortcut
    kshahkshah committed May 7, 2012
    Configuration menu
    Copy the full SHA
    6f38348 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d52738 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2012

  1. Merge pull request #6198 from whistlerbrk/3-2-stable

    Address ActionPack head method not respecting explicitly set content-type #3436
    josevalim committed May 8, 2012
    Configuration menu
    Copy the full SHA
    b86e0be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    764e2de View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6200 from arunagw/3-2-stable

    locking ruby-prof for now.
    spastorino committed May 8, 2012
    Configuration menu
    Copy the full SHA
    b12d03d View commit details
    Browse the repository at this point in the history
  4. added docs to attribute_accessors methods

    Francesco Rodriguez committed May 8, 2012
    Configuration menu
    Copy the full SHA
    96fe0af View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6211 from frodsan/docs_attr_accessor_32stable

    Adding docs to attribute accessor methods.
    vijaydev committed May 8, 2012
    Configuration menu
    Copy the full SHA
    ad4d408 View commit details
    Browse the repository at this point in the history
  6. removing docs duplication

    Francesco Rodriguez committed May 8, 2012
    Configuration menu
    Copy the full SHA
    16a9a87 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #6213 from frodsan/cut_docs_dup

    Removing attribute_accessor docs duplication
    vijaydev committed May 8, 2012
    Configuration menu
    Copy the full SHA
    5059c32 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2012

  1. Fix build

    Francesco Rodriguez committed May 9, 2012
    Configuration menu
    Copy the full SHA
    ba48e23 View commit details
    Browse the repository at this point in the history
  2. fix attribute_accessors docs to support 1.8 syntax

    Francesco Rodriguez committed May 9, 2012
    Configuration menu
    Copy the full SHA
    dd7e7b3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6218 from frodsan/fix_docs_32stable

    Fix docs to support 1.8 syntax
    vijaydev committed May 9, 2012
    Configuration menu
    Copy the full SHA
    cb242a9 View commit details
    Browse the repository at this point in the history
  4. Stop showing deprecations for Ruby 1.8.7 with remove_column

    String is Enumerable in 1.8.7, which means that passing a String to
    remove_column was generating deprecation warnings during tests.
    carlosantoniodasilva committed May 9, 2012
    Configuration menu
    Copy the full SHA
    fa34ace View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6223 from carlosantoniodasilva/remove-columns-dep…

    …recation-ruby187
    
    Stop showing deprecations for Ruby 1.8.7 with remove_column
    pixeltrix committed May 9, 2012
    Configuration menu
    Copy the full SHA
    381f6e7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    705a70f View commit details
    Browse the repository at this point in the history
  7. Add CHANGELOG section for unreleased Rails 3.2.4; document addition o…

    …f #beginning_of_hour and #end_of_hour to Time and DateTime core extensions.
    mjtko committed May 9, 2012
    Configuration menu
    Copy the full SHA
    9b777d5 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #6228 from mjtko/changelog-fixes-for-3-2-stable

    Updated activesupport CHANGELOG [for 3-2-stable]
    vijaydev committed May 9, 2012
    Configuration menu
    Copy the full SHA
    b003ddf View commit details
    Browse the repository at this point in the history
  9. Merge pull request #6219 from frodsan/fix_build

    Fix build - 3.2
    drogus committed May 9, 2012
    Configuration menu
    Copy the full SHA
    8f5079f View commit details
    Browse the repository at this point in the history
  10. Merge pull request #6149 from jmbejar/javascript_include_tag_with_not…

    …_duplicates
    
    Make sure that javascript_include_tag/stylesheet_link_tag methods don't consider duplicated assets
    spastorino committed May 9, 2012
    Configuration menu
    Copy the full SHA
    f8dae86 View commit details
    Browse the repository at this point in the history
  11. Deprecate ::instantiate_fixtures unused parameter

    Deprecate the use of AcitiveRecord::Fixtures::instantiate_fixtures(object, fixture_set_name, fixture_set, load_instances = true), use instead instantiate_fixtures(object, fixture_set, load_instances = true).
    
    To be changed in master branch.
    alexeymuranov committed May 9, 2012
    Configuration menu
    Copy the full SHA
    f02e7dc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9810555 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2012

  1. Merge pull request #6221 from alexeymuranov/deprecate__instantiate_fi…

    …xtures__arity
    
    Deprecate ActiveRecord::Fixtures.instantiate_fixtures unused parameter
    jeremy committed May 10, 2012
    Configuration menu
    Copy the full SHA
    22a6072 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2193c1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6230 from spectator/active_resource_exceptions

    ActiveResource::TimeoutError is not loaded
    jeremy committed May 10, 2012
    Configuration menu
    Copy the full SHA
    a9fc8a9 View commit details
    Browse the repository at this point in the history
  4. Refactor the handling of default_url_options in integration tests

    This commit improves the handling of default_url_options in integration
    tests by making behave closer to how a real application operates.
    
    Specifically the following issues have been addressed:
    
    * Options specified in routes.rb are used (fixes #546)
    * Options specified in controllers are used
    * Request parameters are recalled correctly
    * Tests can override default_url_options directly
    pixeltrix committed May 10, 2012
    Configuration menu
    Copy the full SHA
    f3aaac4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    66e338a View commit details
    Browse the repository at this point in the history
  6. Return false for exists? with new records - fixes #6199.

    (cherry picked from commit fa21b73)
    pixeltrix committed May 10, 2012
    Configuration menu
    Copy the full SHA
    62f098d View commit details
    Browse the repository at this point in the history

Commits on May 11, 2012

  1. Configuration menu
    Copy the full SHA
    9d616ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b59961 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ecd14c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6262 from arunagw/ruby_prof_fix

    Ruby prof fix
    spastorino committed May 11, 2012
    Configuration menu
    Copy the full SHA
    9cead4a View commit details
    Browse the repository at this point in the history

Commits on May 12, 2012

  1. Update 'getting started' guides for new whitelist security implementa…

    …tion. Closes #6286.
    Erich Menge committed May 12, 2012
    Configuration menu
    Copy the full SHA
    ccf80c2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6292 from erichmenge/3-2-stable-docfix

    3 2 stable guides fix
    rafaelfranca committed May 12, 2012
    Configuration menu
    Copy the full SHA
    41e7a2a View commit details
    Browse the repository at this point in the history

Commits on May 13, 2012

  1. adding examples and docs

    Francesco Rodriguez committed May 13, 2012
    Configuration menu
    Copy the full SHA
    2f4696d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6294 from frodsan/docs_backport

    Adding examples and docs [3-2-stable]
    vijaydev committed May 13, 2012
    Configuration menu
    Copy the full SHA
    3d0e7ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62b74b1 View commit details
    Browse the repository at this point in the history
  4. :foreign_key option should be on has_many side of association

    mikdiet authored and Erich Menge committed May 13, 2012
    Configuration menu
    Copy the full SHA
    3f7ed52 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6299 from guilleiguaran/upgrade-sprockets-3-2-stable

    Upgrade sprockets to 2.1.3
    spastorino committed May 13, 2012
    Configuration menu
    Copy the full SHA
    8a5b51e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #6306 from erichmenge/3-2-stable-guide-fix

    3 2 stable guide fix [ci skip]
    carlosantoniodasilva committed May 13, 2012
    Configuration menu
    Copy the full SHA
    e7d5ba3 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3237 from sakuro/data-url-scheme

    Support data: url scheme
    rafaelfranca committed May 13, 2012
    Configuration menu
    Copy the full SHA
    9ff97b0 View commit details
    Browse the repository at this point in the history
  8. 2 Configuration menu
    Copy the full SHA
    1aff772 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2012

  1. Configuration menu
    Copy the full SHA
    9199ddf View commit details
    Browse the repository at this point in the history
  2. Update railties/lib/rails/generators/rails/app/templates/config/appli…

    …cation.rb
    
    Signed-off-by: José Valim <jose.valim@gmail.com>
    homakov authored and josevalim committed May 14, 2012
    Configuration menu
    Copy the full SHA
    4588684 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    ec68258 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6018 from lest/patch-1

    mailer can be anonymous
    carlosantoniodasilva committed May 14, 2012
    Configuration menu
    Copy the full SHA
    2506d4a View commit details
    Browse the repository at this point in the history
  5. Deprecate :disable_with in favor of 'data-disable-with' option fo…

    …r `button_to` and `submit_tag` helpers.
    Carlos Galdino + Rafael Mendonça França committed May 14, 2012
    Configuration menu
    Copy the full SHA
    21141e7 View commit details
    Browse the repository at this point in the history
  6. Fix typo

    Carlos Galdino + Rafael Mendonça França committed May 14, 2012
    Configuration menu
    Copy the full SHA
    d47d6e7 View commit details
    Browse the repository at this point in the history
  7. Deprecate :disable_with for button_tag too

    Carlos Galdino + Rafael Mendonça França committed May 14, 2012
    Configuration menu
    Copy the full SHA
    e9051e2 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2012

  1. Backporting some docs on core_ext/hash

    Francesco Rodriguez committed May 15, 2012
    Configuration menu
    Copy the full SHA
    b2f73c4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6321 from frodsan/backport_docs

    Backporting docs
    vijaydev committed May 15, 2012
    Configuration menu
    Copy the full SHA
    007539d View commit details
    Browse the repository at this point in the history
  3. clean the errors if an object that includes validations errors is dup…

    …ed,for 3-2-stable
    
    It Fixes #5953 in 3-2-stable, it's the same pull request of #6284
    acapilleri committed May 15, 2012
    Configuration menu
    Copy the full SHA
    396e383 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6324 from acapilleri/dup_validation_3_2

    Dup validation 3 2
    rafaelfranca committed May 15, 2012
    Configuration menu
    Copy the full SHA
    9a868a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2dfa8b5 View commit details
    Browse the repository at this point in the history
  6. add backport for the pull request #6324

    Angelo Capilleri authored and Angelo Capilleri committed May 15, 2012
    Configuration menu
    Copy the full SHA
    e885b18 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #6329 from acapilleri/backport_dup_validation_3_2

    Backport dup validation 3 2
    rafaelfranca committed May 15, 2012
    Configuration menu
    Copy the full SHA
    8470fdb View commit details
    Browse the repository at this point in the history

Commits on May 16, 2012

  1. Changing the indentation level of the block comment close for SASS

    If one wants to use use SASS for application.css.sass the comment block indentation is invalid.
    bcardarella committed May 16, 2012
    Configuration menu
    Copy the full SHA
    9f4c4f6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6340 from bcardarella/patch-3

    Changing the indentation level of the block comment close for Sass
    tenderlove committed May 16, 2012
    Configuration menu
    Copy the full SHA
    e3033e3 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2012

  1. Fix CollectionAssociation#replace to return new target (closes #6231)

    Conflicts:
    
    	activerecord/test/cases/associations/has_many_associations_test.rb
    drogus committed May 17, 2012
    Configuration menu
    Copy the full SHA
    0f43592 View commit details
    Browse the repository at this point in the history
  2. fix validations docs

    Francesco Rodriguez committed May 17, 2012
    Configuration menu
    Copy the full SHA
    4bbd05c View commit details
    Browse the repository at this point in the history