aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #29946 from kamipo/passing_arel_to_where_is_boundableSean Griffin2017-07-281-4/+1
|\
| * Building `where_clause` in `UniquenessValidator` is no longer neededRyuta Kamizono2017-07-261-4/+1
* | Use `predicate_builder.build_bind_attribute` wherever possibleRyuta Kamizono2017-07-284-8/+7
* | Eager load the association classes on bootRafael Mendonça França2017-07-271-7/+7
* | Merge pull request #28695 from koic/integer_type_has_precision_option_in_oracleAkira Matsuda2017-07-271-1/+5
|\ \
| * | Fix an AR test of schema dump when using OracleKoichi ITO2017-04-071-1/+5
* | | Use `_relation_for_itself` wherever possibleSean Griffin2017-07-261-3/+2
| |/ |/|
* | Merge pull request #29941 from kamipo/remove_single_element_array_preprocessSean Griffin2017-07-252-2/+2
|\ \
| * | Remove single element array preprocessRyuta Kamizono2017-07-262-2/+2
* | | Clarify add_column limit documentationLisa Ugray2017-07-251-0/+1
* | | Allow `Relation#or` to accept a relation with different `references`Sean Griffin2017-07-253-1/+20
|/ /
* | Require alpha arelSean Griffin2017-07-251-1/+1
* | Merge pull request #29934 from kamipo/remove_join_informationSean Griffin2017-07-253-10/+5
|\ \
| * | Remove useless `JoinInformation`Ryuta Kamizono2017-07-253-10/+5
* | | Merge pull request #29935 from kamipo/remove_unused_queries_predicatesSean Griffin2017-07-251-12/+0
|\ \ \
| * | | Remove unused `queries_predicates`Ryuta Kamizono2017-07-251-12/+0
| |/ /
* | | Fix failing testsSean Griffin2017-07-251-1/+1
* | | Merge pull request #29928 from koic/fix_test_add_column_with_timestamp_type_o...Eileen M. Uchitelle2017-07-251-0/+2
|\ \ \
| * | | Fix `test_add_column_with_timestamp_type` when using OracleKoichi ITO2017-07-251-0/+2
| |/ /
* / / Stop creating ApplicationRecord on model generationLisa Ugray2017-07-244-23/+31
|/ /
* | Merge pull request #29848 from kamipo/fix_distinct_count_with_order_and_limitRafael França2017-07-247-45/+87
|\ \
| * | Extract `Account` model to the dedicated fileRyuta Kamizono2017-07-222-34/+35
| * | Should keep the table name qualified `*` for distinct subqueryRyuta Kamizono2017-07-222-1/+13
| * | Fix `COUNT(DISTINCT ...)` with `ORDER BY` and `LIMIT`Ryuta Kamizono2017-07-225-11/+40
* | | Fix `warning: assigned but unused variable - comment`Ryuta Kamizono2017-07-251-1/+1
* | | Merge pull request #29765 from lugray/fix_counter_cacheRafael França2017-07-244-4/+18
|\ \ \
| * | | Add test for fixed `counter_cache` double incrementLisa Ugray2017-07-194-4/+18
* | | | Fix test failures when prepared statements are disabledSean Griffin2017-07-243-14/+35
* | | | Fix build failures on PGSean Griffin2017-07-241-0/+4
* | | | Merge pull request #29905 from kamipo/remove_duplicated_assertionSean Griffin2017-07-241-16/+2
|\ \ \ \
| * | | | Remove duplicated assertion in `test_count_with_join`Ryuta Kamizono2017-07-241-16/+2
* | | | | Fix build failures on MySQLSean Griffin2017-07-242-2/+2
* | | | | Refactor Active Record to let Arel manage bind paramsSean Griffin2017-07-2436-458/+282
* | | | | Merge pull request #29894 from eugeneius/check_schema_file_dup_stringKasper Timm Hansen2017-07-241-1/+1
|\ \ \ \ \
| * | | | | Avoid modifying frozen string in check_schema_fileEugene Kenny2017-07-231-1/+1
* | | | | | Merge pull request #29860 from georgeclaghorn/travel-back-automaticallyRafael França2017-07-241-4/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Remove time stubs after each testGeorge Claghorn2017-07-221-4/+0
* | | | | | Merge pull request #29867 from koic/fix_a_failed_ar_test_when_using_oracleKasper Timm Hansen2017-07-231-2/+10
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix a failued AR test when using OracleAdapterKoichi ITO2017-07-201-2/+10
* | | | | | Merge pull request #29768 from janpieper/sort-enabled-extensions-in-dumpEileen M. Uchitelle2017-07-222-1/+15
|\ \ \ \ \ \
| * | | | | | Sort enabled adapter extensions in schema dumpJan Pieper2017-07-122-1/+15
* | | | | | | Merge pull request #29870 from kamipo/use_true_false_literalsSean Griffin2017-07-222-14/+4
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Use `TRUE` and `FALSE` boolean literals for MySQLRyuta Kamizono2017-07-202-14/+6
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #29869 from kamipo/make_type_map_to_privateRafael França2017-07-219-31/+28
|\ \ \ \ \ \
| * | | | | | Make `type_map` to private because it is only used in the connection adapterRyuta Kamizono2017-07-209-31/+28
| |/ / / / /
* | | | | | Merge pull request #29855 from lugray/has_one_destroyed_by_associationRafael França2017-07-213-0/+42
|\ \ \ \ \ \
| * | | | | | Match destroyed_by_association for has_one to has_manyLisa Ugray2017-07-213-0/+42
| |/ / / / /
* | | | | | Merge pull request #29732 from kirs/frozen-activerecordRafael França2017-07-21677-11/+1366
|\ \ \ \ \ \
| * | | | | | Reset column information after schema changedyuuji.yaginuma2017-07-202-0/+4
| * | | | | | Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-19676-11/+1362
| |/ / / / /