| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Deprecate table names containing dots" | Sean Griffin | 2016-03-31 | 1 | -8/+0 |
* | Deprecate table names containing dots | Sean Griffin | 2016-03-31 | 1 | -0/+8 |
* | Typos in AR tests | Akira Matsuda | 2016-02-03 | 1 | -1/+1 |
* | Active scopes apply to child classes, though not parents/siblings | Matthew Draper | 2016-01-12 | 1 | -2/+3 |
* | Fixes LoggerSilence#silence threadsafety | Carl P. Corliss | 2015-12-23 | 1 | -0/+1 |
* | Remove legacy mysql adapter | Ryuta Kamizono | 2015-12-21 | 1 | -1/+0 |
* | Merge pull request #22653 from matthewd/find_array_ordered | Matthew Draper | 2015-12-18 | 1 | -1/+2 |
|\ |
|
| * | [#20338] improving implementation, fixing and adding some more specs | Miguel Grazziotin | 2015-06-03 | 1 | -1/+2 |
* | | Remove legacy mysql adapter | Abdelkader Boudih | 2015-12-17 | 1 | -1/+1 |
* | | Fix test failures on Windows | Sean Griffin | 2015-12-16 | 1 | -4/+12 |
* | | Use a bind param for `LIMIT` and `OFFSET` | Sean Griffin | 2015-12-14 | 1 | -6/+0 |
* | | Deprecate limit strings with commas | Sean Griffin | 2015-12-14 | 1 | -3/+7 |
* | | add `ActiveRecord::Base.has_attribute?` | Yves Senn | 2015-12-02 | 1 | -0/+13 |
* | | Require only necessary concurrent-ruby classes. | Jerry D'Antonio | 2015-11-04 | 1 | -1/+1 |
* | | Move some AR test cases to inheritance_test.rb | yui-knk | 2015-10-31 | 1 | -79/+0 |
* | | Fix typo in ignored_columns test [skip ci] | Jon Atack | 2015-09-24 | 1 | -1/+1 |
* | | Implement ActiveRecord::Base.ignored_columns | Jean Boussier | 2015-09-24 | 1 | -0/+18 |
* | | Don't attempt to specify datetime precision unless supported | Sean Griffin | 2015-09-23 | 1 | -1/+1 |
* | | File encoding is defaulted to utf-8 in Ruby >= 2.1 | Akira Matsuda | 2015-09-18 | 1 | -2/+0 |
* | | Removed mocha from Active Record Part 2 | Ronak Jangir | 2015-09-16 | 1 | -10/+13 |
* | | Respect scale of the column in the Decimal type | Rafael Mendonça França | 2015-09-01 | 1 | -0/+28 |
* | | Replaced `ActiveSupport::Concurrency::Latch` with concurrent-ruby. | Jerry D'Antonio | 2015-07-13 | 1 | -7/+7 |
|/ |
|
* | deprecate `Relation#uniq` use `Relation#distinct` instead. | Yves Senn | 2015-05-26 | 1 | -6/+4 |
* | tests, sequences are derived from the base class. | Yves Senn | 2015-03-06 | 1 | -7/+10 |
* | tests, remove side effects on `Joke` during `base_test.rb`. | Yves Senn | 2015-03-06 | 1 | -23/+28 |
* | Do not test, document or use a private API method | Rafael Mendonça França | 2015-02-20 | 1 | -1/+0 |
* | Rm `Type#type_cast` | Sean Griffin | 2015-02-17 | 1 | -1/+1 |
* | Allow a symbol to be passed to `attribute`, in place of a type object | Sean Griffin | 2015-02-06 | 1 | -2/+2 |
* | Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on... | Vipul A M | 2015-02-03 | 1 | -1/+0 |
* | Add firebird support to test suite | Ray Zane | 2015-01-05 | 1 | -1/+2 |
* | Correctly handle multiple attribute method prefix/suffixes which match | Sean Griffin | 2014-12-04 | 1 | -0/+10 |
* | tests, move pg geometric tests out of `base_test`. | Yves Senn | 2014-12-02 | 1 | -87/+0 |
* | Build fix when running in isolation | Arun Agrawal | 2014-11-14 | 1 | -0/+1 |
* | Add a test case for range type casting | Sean Griffin | 2014-11-01 | 1 | -0/+4 |
* | Treat strings greater than int max value as out of range | Sean Griffin | 2014-10-31 | 1 | -1/+0 |
* | 💣 | Sean Griffin | 2014-10-28 | 1 | -1/+4 |
* | Fixed find_by("sql fragment without bindings") on master | Godfrey Chan | 2014-08-25 | 1 | -14/+0 |
* | Dont swallow errors when bad alias_method | Arthur Neves | 2014-06-24 | 1 | -2/+20 |
* | Merge pull request #15593 from sgrif/sg-attribute | Rafael Mendonça França | 2014-06-13 | 1 | -4/+3 |
|\ |
|
| * | Introduce an Attribute object to handle the type casting dance | Sean Griffin | 2014-06-13 | 1 | -4/+3 |
* | | Add a test to ensure we don't get a performance regression on #hash | Sean Griffin | 2014-06-12 | 1 | -0/+7 |
|/ |
|
* | Rename `type_cast` to `type_cast_from_database` | Sean Griffin | 2014-06-09 | 1 | -1/+1 |
* | Rename `property` to `attribute` | Sean Griffin | 2014-06-07 | 1 | -3/+3 |
* | Bring type casting behavior of hstore/json in line with serialized | Sean Griffin | 2014-06-04 | 1 | -1/+1 |
* | Deprecate decimal columns being automatically treated as integers | Sean Griffin | 2014-05-27 | 1 | -0/+4 |
* | Add missing test case for quoting behavior | Sean Griffin | 2014-05-26 | 1 | -0/+4 |
* | Remove `Column#primary` | Sean Griffin | 2014-05-23 | 1 | -2/+2 |
* | test, inline `DeveloperWithAggregate`, which is used by a single test. | Yves Senn | 2014-05-19 | 1 | -1/+7 |
* | Remove dead test code for unsupported adapters | Sean Griffin | 2014-05-17 | 1 | -25/+12 |
* | Ensure that the comparison between 'CollectionProxy' and 'AssociationRelation... | Lauro Caetano | 2014-04-12 | 1 | -0/+9 |