Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Revert "Merge pull request #8209 from senny/backport_8176" | Aaron Patterson | 2013-03-05 | 2 | -21/+0 | |
| | | | | | | | | | | | | | | | | | | | | This reverts commit 724020278480855bddfe749c91f1074d4f50f3c6, reversing changes made to e4e2bcce75b85fb8c1c49509a17bd5dfe6034c32. Conflicts: activerecord/CHANGELOG.md activerecord/lib/active_record/relation/calculations.rb activerecord/test/cases/calculations_test.rb | |||||
| * | Freeze columns only once per Result | Santiago Pastorino | 2013-03-05 | 1 | -3/+9 | |
| | | | | | | | | | | Conflicts: activerecord/lib/active_record/result.rb | |||||
| * | Preparing for 3.2.13.rc1 release | Steve Klabnik | 2013-02-27 | 9 | -17/+17 | |
| | | ||||||
| * | Update CHANGELOGs for 3.2.13 release. | Steve Klabnik | 2013-02-27 | 7 | -0/+35 | |
| | | ||||||
* | | Merge pull request #9768 from senny/do_not_freeze_number_helper_defaults | Carlos Antonio da Silva | 2013-03-18 | 1 | -2/+2 | |
|\ \ | | | | | | | Do not freeze NumberHelper defaults | |||||
| * | | do not freeze NumberHelper defaults. | Yves Senn | 2013-03-18 | 1 | -2/+2 | |
|/ / | | | | | | | Closes #9767. | |||||
* | | Typo fix [ci ski] | Justin | 2013-03-15 | 1 | -2/+2 | |
| | | | | | | | | Closes #9730. | |||||
* | | Merge pull request #7368 from jbarreneche/bug/render-locale-fallbacks | Steve Klabnik | 2013-03-14 | 3 | -1/+21 | |
|\ \ | | | | | | | i18n locale fallback for localized views | |||||
| * | | Extract hardcoded lists to Redo::RestaurantsList | Juan Barreneche | 2013-03-14 | 3 | -1/+21 | |
|/ / | ||||||
* | | Fix ar:mysql2 build on Ruby 1.8.7 | Andrew White | 2013-03-13 | 1 | -4/+12 | |
| | | | | | | | | | | The `skip` method is a no-op on Ruby 1.8.7 so we still need to force skip by returning early from each test. | |||||
* | | Fix `ActiveSupport::TimeZone.parse` when time is a local DST jump | Andrew White | 2013-03-13 | 3 | -7/+76 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | The previous implementation `ActiveSupport::TimeZone.parse` used `Time.parse` which applies the system time DST rules to the parsed time. Instead we now use `Time.utc` and manually apply the offset. Backport tests from: 005d910624bbfa724b638426a000c8074d4201a2 c89b6c4cdce7ee55ed3665c099d914222fe0344a 03becb13099c439f6aea5058546bc8b0b19b8db8 Fixes #9678. | |||||
* | | Merge pull request #9616 from exviva/multiple_select_name_double_square_brackets | Carlos Antonio da Silva | 2013-03-09 | 3 | -2/+27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix incorrectly appended square brackets to a multiple select box Before: select(:category, [], {}, {:multiple => true, :name => "post[category][]"}) # => <select name="post[category][][]" ...> After: select(:category, [], {}, {:multiple => true, :name => "post[category][]"}) # => <select name="post[category][]" ...> Conflicts: actionpack/CHANGELOG.md actionpack/lib/action_view/helpers/tags/base.rb actionpack/test/template/form_options_helper_test.rb | |||||
* | | Merge pull request #9613 from arunagw/remove_fixme | Carlos Antonio da Silva | 2013-03-08 | 1 | -9/+8 | |
|\ \ | | | | | | | Removing FIXME | |||||
| * | | Removing FIXME | Arun Agrawal | 2013-03-08 | 1 | -9/+8 | |
| | | | | | | | | | As we did in master. | |||||
* | | | Merge pull request #9609 from arunagw/using-latest-arjdbc | Carlos Antonio da Silva | 2013-03-08 | 1 | -3/+3 | |
|\ \ \ | | | | | | | | | Using latest AR-JDBC for JRuby | |||||
| * | | | Using latest AR-JDBC for JRuby | Arun Agrawal | 2013-03-08 | 1 | -3/+3 | |
| |/ / | | | | | | | | | | 1.2.5 and 1.2.6 are bad ones | |||||
* | | | Merge pull request #9600 from larrylv/fix-load-target-with-identity-map-on | Rafael Mendonça França | 2013-03-07 | 1 | -3/+8 | |
|\ \ \ | | | | | | | | | @target might be nil when Identity Map is enabled. | |||||
| * | | | @target might be nil when Identity Map is enabled. | Larry Lv | 2013-03-08 | 1 | -3/+8 | |
|/ / / | | | | | | | | | | | | | | | | | | | * With Identity Map enabled, NameError might be raised and @target is nil. So we should always ensure `@target ||= find_target`. * Only force reload target when it is stale. | |||||
* | | | Merge pull request #9549 from larrylv/reload-stable-target-before-saving | Rafael Mendonça França | 2013-03-07 | 6 | -6/+28 | |
|\ \ \ | | | | | | | | | Fix issue #7526. Reload the association target if it's stale. | |||||
| * | | | Fix issue #7526. Reload the target if it's stale. | larrylv | 2013-03-05 | 6 | -6/+28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * This has been fixed at master via `365b8b6`, but not at 3-2-stable branch. * @stale_state should be nil when a model isn't saved. via `0f3901e`. * set @stale_state to nil when reset the target. | |||||
* | | | | Merge pull request #9594 from yahonda/3-2-stable_prefix_suffix | Rafael Mendonça França | 2013-03-07 | 1 | -4/+5 | |
|\ \ \ \ | | | | | | | | | | | Use shorter prefix and suffix to support Oracle adapter | |||||
| * | | | | Use shorter prefix and suffix as in Oracle database identifier | Yasuo Honda | 2013-03-07 | 1 | -4/+5 | |
|/ / / / | | | | | | | | | | | | | cannot be larger than 30 characters | |||||
* | | | | Update CHANGELOGs for 3.2.13.rc1 | Steve Klabnik | 2013-03-05 | 7 | -0/+30 | |
| | | | | ||||||
* | | | | Merge pull request #9543 from maximerety/backport_fix_7774 | Carlos Antonio da Silva | 2013-03-05 | 3 | -2/+16 | |
|\ \ \ \ | |/ / / |/| | | | Backported #7774 to 3-2-stable | |||||
| * | | | Backport fixes about #7774 to 3-2-stable | maximerety | 2013-03-05 | 3 | -2/+16 | |
|/ / / | | | | | | | | | | | | | Fix ActionDispatch::Request#formats when HTTP_ACCEPT header is an empty string. | |||||
* | | | Merge pull request #9531 from erik-escobedo/patch-1 | Guillermo Iguaran | 2013-03-03 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Fix typo on ActionPack's ChangeLog | |||||
| * | | | Fix typo on CHANGELOG.md | Érik Escobedo | 2013-03-03 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge pull request #9528 from korny/patch-1 | Andrew White | 2013-03-03 | 1 | -2/+0 | |
|\ \ \ \ | |/ / / |/| | | | Fix unused variable warning in mapper.rb | |||||
| * | | | remove unused path_without_format variable | Kornelius Kalnbach | 2013-03-03 | 1 | -2/+0 | |
|/ / / | | | | | | | Was forgotten in a72dab0. | |||||
* | | | Freeze columns only once per Result | Santiago Pastorino | 2013-03-03 | 1 | -3/+9 | |
| | | | | | | | | | | | | | | | Conflicts: activerecord/lib/active_record/result.rb | |||||
* | | | Update docs, change_table does not use TableDefinition. | Yves Senn | 2013-02-28 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | [ci skip] Conflicts: activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb | |||||
* | | | Improve AR changelog [ci skip] | Carlos Antonio da Silva | 2013-02-28 | 1 | -2/+5 | |
| | | | ||||||
* | | | Merge pull request #9485 from authorNari/backport-6755-to-3-2-stable | Carlos Antonio da Silva | 2013-02-28 | 3 | -1/+16 | |
|\ \ \ | | | | | | | | | | | | | | | | | Backported #6755 to 3-2-stable. Don't read csv file during executing db:fixtures:load. CSV fixtures have already been removed some time ago in 1716da07204193c8acf967e2d75a53a82e4c7c28, but the task was still loading them, even though later it tried to find the related yaml file. | |||||
| * | | | Backported #6755 to 3-2-stable. Don't read csv file during executing ↵ | Narihiro Nakamura | 2013-02-28 | 3 | -1/+16 | |
|/ / / | | | | | | | | | | db:fixtures:load. | |||||
* | | | Enforce i18n version >= v0.6.4 | Carlos Antonio da Silva | 2013-02-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | v0.6.2 and v0.6.3 both have issues with Ruby 1.8.7, see https://github.com/svenfuchs/i18n/issues/192 for more info. | |||||
* | | | Merge pull request #9472 from yahonda/revert_7544c7a9 | Rafael Mendonça França | 2013-02-27 | 1 | -3/+1 | |
|\ \ \ | | | | | | | | | Revert "Skip test_remove_column_with_array_as_an_argument_is_deprecated ... | |||||
| * | | | Revert "Skip test_remove_column_with_array_as_an_argument_is_deprecated with ↵ | Yasuo Honda | 2013-02-28 | 1 | -3/+1 | |
|/ / / | | | | | | | | | | | | | | | | | | | | | | Oracle adapter." This reverts commit 7544c7a9f290a3ea25099ae38d52795458391785. Oracle enhanced adapter is supporting remove_column with Array. | |||||
* | | | Merge pull request #9471 from yahonda/5837_32-stable | Rafael Mendonça França | 2013-02-27 | 1 | -4/+4 | |
|\ \ \ | |_|/ |/| | | Fix ORA-00972 error at test_rename_table_with_prefix_and_suffix | |||||
| * | | Fix ORA-00972 error at test_rename_table_with_prefix_and_suffix | Yasuo Honda | 2013-02-28 | 1 | -4/+4 | |
|/ / | | | | | | | backport pull request#5837 to 3-2-stable | |||||
* | | Tighten up AS.gemspec. | Steve Klabnik | 2013-02-26 | 1 | -1/+1 | |
| | | | | | | | | | | Apparently 0.6.2 has a call to force_encoding, which is not around in 1.8.7. | |||||
* | | CHANGELOG entry for ee291b9. | Steve Klabnik | 2013-02-26 | 1 | -0/+5 | |
| | | | | | | | | Since we released it, it should go in the CHANGELOG. | |||||
* | | Revert "Merge pull request #9208 from dylanahsmith/3-2-mysql-quote-numeric" | Steve Klabnik | 2013-02-26 | 7 | -49/+14 | |
| | | | | | | | | This reverts commit 921a296a3390192a71abeec6d9a035cc6d1865c8. | |||||
* | | Do not override attributes on `dup` by default scopes | Hiroshige Umino | 2013-02-26 | 3 | -1/+13 | |
| | | ||||||
* | | Improve changelog entry [ci skip] | Carlos Antonio da Silva | 2013-02-26 | 1 | -4/+4 | |
| | | ||||||
* | | Merge pull request #9430 from authorNari/backport-7072-to-3-2-stable | Carlos Antonio da Silva | 2013-02-26 | 3 | -1/+23 | |
|\ \ | | | | | | | Backported #7072 to 3-2-stable. Use database value for uniqueness validation scope | |||||
| * | | Backported #7072 to 3-2-stable. Use database value for uniqueness validation ↵ | Narihiro Nakamura | 2013-02-26 | 3 | -1/+23 | |
|/ / | | | | | | | scope. | |||||
* | | Merge pull request #9408 from mikeycgto/origin/3-2-stable | Rafael Mendonça França | 2013-02-24 | 1 | -1/+1 | |
|\ \ | | | | | | | Update RUBY_VERSION check for performance testing to handle 2.0.0 | |||||
| * | | Update RUBY_VERSION check for performance testing to handle 2.0.0 | mikeycgto | 2013-02-24 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge pull request #9406 from rails/3-2-stable-ruby-2 | Rafael Mendonça França | 2013-02-24 | 17 | -39/+50 | |
|\ \ | | | | | | | Rails 3.2.x is now compatible with Ruby 2.0.0 | |||||
| * | | Rails 3.2.x is now compatible with Ruby 2.0.0 | Prem Sichanugrist | 2013-02-24 | 1 | -3/+0 | |
| | | |