aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record
Commit message (Expand)AuthorAgeFilesLines
* add API to pg for enabling / disabling hstoreAaron Patterson2013-01-282-0/+25
* updates a dynamic method heredoc docXavier Noria2013-01-281-2/+2
* explains why the query cache checks arel.lockedXavier Noria2013-01-281-0/+2
* Prevent Relation#merge from collapsing wheres on the RHSJon Leighton2013-01-272-21/+27
* Fix typo: adaptors => adapters [ci skip]Carlos Antonio da Silva2013-01-271-1/+1
* Fix cases where delete_records on a has_many association caused errorsDerek Kraan2013-01-274-4/+24
* Use `silence` instead of `quietly` to silence the `CheckPending` middleware.Lucas Mazza2013-01-261-1/+1
* Simplify type casting code for timezone aware attributesAndrew White2013-01-261-10/+5
* Fix handling of dirty time zone aware attributesLilibeth De La Cruz2013-01-261-2/+2
* Merge remote-tracking branch 'docrails/master'Xavier Noria2013-01-263-5/+5
|\
| * Fix typoTatsuro Baba2013-01-221-1/+1
| * Remove useless number signTatsuro Baba2013-01-181-2/+2
| * fix example of setting DEFAULTS in fixturesJonathan Garvin2013-01-161-2/+2
* | `#count` in conjunction with `#uniq` performs distinct count.Yves Senn2013-01-261-1/+2
* | reduce the number of queries on IN clauses, fix relation queries in `where`Aaron Patterson2013-01-242-1/+6
* | stop converting strings to symbolsAaron Patterson2013-01-241-1/+1
* | Default dead_connection_timeout to 5Akira Matsuda2013-01-241-1/+1
* | Fix PostgreSQL tests on TravisAndrew White2013-01-241-0/+5
* | Add postgresql range types supportbUg2013-01-237-71/+117
* | Revert "Round usec when writing timestamp attribute."Andrew White2013-01-221-13/+5
* | Whitespaces :scissors:Rafael Mendonça França2013-01-221-12/+12
* | Just ignore all PRAGMA queriesAkira Matsuda2013-01-221-1/+1
* | Ignore schema queries on SQLite 3 as wellAkira Matsuda2013-01-221-1/+2
* | Ignore "SHOW search_path" when counting PostgreSQL queriesAkira Matsuda2013-01-221-1/+1
* | Refactored transaction state into its own object. Each transaction creates a ...wangjohn2013-01-211-5/+24
* | Removed reflects_transaction_state.wangjohn2013-01-201-1/+0
* | Created state for a transaction and added tests.wangjohn2013-01-202-11/+25
* | fix anonymous class issueDavid2013-01-201-0/+1
* | Improve relation docs about to_sql and where_values_hashCarlos Antonio da Silva2013-01-191-4/+4
* | Merge pull request #8994 from Springest/fix_default_scope_update_all_delete_allJon Leighton2013-01-181-2/+2
|\ \
| * | Fix .update_all and .delete_all when using a condition on a joined tableDerek Kraan2013-01-111-2/+2
* | | Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by"Guillermo Iguaran2013-01-184-8/+8
* | | Merge pull request #8989 from robertomiranda/use-rails-4-find-byGuillermo Iguaran2013-01-184-8/+8
|\ \ \
| * | | User Rails 4 find_byrobertomiranda2013-01-184-8/+8
* | | | Undeprecate the :extend optionJon Leighton2013-01-182-1/+3
* | | | CollectionProxy should be default scopedJon Leighton2013-01-181-0/+1
* | | | Merge pull request #8912 from senny/8879_association_empty_methodJon Leighton2013-01-181-1/+1
|\ \ \ \
| * | | | `CollectionAssociation#empty?` respects newly builded recordsYves Senn2013-01-131-1/+1
* | | | | iterates the RDoc of update_column(s)Xavier Noria2013-01-181-13/+13
| |/ / / |/| | |
* | | | Refactor predicate builder when receiving empty hashCarlos Antonio da Silva2013-01-171-4/+4
* | | | Don't rely on Hash key's orderingVitor Baptista2013-01-162-3/+5
* | | | Revert "Merge pull request #8930 from cordawyn/ordered_railties"Carlos Antonio da Silva2013-01-151-1/+1
* | | | Merge pull request #8930 from cordawyn/ordered_railtiesCarlos Antonio da Silva2013-01-151-1/+1
|\ \ \ \
| * | | | rake railties:install:migrations respects the order of railtiesSlava Kravchenko2013-01-141-1/+1
| |/ / /
* / / / Improve mysql database tasks handling to ensure we always rescue from an exce...Carlos Antonio da Silva2013-01-151-9/+13
|/ / /
* | | Fix AR tests due to Mysql constant not being definedCarlos Antonio da Silva2013-01-123-7/+5
* | | Bring back "database already exists" messages when running rake tasksCarlos Antonio da Silva2013-01-124-13/+20
|/ /
* | Merge pull request #8568 from inossidabile/fix-in_clause_lengthJon Leighton2013-01-111-1/+1
|\ \
| * | Eager loading made to use relation's in_clause_length instead of host's one (...Boris Staal2012-12-201-1/+1
* | | Merge pull request #8823 from acapilleri/target_reflection_has_associated_recordCarlos Antonio da Silva2013-01-081-5/+1
|\ \ \