aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* Regression test for irregular inflection on has_manyArthur Neves2014-04-181-0/+8
* Merge pull request #14773 from eric-chahin/null_relation_fixYves Senn2014-04-161-0/+11
|\
| * Changed the NullRelation so that when count is called with #group it will pro...Eric Chahin2014-04-161-0/+11
* | `sanitize_sql_like` escapes `escape_character` not only backslash.Yves Senn2014-04-161-4/+5
|/
* SQL Like escaping helper method. [Rob Gilson & Yves Senn]Rob Gilson2014-04-161-0/+26
* Changed change_column in PG schema_statements.rb to make sure that the uuid_g...Eric Chahin2014-04-151-0/+13
* The Association Relation should use `empty?` and `size` from Relation.Lauro Caetano2014-04-141-0/+11
* Remove outdated commentRafael Mendonça França2014-04-141-1/+0
* Merge pull request #14735 from byroot/idempotent-counter-cachesAaron Patterson2014-04-141-0/+21
|\
| * Write the failing test case for concurrent counter cacheJean Boussier2014-04-131-0/+21
* | Just call read_attribute, no need to use `send`.Lauro Caetano2014-04-142-7/+7
|/
* Ensure that the comparison between 'CollectionProxy' and 'AssociationRelation...Lauro Caetano2014-04-121-0/+9
* Make the comparison between 'Relation' and 'AssociationRelation'Lauro Caetano2014-04-121-0/+9
* The comparison between `Relation` and `CollectionProxy` should be consistent.Lauro Caetano2014-04-111-0/+17
* Use assert_notRafael Mendonça França2014-04-111-1/+1
* :scissors:Rafael Mendonça França2014-04-112-5/+5
* Merge pull request #14711 from swoker/activerecord_fix_aggregate_methods_with...Rafael Mendonça França2014-04-112-0/+18
|\
| * fix exception on polymorphic associations with predicatesSimon Woker2014-04-111-0/+8
| * Fix error for aggregate methods with select, see issue #13648Simon Woker2014-04-101-0/+10
* | PostgreSQL, warn once per connection per missing OID. Closes #14275.Yves Senn2014-04-111-0/+11
* | PostgreSQL, adapter automatically reloads it's type map. Closes #14678.Yves Senn2014-04-114-6/+28
* | Merge pull request #12829 from iantropov/issue_insert_via_hmt_scope_3548Rafael Mendonça França2014-04-103-1/+19
|\ \
| * | Fix insertion of records for hmt association with scope, fix #3548Ivan Antropov2013-11-173-1/+19
* | | Remove warning of unused variableRafael Mendonça França2014-04-101-1/+1
* | | Merge branch 'master' into rm-uuid-fixturesRafael Mendonça França2014-04-1015-35/+178
|\ \ \ | | |/ | |/|
| * | Make sure the reflection test is passing a String to the reflectionLauro Caetano2014-04-091-1/+1
| * | The `source` option for `has_many => through` should accept StringLauro Caetano2014-04-091-2/+2
| * | Drop in @jeremy's new database.yml template textMatthew Draper2014-04-091-0/+8
| * | Don't deprecate after allMatthew Draper2014-04-091-11/+9
| * | Less ambition, more deprecationMatthew Draper2014-04-091-59/+11
| * | Ensure we correctly and immediately load all ENV entriesMatthew Draper2014-04-081-0/+21
| * | Give a deprecation message even when the lookup failsMatthew Draper2014-04-081-2/+4
| * | Test DATABASE_URL has precendance over DATABASE_URL_#{environment}Rafael Mendonça França2014-04-081-0/+9
| * | Make sure DEFAULT_URL only override current environment databaseRafael Mendonça França2014-04-081-9/+29
| * | Only apply DATABASE_URL for Rails.envMatthew Draper2014-04-081-17/+26
| * | Follow up to bbe7fe41 to fix enum leakage across classes.Godfrey Chan2014-04-071-7/+28
| * | Build the reverse_order on its proper method.Lauro Caetano2014-04-072-3/+23
| * | Merge pull request #14632 from matthewd/escape_byteaRafael Mendonça França2014-04-071-0/+17
| |\ \
| | * | Use connection-specific bytea escapingMatthew Draper2014-04-081-0/+17
| * | | Ignore order when doing count.Lauro Caetano2014-04-071-0/+14
| * | | make enums distinct per classEvan Whalen2014-04-071-0/+15
| |/ /
| * | Merge pull request #14579 from senny/pg/remove_string_limitRafael Mendonça França2014-04-044-3/+11
| |\ \
| | * | test, show current adapter behavior for `add_column limit: nil`.Yves Senn2014-04-041-0/+8
| | * | PostgreSQL and SQLite, remove varchar limit. [Vladimir Sazhin & Toms Mikoss &...Yves Senn2014-04-043-3/+3
| * | | Fix the test defining the models in the right placeRafael Mendonça França2014-04-044-15/+16
| * | | Merge pull request #11650 from prathamesh-sonpatki/renameRafael Mendonça França2014-04-041-0/+18
| |\ \ \
| | * | | [Active Record] Renamed private methods create_record and update_recordPrathamesh Sonpatki2014-02-201-0/+18
| * | | | Merge pull request #14562 from jefflai2/collection_proxyRafael Mendonça França2014-04-042-0/+10
| |\ \ \ \
| | * | | | CollectionProxy uses the arel of its association's scope.Jefferson Lai2014-04-022-0/+10
* | | | | | Merge pull request #12016 from roderickvd/uuid_fixesRafael Mendonça França2014-04-048-1/+39
|\ \ \ \ \ \ | |/ / / / / |/| | | | |