| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #7983 from georgebrock/bug7950-squashed | Carlos Antonio da Silva | 2012-11-16 | 6 | -12/+35 |
|\ |
|
| * | use bind values for join columns | Aaron Patterson | 2012-11-10 | 6 | -12/+36 |
* | | Merge pull request #8209 from senny/backport_8176 | Rafael Mendonça França | 2012-11-13 | 1 | -1/+3 |
|\ \ |
|
| * | | backport #8176, `#pluck` can be used on a relation with `select` clause. | Yves Senn | 2012-11-13 | 1 | -1/+3 |
* | | | Merge pull request #8204 from nikitug/fix_dynamic_finder_result_check | Rafael Mendonça França | 2012-11-13 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Use nil? instead of blank? to check dynamic finder result | Nikita Afanasenko | 2012-11-13 | 1 | -1/+1 |
* | | | | Fix deleting from a HABTM join table upon destroying an object of a model wit... | Nick Rogers | 2012-11-13 | 1 | -0/+2 |
|/ / / |
|
* / / | Backport #8074 to 3-2-stable. Use query cache/uncache, when using not only da... | kennyj | 2012-11-14 | 1 | -6/+6 |
|/ / |
|
* | | Merge pull request #8154 from bogdan/has_one_association_performance | Carlos Antonio da Silva | 2012-11-12 | 1 | -1/+9 |
* | | Merge branch '3-2-9' into 3-2-stable | Santiago Pastorino | 2012-11-12 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Bump to 3.2.9 | Santiago Pastorino | 2012-11-12 | 1 | -1/+1 |
* | | Merge branch '3-2-9' into 3-2-stable | Santiago Pastorino | 2012-11-09 | 1 | -1/+1 |
|\| |
|
| * | Bump up to 3.2.9.rc3 | Santiago Pastorino | 2012-11-09 | 1 | -1/+1 |
* | | Backport #8078: Fix `attributes_before_type_cast` for serialised attributes. | Nikita Afanasenko | 2012-11-09 | 1 | -0/+10 |
* | | Merge pull request #7987 from alexisbernard/3-2_find_in_batches_compatible_wi... | Santiago Pastorino | 2012-11-08 | 1 | -2/+2 |
|\ \ |
|
| * | | Fix find_in_batches against string IDs when start option is not specified. | Alexis Bernard | 2012-11-08 | 1 | -2/+2 |
| * | | start could be a string | Santiago Pastorino | 2012-11-08 | 1 | -1/+1 |
| |/ |
|
* / | Fix accepts_nested_attributes for child classes | Gabriel Sobrinho & Ricardo Henrique | 2012-11-07 | 1 | -3/+4 |
|/ |
|
* | Bump to 3.2.9.rc2 | Santiago Pastorino | 2012-11-01 | 1 | -1/+1 |
* | Ensure calling first/last with options correctly set inverse association | Carlos Antonio da Silva | 2012-11-01 | 1 | -1/+3 |
* | Fix issue with collection associations and first(n)/last(n) | Carlos Antonio da Silva | 2012-11-01 | 1 | -1/+1 |
* | Fix ActiveRecord#update_column return value | saksmlz | 2012-10-31 | 1 | -1/+1 |
* | Fix typo :bomb: [ci skip] | Rafael Mendonça França | 2012-10-29 | 1 | -1/+1 |
* | Fix bug when Column is trying to type cast boolean values to integer. | Rafael Mendonça França | 2012-10-29 | 1 | -2/+13 |
* | Merge pull request #8009 from graceliu/3-2-fix_database_url_support | Rafael Mendonça França | 2012-10-29 | 2 | -35/+55 |
|\ |
|
| * | fixed support for DATABASE_URL for rake db tasks | Grace Liu | 2012-10-29 | 2 | -35/+55 |
* | | Bump to 3.2.9.rc1 | Santiago Pastorino | 2012-10-29 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #8057 from frodsan/fix_sqlite_mutate_arg | Rafael Mendonça França | 2012-10-29 | 1 | -1/+1 |
* | Merge pull request #8053 from henrik/update_columns_with_primary_key | Carlos Antonio da Silva | 2012-10-29 | 1 | -1/+5 |
* | Make Active Record tests pass in isolation | Rafael Mendonça França | 2012-10-29 | 1 | -2/+1 |
* | Merge pull request #7593 from veader/patch-1 | Rafael Mendonça França | 2012-10-28 | 1 | -0/+2 |
* | frozen state should be restored after txn is aborted | Aaron Patterson | 2012-10-22 | 1 | -2/+3 |
* | Use `Rails.env` instead of `ENV['RAILS_ENV']`; #7951 | Martin Grandrath | 2012-10-18 | 1 | -1/+1 |
* | Merge pull request #7371 from csmuc/fix_dup_validation_errors | Santiago Pastorino | 2012-10-17 | 1 | -0/+1 |
* | Synchronize around deleting from the reserved connections hash. | Aaron Patterson | 2012-10-15 | 1 | -1/+1 |
* | 7914 Using a better way to get the defaults from db. | Arturo Pie | 2012-10-14 | 1 | -12/+7 |
* | #7914 get default value when type uses schema name | Arturo Pie | 2012-10-14 | 1 | -1/+1 |
* | Fix has_many assocation w/select load after create | Ernie Miller | 2012-10-12 | 1 | -1/+1 |
* | Eager autoload Preloader classes | John Firebaugh | 2012-10-10 | 1 | -10/+14 |
* | Eager autoload ActiveRecord association helpers | Michael Fairley | 2012-10-10 | 1 | -5/+7 |
* | Merge pull request #7850 from senny/5920_postgres_adapter_table_with_capital_... | Rafael Mendonça França | 2012-10-06 | 1 | -1/+1 |
* | Merge pull request #6978 from frodsan/count_nosql_unsaved_parent | Rafael Mendonça França | 2012-10-04 | 1 | -0/+2 |
* | Refactor | Santiago Pastorino | 2012-10-03 | 1 | -5/+3 |
* | Merge pull request #7822 from lulalala/reset-counter-cache-for-has-many-through | Rafael Mendonça França | 2012-10-02 | 1 | -2/+8 |
* | backport 68677ffb8298105eb9d3efa26d928dd88cc5e006 | Evan Petrie | 2012-09-28 | 2 | -6/+5 |
* | ConnectionPool accepts spec key 'checkout_timeout' | Jonathan Rochkind | 2012-09-24 | 1 | -3/+9 |
* | Merge pull request #3544 from amatsuda/_field_changed | Aaron Patterson | 2012-09-21 | 2 | -4/+4 |
* | Revert "backport fair connection pool 02b2335563 to 3-2-stable" | Rafael Mendonça França | 2012-09-20 | 1 | -190/+49 |
* | Load the environment after creating the database | Jeremy Kemper | 2012-09-19 | 1 | -2/+2 |
* | backport fair connection pool 02b2335563 to 3-2-stable | Jonathan Rochkind | 2012-09-17 | 1 | -49/+190 |