| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix lookup of fixtures with non-string label | Prathamesh Sonpatki | 2015-01-06 | 2 | -0/+7 |
* | Merge pull request #18350 from brainopia/fix_build_from_bind_values | Sean Griffin | 2015-01-05 | 1 | -1/+9 |
|\ |
|
| * | Correctly fetch bind_values from join in subquery | brainopia | 2015-01-06 | 1 | -1/+9 |
* | | Whitespace fixes from #18349 | Sean Griffin | 2015-01-05 | 1 | -2/+1 |
* | | Merge pull request #18349 from jdelStrother/primarykeyless | Sean Griffin | 2015-01-05 | 1 | -0/+22 |
|\ \
| |/
|/| |
|
| * | Fix rollback of primarykey-less tables | Jonathan del Strother | 2015-01-05 | 1 | -0/+22 |
* | | Add firebird support to test suite | Ray Zane | 2015-01-05 | 5 | -21/+28 |
* | | Clean up secure_token_test | Jon Atack | 2015-01-05 | 1 | -5/+5 |
* | | remove deprecated support to preload instance-dependent associaitons. | Yves Senn | 2015-01-05 | 2 | -26/+9 |
* | | remove deprecated support for PG ranges with exclusive lower bounds. | Yves Senn | 2015-01-05 | 1 | -27/+5 |
* | | can't kill thread with in-memory db. fixes `rake test:sqlite3_mem`. | Yves Senn | 2015-01-05 | 1 | -0/+2 |
* | | remove deprecation warning when modifying a Relation with cached arel. | Yves Senn | 2015-01-05 | 1 | -0/+8 |
* | | Remove version conditional for calling GC.disable | Rafael Mendonça França | 2015-01-04 | 1 | -1/+1 |
* | | Remove Thread hack for Ruby 1.9 | claudiob | 2015-01-04 | 1 | -23/+18 |
* | | Add has_secure_token to Active Record | robertomiranda | 2015-01-04 | 3 | -0/+48 |
* | | Change the behavior of boolean columns to be closer to Ruby's semantics. | Rafael Mendonça França | 2015-01-04 | 1 | -6/+4 |
* | | Change transaction callbacks to not swallowing errors. | Rafael Mendonça França | 2015-01-04 | 2 | -44/+0 |
* | | Remove deprecated `sanitize_sql_hash_for_conditions` | Rafael Mendonça França | 2015-01-04 | 1 | -11/+0 |
* | | Remove deprecated `ActiveRecord::Base.disable_implicit_join_references=` | Rafael Mendonça França | 2015-01-04 | 1 | -6/+0 |
* | | Remove deprecated access to connection specification using a string acessor. | Rafael Mendonça França | 2015-01-04 | 1 | -38/+0 |
* | | Change the default `null` value for `timestamps` to `false` | Rafael Mendonça França | 2015-01-04 | 2 | -61/+27 |
* | | Return an array of pools from `connection_pools` | Rafael Mendonça França | 2015-01-04 | 1 | -3/+1 |
* | | Return a null column from `column_for_attribute` when no column exists. | Rafael Mendonça França | 2015-01-04 | 1 | -4/+18 |
* | | Remove deprecated `serialized_attributes` | Rafael Mendonça França | 2015-01-04 | 1 | -6/+0 |
* | | Remove `cache_attributes` and friends | Rafael Mendonça França | 2015-01-04 | 1 | -14/+0 |
* | | Remove deprecated automatic counter caches on `has_many :through` | Rafael Mendonça França | 2015-01-04 | 1 | -26/+0 |
* | | Remove deprecated `ActiveModel::Dirty#reset_#{attribute}` and `ActiveModel::D... | Rafael Mendonça França | 2015-01-04 | 1 | -12/+0 |
* | | Remove deprecated methods at `Kernel`. | Rafael Mendonça França | 2015-01-04 | 2 | -1/+23 |
|/ |
|
* | Prefer `array?` rather than `array` | Ryuta Kamizono | 2015-01-04 | 15 | -22/+22 |
* | Merge pull request #17227 from claudiob/explicitly-abort-callbacks | Rafael Mendonça França | 2015-01-03 | 8 | -26/+163 |
|\ |
|
| * | Deprecate `false` as the way to halt AR callbacks | claudiob | 2015-01-02 | 8 | -26/+163 |
* | | Merge pull request #18307 from brainopia/datetime_regression | Rafael Mendonça França | 2015-01-02 | 1 | -0/+8 |
|\ \
| |/
|/| |
|
| * | Support datetime values in AR::Type::DateTime#type_cast_for_database | brainopia | 2015-01-03 | 1 | -0/+8 |
* | | Don't test invalid log encoding against PostgreSQL adapter | Rafael Mendonça França | 2015-01-02 | 1 | -4/+6 |
* | | Merge pull request #8547 from printercu/patch-1 | Rafael Mendonça França | 2015-01-02 | 1 | -0/+8 |
|\ \ |
|
| * | | fix for messages in invalid encoding from db-drivers | Max Melentiev | 2013-12-07 | 1 | -0/+9 |
* | | | Merge pull request #17820 from fw42/restore_query_cache_on_rollback | Rafael Mendonça França | 2015-01-02 | 1 | -0/+32 |
|\ \ \ |
|
| * | | | Restore query cache on rollback | Florian Weingarten | 2014-12-01 | 1 | -0/+32 |
* | | | | Merge pull request #15309 from iantropov/issue_12698_build_through | Rafael Mendonça França | 2015-01-02 | 2 | -1/+12 |
|\ \ \ \ |
|
| * | | | | Add setting of FK for throgh associations while building | Ivan Antropov | 2014-05-25 | 2 | -1/+12 |
* | | | | | Merge pull request #18228 from kamipo/correctly_dump_primary_key | Rafael Mendonça França | 2015-01-02 | 1 | -0/+19 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | Improve a dump of the primary key support. | Ryuta Kamizono | 2014-12-29 | 1 | -0/+19 |
* | | | | | Remove support to activerecord-deprecated_finders | Rafael Mendonça França | 2015-01-02 | 2 | -3/+2 |
* | | | | | Merge pull request #18067 from kamipo/format_datetime_string_according_to_pre... | Rafael Mendonça França | 2015-01-02 | 4 | -1/+182 |
|\ \ \ \ \ |
|
| * | | | | | Format the datetime string according to the precision of the datetime field. | Ryuta Kamizono | 2015-01-02 | 2 | -0/+34 |
| * | | | | | Allow precision option for MySQL datetimes. | Ryuta Kamizono | 2015-01-02 | 4 | -1/+148 |
* | | | | | | Merge pull request #15746 from amccloud/auto-inverse_of-in-module | Rafael Mendonça França | 2015-01-02 | 1 | -0/+12 |
|\ \ \ \ \ \ |
|
| * | | | | | | Fixed automatic inverse_of for models nested in module | Andrew McCloud | 2014-06-15 | 1 | -0/+12 |
* | | | | | | | Merge pull request #11898 from prathamesh-sonpatki/patch-update | Rafael Mendonça França | 2015-01-02 | 2 | -2/+22 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|
| * | | | | | | Allow ActiveRecord::Relation#update to run on result of a relation with callb... | Prathamesh Sonpatki | 2014-12-20 | 2 | -2/+22 |