Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | Use `predicate_builder.build_bind_attribute` wherever possible | Ryuta Kamizono | 2017-07-28 | 4 | -8/+7 | |
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Add missing support for modulo operations on durations | Sayan Chakraborty | 2017-07-28 | 3 | -14/+131 | |
* | | | | | | | | | | | | Merge pull request #29982 from ydakuka/patch-1 | Robin Dupret | 2017-07-28 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Squashed commit of the following: | ydakuka | 2017-07-28 | 1 | -3/+3 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #29980 from ydakuka/patch-1 | Robin Dupret | 2017-07-28 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | [ci skip] update routing guide | Yauheni Dakuka | 2017-07-28 | 1 | -1/+1 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Eager load the association classes on boot | Rafael Mendonça França | 2017-07-27 | 1 | -7/+7 | |
* | | | | | | | | | | | Merge pull request #29971 from rails/fix-duration-division | Andrew White | 2017-07-27 | 3 | -15/+28 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Fix division where a duration is the denominator | Andrew White | 2017-07-27 | 3 | -15/+28 | |
* | | | | | | | | | | | | Merge pull request #28695 from koic/integer_type_has_precision_option_in_oracle | Akira Matsuda | 2017-07-27 | 1 | -1/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Fix an AR test of schema dump when using Oracle | Koichi ITO | 2017-04-07 | 1 | -1/+5 | |
* | | | | | | | | | | | | Merge pull request #29959 from kaanklky/master | Rafael França | 2017-07-26 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Fix search input's type & placeholder conflict in Routing Error page | Kaan Kölköy | 2017-07-26 | 1 | -0/+4 | |
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
* / | | | | | | | | | | | Use `_relation_for_itself` wherever possible | Sean Griffin | 2017-07-26 | 1 | -3/+2 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Use exact Rails version when verifying. | Kasper Timm Hansen | 2017-07-25 | 1 | -1/+6 | |
* | | | | | | | | | | | Require arel master in the benchmark template | Sean Griffin | 2017-07-25 | 1 | -0/+1 | |
| |/ / / / / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #29941 from kamipo/remove_single_element_array_preprocess | Sean Griffin | 2017-07-25 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Remove single element array preprocess | Ryuta Kamizono | 2017-07-26 | 2 | -2/+2 | |
* | | | | | | | | | | | Merge pull request #29942 from lugray/doc_clarification [ci skip] | Sean Griffin | 2017-07-25 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Clarify add_column limit documentation | Lisa Ugray | 2017-07-25 | 1 | -0/+1 | |
* | | | | | | | | | | | | Merge pull request #29926 from pawandubey:fix-test-with-absolute-paths | Kasper Timm Hansen | 2017-07-25 | 2 | -1/+30 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Allow bin/rails test task to take absolute paths as arguments | Pawan Dubey | 2017-07-25 | 2 | -3/+29 | |
* | | | | | | | | | | | | Allow `Relation#or` to accept a relation with different `references` | Sean Griffin | 2017-07-25 | 3 | -1/+20 | |
| |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #29940 from kamipo/update_gemfile_lock | Sean Griffin | 2017-07-25 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Update Gemfile.lock to reflect arel 9.0.0.alpha | Ryuta Kamizono | 2017-07-26 | 1 | -3/+3 | |
* | | | | | | | | | | | | Merge pull request #29932 from koic/supress_deprecated_warning_in_actioncable | Sean Griffin | 2017-07-25 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Suppress deprecated warning in Action Cable | Koichi ITO | 2017-07-25 | 1 | -1/+1 | |
* | | | | | | | | | | | | Require alpha arel | Sean Griffin | 2017-07-25 | 1 | -1/+1 | |
* | | | | | | | | | | | | Merge pull request #29934 from kamipo/remove_join_information | Sean Griffin | 2017-07-25 | 3 | -10/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Remove useless `JoinInformation` | Ryuta Kamizono | 2017-07-25 | 3 | -10/+5 | |
* | | | | | | | | | | | | | Merge pull request #29935 from kamipo/remove_unused_queries_predicates | Sean Griffin | 2017-07-25 | 1 | -12/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Remove unused `queries_predicates` | Ryuta Kamizono | 2017-07-25 | 1 | -12/+0 | |
* | | | | | | | | | | | | | | Merge pull request #29931 from y-yagi/extract_assert_output_and_available_pty... | Sean Griffin | 2017-07-25 | 4 | -65/+36 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Extract `assert_output` and `available_pty?` into `ConsoleHelpers` module | yuuji.yaginuma | 2017-07-25 | 4 | -65/+36 | |
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Fix failing tests | Sean Griffin | 2017-07-25 | 2 | -2/+2 | |
* | | | | | | | | | | | | | Fix `dbconsole` test when tempdir is a long path | Sean Griffin | 2017-07-25 | 1 | -1/+1 | |
* | | | | | | | | | | | | | Merge pull request #29928 from koic/fix_test_add_column_with_timestamp_type_o... | Eileen M. Uchitelle | 2017-07-25 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Fix `test_add_column_with_timestamp_type` when using Oracle | Koichi ITO | 2017-07-25 | 1 | -0/+2 | |
| |/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge pull request #29916 from lugray/stop_generating_application_record | Eileen M. Uchitelle | 2017-07-25 | 10 | -57/+66 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Stop creating ApplicationRecord on model generation | Lisa Ugray | 2017-07-24 | 10 | -57/+66 | |
* | | | | | | | | | | | | | Merge pull request #29930 from JagdeepSingh/add-callbacks-documentation | प्रथमेश Sonpatki | 2017-07-25 | 1 | -0/+29 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | [ci skip] Add documentation for after_create_commit and after_update_commit c... | jagdeepsingh | 2017-07-25 | 1 | -0/+29 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #29919 from kirs/actionpack-frozen-friendly | Rafael França | 2017-07-24 | 9 | -10/+26 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Make actionpack frozen string friendly | Kir Shatrov | 2017-07-24 | 9 | -10/+26 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #29924 from y-yagi/fix_ruby_warning | Rafael França | 2017-07-24 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Fix `warning: ambiguous first argument` | yuuji.yaginuma | 2017-07-25 | 1 | -1/+1 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #29866 from rlue/master | Rafael França | 2017-07-24 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Fix typo in API docs | Ryan Lue | 2017-07-20 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Correct API documentation for ActionController::Parameters#delete | Ryan Lue | 2017-07-20 | 1 | -4/+4 | |
* | | | | | | | | | | | | | Merge pull request #29921 from xtina-starr/remove-depreciated-assertion | Rafael França | 2017-07-24 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |