aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22748 from Azzurrio/masterMatthew Draper2016-02-222-1/+23
|\
| * Fix NoMethodError preparable for Arel::Visitors in case prepared statements i...Azzurrio2016-02-222-1/+23
* | Merge pull request #23751 from chezou/add-test-case-order-by-fieldAndrew White2016-02-221-0/+6
|\ \
| * | Add assertions order by field with empty dataMichiaki Ariga2016-02-181-0/+6
* | | Merge pull request #23769 from kamipo/remove_alias_exec_without_stmt_exec_querySantiago Pastorino2016-02-211-2/+0
|\ \ \
| * | | Remove `alias exec_without_stmt exec_query`Ryuta Kamizono2016-02-191-2/+0
| |/ /
* | | Merge pull request #23803 from kamipo/reduce_attribute_to_sSantiago Pastorino2016-02-211-6/+5
|\ \ \
| * | | Reduce `attribute.to_s`Ryuta Kamizono2016-02-221-6/+5
* | | | Match test name to test (typo)Ian Fleeton2016-02-211-1/+1
|/ / /
* | | Merge pull request #23794 from matthewd/mutation-safe-to_aMatthew Draper2016-02-2112-24/+50
|\ \ \
| * | | Mutating the result of Relation#to_a should not affect the relationMatthew Draper2016-02-2111-24/+42
* | | | Merge pull request #23793 from qazbnm456/masterEileen M. Uchitelle2016-02-201-1/+1
|\ \ \ \
| * | | | fix typoLobsiinvok2016-02-201-1/+1
* | | | | Always validate record if validating a virtual attributeeileencodes2016-02-206-3/+48
|/ / / /
* / / / eliminate warnings about multiple primary keys on habtm join tablesAaron Patterson2016-02-194-2/+18
|/ / /
* | | Add methods to array delegation from `Relation`Kevin Dougherty2016-02-191-1/+2
* | | Merge pull request #23525 from kamipo/remove_unused_requireSean Griffin2016-02-181-1/+0
|\ \ \ | |/ / |/| |
| * | Remove unused requireRyuta Kamizono2016-02-061-1/+0
* | | Merge pull request #23747 from kamipo/add_accidentally_removed_sharpSean Griffin2016-02-171-6/+6
|\ \ \
| * | | Add accidentally removed `#` [ci skip]Ryuta Kamizono2016-02-181-6/+6
* | | | Merge pull request #23736 from kamipo/remove_needless_case_insensitive_compar...Sean Griffin2016-02-172-7/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Remove needless `case_insensitive_comparison` in mysql2 adapterRyuta Kamizono2016-02-172-7/+4
* | | | Fix indentation for code block in changelogEileen M. Uchitelle2016-02-171-4/+4
* | | | Remove accidentally duplicated change log title [ci skip]Mehmet Emin İNAÇ2016-02-181-3/+0
* | | | Merge pull request #22365 from phuibonhoa/phuibonhoa/polymorphic_where_multip...Sean Griffin2016-02-177-6/+111
|\ \ \ \
| * | | | Fixed `where` for polymorphic associations when passed an array containing di...Philippe Huibonhoa2016-02-167-6/+111
* | | | | Merge pull request #23570 from rthbound/addresses-23568Matthew Draper2016-02-182-8/+14
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Addresses #23568Ryan T. Hosford2016-02-092-8/+14
* | | | | Show proper error message when a non-relation object is passed to AR::Relatio...Prathamesh Sonpatki2016-02-172-0/+10
* | | | | Fix semantics of test names for finish option in batches_testAkshay2016-02-171-2/+2
* | | | | Test parent local_stored_attributes isn't modifiedDavid Genord II2016-02-161-0/+1
| |/ / / |/| | |
* | | | Merge pull request #23614 from georgemillo/foreign_keyYves Senn2016-02-163-2/+23
|\ \ \ \
| * | | | Let t.foreign_key use the same `to_table` twiceGeorge Millo2016-02-153-2/+27
* | | | | Merge pull request #23706 from vipulnsward/add-changelog-for-regressionYves Senn2016-02-161-2/+9
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add missing CHANGELOG for regression fix in #18155 which fixes #13387Vipul A M2016-02-161-0/+7
|/ / / /
* | | | Remove the method already overridden by private methodMehmet Emin İNAÇ2016-02-141-13/+0
* | | | Merge pull request #23377 from bogdan/last-with-sqlEileen M. Uchitelle2016-02-134-17/+78
|\ \ \ \
| * | | | Make ActiveRecord::Relation#last to reverse SQL orderBogdan Gusiev2016-02-134-17/+78
| | |_|/ | |/| |
* | | | Fix grammar `a` to `an` [ci skip]Ryuta Kamizono2016-02-135-5/+5
* | | | Add the missing author name [ci skip]Ryuta Kamizono2016-02-131-0/+2
|/ / /
* | | use rails instead of rakeGaurav Sharma2016-02-121-1/+1
* | | Merge pull request #18109 from k0kubun/unscoped-joinsSean Griffin2016-02-114-6/+29
|\ \ \
| * | | Allow `joins` to be unscopedTakashi Kokubun2016-01-314-6/+31
* | | | Merge pull request #23581 from diego-silva/uniqueness-validator-pk-fixSean Griffin2016-02-112-1/+12
|\ \ \ \
| * | | | UniquenessValidator exclude itself when PK changedDiego Silva2016-02-092-1/+12
| | |/ / | |/| |
* | | | Ensure prepared statement caching still occurs with Adequate RecordSean Griffin2016-02-114-7/+7
* | | | Merge pull request #23605 from y-yagi/remove_warnings_in_finder_methodsKasper Timm Hansen2016-02-111-4/+4
|\ \ \ \
| * | | | remove warnings from FinderMethodsyuuji.yaginuma2016-02-111-4/+4
* | | | | Merge pull request #23395 from PareshGupta/remove-unused-constantSantiago Pastorino2016-02-103-54/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove unused class AttributeMethodCachePareshGupta2016-02-022-25/+0