aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record
Commit message (Expand)AuthorAgeFilesLines
...
* | Remove `DEFAULT_CHARSET` and `DEFAULT_COLLATION` in `MySQLDatabaseTasks`Ryuta Kamizono2015-11-021-8/+0
* | Merge pull request #22125 from k0kubun/left_joinsSean Griffin2015-10-303-2/+4
|\ \
| * | Alias left_joins to left_outer_joinsTakashi Kokubun2015-10-313-2/+4
* | | Merge pull request #22122 from samphilipd/sam/manual_locking_on_schema_migrat...Sean Griffin2015-10-304-23/+123
|\ \ \ | |/ / |/| |
| * | Use advisory locks to prevent concurrent migrationsSam Davies2015-10-304-23/+123
* | | Merge pull request #12071 from Crunch09/outer_joinsSean Griffin2015-10-304-5/+56
|\ \ \
| * | | added ActiveRecord::Relation#left_outer_joinsFlorian Thomas2015-05-194-5/+56
* | | | Ensure `has_and_belongs_to_many` works with `belongs_to_required_by_default`Sean Griffin2015-10-291-2/+2
* | | | Merge pull request #13008 from ktheory/sanitize_orderSean Griffin2015-10-291-0/+7
|\ \ \ \
| * | | | Support SQL sanitization in AR::QueryMethods#orderAaron Suggs2013-11-221-0/+7
* | | | | Merge pull request #19511 from larskanis/replace_const_conn_paramsSean Griffin2015-10-291-7/+2
|\ \ \ \ \
| * | | | | PostgreSQL, Replace static connection param list by the one built into libpq.Lars Kanis2015-03-251-7/+2
* | | | | | Don't disable errors when turning standard_conforming_strings onHarry Marr2015-10-291-7/+2
* | | | | | Never pass `nil` to `order`Sean Griffin2015-10-294-16/+7
* | | | | | Merge pull request #22106 from jamis/fix_default_fixture_class_namesYves Senn2015-10-291-3/+1
|\ \ \ \ \ \
| * | | | | | FixtureSet.fixture_class_names should have no default valueJamis Buck2015-10-291-3/+1
* | | | | | | Revert "Revert "Merge pull request #22026 from akihiro17/fix-preload-associat...Yves Senn2015-10-291-0/+4
* | | | | | | Merge pull request #22101 from gocardless/ar-pgbouncer-fixAndrew White2015-10-291-4/+5
|\ \ \ \ \ \ \
| * | | | | | | Check standard_conforming_strings is not readonlyHarry Marr2015-10-291-1/+1
| * | | | | | | Avoid disabling postgres errorsHarry Marr2015-10-281-4/+5
| |/ / / / / /
* | | | | | | Revert "Merge pull request #22026 from akihiro17/fix-preload-association"Sean Griffin2015-10-291-4/+0
* | | | | | | Merge pull request #19501 from ccutrer/dry_sti_subclass_finding2Sean Griffin2015-10-291-20/+18
|\ \ \ \ \ \ \
| * | | | | | | Fix a stylistic nitpick in #19501Sean Griffin2015-10-291-3/+3
| * | | | | | | Fix test failures caused by #19501Sean Griffin2015-10-291-1/+1
| * | | | | | | Fix merge conflicts from #19501Sean Griffin2015-10-291-20/+18
| |\ \ \ \ \ \ \
| | * | | | | | | DRY up STI subclass logicCody Cutrer2015-03-241-19/+19
* | | | | | | | | Set `scope.reordering_value` to `true` if :reordering values are specifiedakihiro172015-10-301-0/+4
|/ / / / / / / /
* | | | | | | | Merge pull request #18548 from sebjacobs/support-bidirectional-destroy-depend...Sean Griffin2015-10-281-0/+5
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Add support for bidirectional destroy dependenciesSeb Jacobs2015-01-161-1/+8
* | | | | | | | Fix Typo in EagerLoadPolymorphicError [ci skip]Alex Myers2015-10-271-1/+1
* | | | | | | | Merge pull request #18383 from scambra/habtm-with-where-includes-16032-for-ma...Rafael Mendonça França2015-10-271-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Includes HABTM returns correct size now. It's caused by the join dependencySergio Cambra2015-01-071-2/+3
* | | | | | | | | fix typo in `db:purge` description [ci skip]yuuji.yaginuma2015-10-281-1/+1
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | [ci skip] Add doc for preloader_forschneems2015-10-261-0/+4
* | | | | | | | [ci skip] Clarify doc for preloaders_for_oneschneems2015-10-261-0/+5
* | | | | | | | [ci skip] Add doc to preloaders_onschneems2015-10-261-0/+1
* | | | | | | | Merge pull request #19686 from tsun1215/index_errorsSean Griffin2015-10-262-4/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | Errors can be indexed with nested attributesMichael Probber2015-04-172-4/+10
* | | | | | | | | Merge pull request #19924 from iamvery/db-tasks-exit-statusSean Griffin2015-10-262-3/+9
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Exit with non-zero status when db:drop failsJay Hayes2015-10-201-1/+2
| * | | | | | | | | Exit with non-zero status when db:create failsJay Hayes2015-10-201-1/+2
| * | | | | | | | | Fix test of drop failureJay Hayes2015-10-201-1/+5
* | | | | | | | | | [ci skip] Fix method documentation locationschneems2015-10-261-3/+2
* | | | | | | | | | Do not omit parentheses [ci skip]Ryuta Kamizono2015-10-253-13/+13
* | | | | | | | | | Remove no need `binds.empty?` checkingRyuta Kamizono2015-10-231-3/+3
* | | | | | | | | | Merge pull request #21918 from bogdan/refactor-preloaderSean Griffin2015-10-221-42/+30
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Refactored association preloader for performanceBogdan Gusiev2015-10-221-42/+30
* | | | | | | | | | | Merge pull request #21950 from rafaelsales/issues/21922-fix-ar-group-by-attri...Andrew White2015-10-221-10/+5
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Refactor Calculations#execute_grouped_calculation and clean AR test caseRafael Sales2015-10-221-10/+4
| * | | | | | | | | | | Fix generated projection fields in group by queryRafael Sales2015-10-221-1/+2