aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use frozen string literal in actionpack/Kir Shatrov2017-07-29281-3/+563
* 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
* | Merge pull request #29979 from kamipo/use_build_bind_attributeSean Griffin2017-07-284-8/+7
|\ \
| * | Use `predicate_builder.build_bind_attribute` wherever possibleRyuta Kamizono2017-07-284-8/+7
* | | Add missing support for modulo operations on durationsSayan Chakraborty2017-07-283-14/+131
* | | Merge pull request #29982 from ydakuka/patch-1Robin Dupret2017-07-281-3/+3
|\ \ \
| * | | Squashed commit of the following:ydakuka2017-07-281-3/+3
|/ / /
* | | Merge pull request #29980 from ydakuka/patch-1Robin Dupret2017-07-281-1/+1
|\ \ \ | |/ / |/| |
| * | [ci skip] update routing guideYauheni Dakuka2017-07-281-1/+1
|/ /
* | Eager load the association classes on bootRafael Mendonça França2017-07-271-7/+7
* | Merge pull request #29971 from rails/fix-duration-divisionAndrew White2017-07-273-15/+28
|\ \
| * | Fix division where a duration is the denominatorAndrew White2017-07-273-15/+28
* | | 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
* | | Merge pull request #29959 from kaanklky/masterRafael França2017-07-261-0/+4
|\ \ \
| * | | Fix search input's type & placeholder conflict in Routing Error pageKaan Kölköy2017-07-261-0/+4
* | | | Use `_relation_for_itself` wherever possibleSean Griffin2017-07-261-3/+2
|/ / /
* | | Use exact Rails version when verifying.Kasper Timm Hansen2017-07-251-1/+6
* | | Require arel master in the benchmark templateSean Griffin2017-07-251-0/+1
| |/ |/|
* | 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
* | | Merge pull request #29942 from lugray/doc_clarification [ci skip]Sean Griffin2017-07-251-0/+1
|\ \ \
| * | | Clarify add_column limit documentationLisa Ugray2017-07-251-0/+1
* | | | Merge pull request #29926 from pawandubey:fix-test-with-absolute-pathsKasper Timm Hansen2017-07-252-1/+30
|\ \ \ \ | |/ / / |/| | |
| * | | Allow bin/rails test task to take absolute paths as argumentsPawan Dubey2017-07-252-3/+29
* | | | Allow `Relation#or` to accept a relation with different `references`Sean Griffin2017-07-253-1/+20
| |/ / |/| |
* | | Merge pull request #29940 from kamipo/update_gemfile_lockSean Griffin2017-07-251-3/+3
|\ \ \
| * | | Update Gemfile.lock to reflect arel 9.0.0.alphaRyuta Kamizono2017-07-261-3/+3
* | | | Merge pull request #29932 from koic/supress_deprecated_warning_in_actioncableSean Griffin2017-07-251-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Suppress deprecated warning in Action CableKoichi ITO2017-07-251-1/+1
* | | | 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
* | | | | | Merge pull request #29931 from y-yagi/extract_assert_output_and_available_pty...Sean Griffin2017-07-254-65/+36
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Extract `assert_output` and `available_pty?` into `ConsoleHelpers` moduleyuuji.yaginuma2017-07-254-65/+36
| | |_|/ / | |/| | |
* | | | | Fix failing testsSean Griffin2017-07-252-2/+2
* | | | | Fix `dbconsole` test when tempdir is a long pathSean 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
| |/ / / /
* | | | | Merge pull request #29916 from lugray/stop_generating_application_recordEileen M. Uchitelle2017-07-2510-57/+66
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Stop creating ApplicationRecord on model generationLisa Ugray2017-07-2410-57/+66
* | | | | Merge pull request #29930 from JagdeepSingh/add-callbacks-documentationप्रथमेश Sonpatki2017-07-251-0/+29
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | [ci skip] Add documentation for after_create_commit and after_update_commit c...jagdeepsingh2017-07-251-0/+29
|/ / / /
* | | | Merge pull request #29919 from kirs/actionpack-frozen-friendlyRafael França2017-07-249-10/+26
|\ \ \ \
| * | | | Make actionpack frozen string friendlyKir Shatrov2017-07-249-10/+26
| |/ / /
* | | | Merge pull request #29924 from y-yagi/fix_ruby_warningRafael França2017-07-241-1/+1
|\ \ \ \
| * | | | Fix `warning: ambiguous first argument`yuuji.yaginuma2017-07-251-1/+1
|/ / / /