Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | handle loops in the cause chain in Rescuable#rescue_with_handler | Peter McCracken | 2017-05-10 | 2 | -3/+41 | |
* | | | | | | | Merge pull request #29040 from eugeneius/parameters_delete_block | Aaron Patterson | 2017-05-11 | 2 | -2/+23 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Pass block in ActionController::Parameters#delete | Eugene Kenny | 2017-05-10 | 2 | -2/+23 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #29043 from kamipo/dont_eager_loading_if_unneeded_for_exists | Aaron Patterson | 2017-05-11 | 3 | -4/+6 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Don't eager loading if unneeded for `FinderMethods#exists?` | Ryuta Kamizono | 2017-05-11 | 3 | -4/+6 | |
| |/ / / / / / | ||||||
* | | | | | | | Defer loading each DB Tasks class from AR DatabaseTasks | Akira Matsuda | 2017-05-11 | 1 | -6/+6 | |
* | | | | | | | Merge pull request #29044 from koic/fix_typo_in_guide | Vipul A M | 2017-05-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Fix a typo in guide [ci skip] | Koichi ITO | 2017-05-11 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #29022 from y-yagi/allow_to_receive_arbitrary_arguments_in... | Matthew Draper | 2017-05-10 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | Allow to receive arbitrary arguments in `aggregated_results` | yuuji.yaginuma | 2017-05-10 | 1 | -1/+1 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge pull request #28995 from jcoyne/update_capybara | Matthew Draper | 2017-05-09 | 3 | -8/+8 | |
|\ \ \ \ \ | ||||||
| * | | | | | Allow capybara minor releases | Justin Coyne | 2017-05-05 | 3 | -8/+8 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #28240 from kreintjes/fix/autoloading-sti-guide | Matthew Draper | 2017-05-09 | 1 | -9/+8 | |
|\ \ \ \ \ | ||||||
| * | | | | | Correct Autoloading and STI guide (issue #26994) | Kevin Reintjes | 2017-04-06 | 1 | -9/+8 | |
* | | | | | | Merge pull request #29012 from y-yagi/fix_link_to_assert_nothing_raised_doc | Robin Dupret | 2017-05-08 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | Fix link to `assert_nothing_raised` doc [ci skip] | yuuji.yaginuma | 2017-05-08 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #29005 from kamipo/should_escape_meta_chars_in_regexp | Kasper Timm Hansen | 2017-05-07 | 30 | -118/+118 | |
|\ \ \ \ \ | ||||||
| * | | | | | Should escape meta characters in regexp | Ryuta Kamizono | 2017-05-07 | 30 | -118/+118 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #29002 from kamipo/fix_warning_ambiguous_first_argument | Matthew Draper | 2017-05-07 | 1 | -2/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix `warning: ambiguous first argument` | Ryuta Kamizono | 2017-05-06 | 1 | -2/+2 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #28989 from matthewd/quoted_id-deprecation | Matthew Draper | 2017-05-06 | 2 | -2/+22 | |
|\ \ \ \ \ | ||||||
| * | | | | | Clarify deprecation message for #quoted_id | Matthew Draper | 2017-05-05 | 2 | -2/+22 | |
* | | | | | | Merge pull request #28999 from kamipo/remove_unused_delegation_test_call_method | Rafael França | 2017-05-05 | 1 | -27/+7 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | Remove unused `DelegationTest#call_method` | Ryuta Kamizono | 2017-05-06 | 1 | -27/+7 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #28981 from kamipo/dont_use_arel_engine | Matthew Draper | 2017-05-05 | 4 | -10/+7 | |
|\ \ \ \ \ | ||||||
| * | | | | | Don't pass `arel.engine` to `Arel::SelectManager.new` | Ryuta Kamizono | 2017-05-05 | 4 | -10/+7 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #28986 from tjschuck/delegate_missing_to_doc_fixes | Rafael França | 2017-05-04 | 2 | -28/+23 | |
|\ \ \ \ \ | ||||||
| * | | | | | Update test names to match method name | T.J. Schuck | 2017-05-04 | 1 | -6/+6 | |
| * | | | | | Assorted delegate_missing_to doc fixes | T.J. Schuck | 2017-05-04 | 1 | -22/+17 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #28983 from kamipo/remove_useless_target_records_from_asso... | Rafael França | 2017-05-04 | 1 | -11/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | Remove useless `target_records_from_association` | Ryuta Kamizono | 2017-05-04 | 1 | -11/+3 | |
* | | | | | | Merge pull request #28984 from yahonda/mysql2_046 | Rafael França | 2017-05-04 | 1 | -3/+3 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Use mysql2 0.4.6 to suport MySQL 8.0.1 | Yasuo Honda | 2017-05-04 | 1 | -3/+3 | |
* | | | | | | Avoid rubygems 2.6.12 for now | Matthew Draper | 2017-05-04 | 1 | -1/+1 | |
* | | | | | | Merge pull request #28979 from y-yagi/build_package_json_in_create_root_files | Rafael França | 2017-05-03 | 1 | -4/+5 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Move `package.json` creation to `create_root_files` | yuuji.yaginuma | 2017-05-04 | 1 | -4/+5 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #28337 from riseshia/patch-1 | Rafael França | 2017-05-03 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix to use correct path with language on guide | Shia | 2017-03-08 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #28978 from riseshia/patch-2 | Rafael França | 2017-05-03 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | Use target language's document.yaml [ci skip] | Shia | 2017-05-04 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #28976 from kamipo/should_test_bound_attributes | Rafael França | 2017-05-03 | 1 | -8/+12 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Should test against `Relation#bound_attributes` | Ryuta Kamizono | 2017-05-04 | 1 | -8/+12 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #28974 from kamipo/extract_bind_param_and_bind_attribute | Rafael França | 2017-05-03 | 11 | -51/+38 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase` | Ryuta Kamizono | 2017-05-04 | 11 | -51/+38 | |
* | | | | | | | Merge pull request #28975 from kamipo/remove_duplicated_test_merging_reorders... | Rafael França | 2017-05-03 | 1 | -9/+0 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Remove duplicated `test_merging_reorders_bind_params` | Ryuta Kamizono | 2017-05-04 | 1 | -9/+0 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #28967 from stve/active-model-validator-kind-examples | Ryuta Kamizono | 2017-05-03 | 1 | -2/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | fix ActiveModel::Validator#kind code examples [ci skip] | stve | 2017-05-02 | 1 | -2/+2 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #28966 from stve/active-model-uniqueness-validators | Guillermo Iguaran | 2017-05-02 | 2 | -5/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | remove uniqueness validators from ActiveModel examples | stve | 2017-05-02 | 2 | -5/+4 |