| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | frozen state should be restored after txn is aborted | Aaron Patterson | 2012-10-22 | 2 | -2/+18 |
* | 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 | 3 | -0/+21 |
* | Synchronize around deleting from the reserved connections hash. | Aaron Patterson | 2012-10-15 | 2 | -1/+4 |
* | 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 | 4 | -2/+54 |
* | Fix has_many assocation w/select load after create | Ernie Miller | 2012-10-12 | 3 | -1/+15 |
* | 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 | 3 | -5/+14 |
* | Merge pull request #6978 from frodsan/count_nosql_unsaved_parent | Rafael Mendonça França | 2012-10-04 | 5 | -0/+37 |
* | 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 | 5 | -4/+29 |
* | backport 68677ffb8298105eb9d3efa26d928dd88cc5e006 | Evan Petrie | 2012-09-28 | 4 | -6/+13 |
* | ConnectionPool accepts spec key 'checkout_timeout' | Jonathan Rochkind | 2012-09-24 | 4 | -5/+39 |
* | Merge pull request #3544 from amatsuda/_field_changed | Aaron Patterson | 2012-09-21 | 4 | -5/+23 |
* | Revert "backport fair connection pool 02b2335563 to 3-2-stable" | Rafael Mendonça França | 2012-09-20 | 7 | -311/+51 |
* | Load the environment after creating the database | Jeremy Kemper | 2012-09-19 | 1 | -2/+2 |
* | Cache columns metadata to avoid extra while testing | Rafael Mendonça França | 2012-09-18 | 3 | -1/+11 |
* | backport fair connection pool 02b2335563 to 3-2-stable | Jonathan Rochkind | 2012-09-17 | 4 | -50/+300 |
* | Merge pull request #7661 from ernie/build-join-records-on-unsaved-hmt | Rafael Mendonça França | 2012-09-17 | 3 | -0/+25 |
* | Merge pull request #7666 from kennyj/fix_9fa3f102813eeeec440abd75870dfa7b2383... | Rafael Mendonça França | 2012-09-17 | 1 | -1/+1 |
* | Merge pull request #7651 from steveklabnik/issue_3956 | Rafael Mendonça França | 2012-09-16 | 2 | -2/+32 |
* | Backport explain fixes. | Rafael Mendonça França | 2012-09-16 | 5 | -13/+27 |
* | `skip` in Ruby 1.8 doesn't skip the test case without return | Rafael Mendonça França | 2012-09-13 | 1 | -1/+1 |
* | fix markdown markup in AR/CHANGELOG | Francesco Rodríguez | 2012-09-13 | 1 | -1/+1 |
* | Backport PostgreSQL auto-reconnect test coverage | Steve Jorgensen | 2012-09-13 | 4 | -0/+82 |
* | Backported #7572 to 3-2-stable. Use config['encoding'], because database conf... | kennyj | 2012-09-12 | 2 | -3/+9 |
* | Merge pull request #7582 from tchandy/fix_type_cast_code | Rafael Mendonça França | 2012-09-09 | 4 | -2/+36 |
|\ |
|
| * | ConnectionAdapters::Column.type_cast_code should always convert values to int... | Thiago Pradi | 2012-09-09 | 4 | -2/+36 |
* | | Fix AR tests due to builder change with nil values / empty strings | Carlos Antonio da Silva | 2012-09-07 | 1 | -6/+6 |
* | | Merge pull request #7337 from adzap/string_to_dummy_time | Rafael Mendonça França | 2012-09-05 | 3 | -1/+23 |
* | | set the configured #inheritance_column on #become (#7503) | Yves Senn | 2012-09-03 | 6 | -2/+42 |
|/ |
|
* | documents after_(commit|rollback) | Xavier Noria | 2012-08-30 | 1 | -0/+18 |
* | Ensure association preloading properly merges default scope and association c... | Pratik Naik | 2012-08-28 | 4 | -3/+25 |
* | CHANGELOGs are now per branch | Xavier Noria | 2012-08-28 | 1 | -6558/+1 |
* | Use Ruby 1.8 hash syntax | Carlos Antonio da Silva | 2012-08-21 | 2 | -3/+3 |
* | Use a model without counter cache to test read-only attributes | Rafael Mendonça França | 2012-08-21 | 1 | -9/+10 |
* | Merge pull request #5210 from Pliny/masteri | Rafael Mendonça França | 2012-08-21 | 8 | -2/+36 |
* | Merge pull request #6986 from kennyj/fix_6975 | Rafael Mendonça França | 2012-08-21 | 3 | -5/+34 |
* | Merge pull request #7377 from brainopia/use_inversed_parent_for_first_and_las... | Carlos Antonio da Silva | 2012-08-21 | 3 | -1/+11 |
* | Merge pull request #7388 from ManageIQ/fix_table_remove_passing_array_depreca... | Rafael Mendonça França | 2012-08-18 | 2 | -3/+3 |
|\ |
|
| * | Table#remove passed an array to remove_column, which is deprecated. | Joe Rafaniello | 2012-08-18 | 2 | -3/+3 |
* | | Ruby 1.8 doesn't have to_r defined to NilClass and Float. | Rafael Mendonça França | 2012-08-18 | 1 | -5/+14 |
|/ |
|
* | Merge pull request #7352 from aripollak/microsecond-timestamp | Rafael Mendonça França | 2012-08-17 | 4 | -3/+10 |
* | Increase benchmark time to 20 seconds. | Jon Leighton | 2012-08-17 | 1 | -18/+18 |
* | Use benchmark/ips to measure AR performance | Jon Leighton | 2012-08-17 | 1 | -39/+34 |
* | Remove duplicated changelog entry [ci skip] | Carlos Antonio da Silva | 2012-08-15 | 1 | -6/+0 |
* | Do not use update_column where update_attribute is not interchangeable | Rafael Mendonça França | 2012-08-15 | 8 | -39/+32 |
* | Merge pull request #6073 from daveyeu/restore-state-on-record-invalid | Rafael Mendonça França | 2012-08-11 | 3 | -1/+23 |