aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
|\ \ \
| * | | target_reflection_has_associated_record? refactoringAngelo Capilleri2013-01-081-5/+1
* | | | Merge pull request #8826 from acapilleri/different_targetCarlos Antonio da Silva2013-01-081-2/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | improved different_target conditionsAngelo Capilleri2013-01-081-2/+5
| |/ /
* | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-01-095-58/+16
|\ \ \
| * | | prefer american spelling of 'behavior'Gosha Arinich2013-01-072-3/+3
| * | | remove meaningless use of Relation#allAkira Matsuda2013-01-033-4/+4
| * | | wrong model nameAkira Matsuda2013-01-021-1/+1
| * | | find + conditions is deprecated in AR 4Akira Matsuda2013-01-021-3/+3
| * | | find_or_initialize_by is deprecated in AR 4Akira Matsuda2013-01-021-7/+0
| * | | find_or_create_by is deprecated in AR 4Akira Matsuda2013-01-022-27/+2