aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #9006 from wangjohn/activerecord_transaction_stateAaron Patterson2013-01-204-11/+49
|\ \ \ \
| * | | | Added a changelog entry.wangjohn2013-01-201-0/+5
| * | | | Removed reflects_transaction_state.wangjohn2013-01-201-1/+0
| * | | | Created state for a transaction and added tests.wangjohn2013-01-203-11/+45
* | | | | Merge pull request #9005 from ranjaykrishna/dbcreateAaron Patterson2013-01-201-0/+4
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | removed the puts statement and simplified the execute statementRanjay Krishna2013-01-201-6/+1
| * | | | added rake db:create that executes mysql:build_databases and postgresql:build...Ranjay Krishna2013-01-201-0/+9
* | | | | Don't use anonymous classes in connection testsGuillermo Iguaran2013-01-191-3/+5
| |/ / / |/| | |
* | | | Anonymous class is not allowed. For reference see #8934 and bc43763247e25Guillermo Iguaran2013-01-191-4/+6
* | | | fix anonymous class issueDavid2013-01-202-0/+15
|/ / /
* | | 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-183-2/+33
|\ \ \
| * | | Fix .update_all and .delete_all when using a condition on a joined tableDerek Kraan2013-01-113-2/+33
* | | | Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by"Guillermo Iguaran2013-01-1818-63/+63
* | | | Merge pull request #8989 from robertomiranda/use-rails-4-find-byGuillermo Iguaran2013-01-1818-63/+63
|\ \ \ \
| * | | | User Rails 4 find_byrobertomiranda2013-01-1818-63/+63
* | | | | Undeprecate the :extend optionJon Leighton2013-01-186-3/+30
* | | | | CollectionProxy should be default scopedJon Leighton2013-01-182-0/+6
* | | | | Merge pull request #8912 from senny/8879_association_empty_methodJon Leighton2013-01-183-1/+19
|\ \ \ \ \
| * | | | | `CollectionAssociation#empty?` respects newly builded recordsYves Senn2013-01-133-1/+19
| | |_|/ / | |/| | |
* | | | | 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-163-3/+6
* | | | Revert "Merge pull request #8930 from cordawyn/ordered_railties"Carlos Antonio da Silva2013-01-152-5/+1
* | | | Merge pull request #8930 from cordawyn/ordered_railtiesCarlos Antonio da Silva2013-01-152-1/+5
|\ \ \ \
| * | | | rake railties:install:migrations respects the order of railtiesSlava Kravchenko2013-01-142-1/+5
| |/ / /
* | | | Improve mysql database tasks handling to ensure we always rescue from an exce...Carlos Antonio da Silva2013-01-151-9/+13
* | | | Revert "Merge pull request #8942 from yahonda/tested_only_with_mysql"Carlos Antonio da Silva2013-01-151-4/+0
* | | | Address test_create_when_database_exists_outputs_info_to_stderr failuresYasuo Honda2013-01-151-0/+4
|/ / /
* | | 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-127-20/+47
|/ /
* | Merge pull request #8568 from inossidabile/fix-in_clause_lengthJon Leighton2013-01-112-8/+8
|\ \
| * | Eager loading made to use relation's in_clause_length instead of host's one (...Boris Staal2012-12-202-8/+8
* | | 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
| |/ / /
* | | | Fix syntax error and remove duplicated testCarlos Antonio da Silva2013-01-081-6/+4
* | | | Add CHANGELOG entry for YAML parsing removalPrem Sichanugrist2013-01-081-1/+5
* | | | * Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin...Aaron Patterson2013-01-081-0/+6
* | | | Revert "Merge branch 'master-sec'"Jeremy Kemper2013-01-081-6/+0
* | | | Merge branch 'master-sec'Aaron Patterson2013-01-081-0/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | * Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin...Aaron Patterson2013-01-071-0/+6
* | | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-01-096-59/+17
|\ \ \ \
| * | | | prefer american spelling of 'behavior'Gosha Arinich2013-01-073-4/+4
| * | | | 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