Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | Merge pull request #21721 from ronakjangir47/remove_mocha_railties_app_generator | Kasper Timm Hansen | 2015-09-23 | 1 | -87/+106 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Removed Mocha from app generators tests | Ronak Jangir | 2015-09-23 | 1 | -87/+106 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #21739 from ronakjangir47/subsecond_precision_supported | Sean Griffin | 2015-09-23 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | skipped assertion on datetime seconds precision as it is only valid for newer... | Ronak Jangir | 2015-09-24 | 1 | -0/+1 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | don't access the response object before a request was made | Aaron Patterson | 2015-09-23 | 1 | -1/+10 | |
* | | | | | | | | | | split cookie tests | Aaron Patterson | 2015-09-23 | 1 | -1/+6 | |
| |_|/ / / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | don't mutate a response object after to_a | Aaron Patterson | 2015-09-23 | 1 | -0/+2 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Further remove reliance on subsecond precision in tests | Sean Griffin | 2015-09-23 | 1 | -6/+14 | |
* | | | | | | | | Don't rely on subsecond precision being applied in tests | Sean Griffin | 2015-09-23 | 5 | -5/+24 | |
* | | | | | | | | 0 precision is not the same as no precision | Sean Griffin | 2015-09-23 | 1 | -8/+28 | |
* | | | | | | | | Don't attempt to specify datetime precision unless supported | Sean Griffin | 2015-09-23 | 3 | -13/+32 | |
* | | | | | | | | Merge pull request #20317 | Sean Griffin | 2015-09-23 | 6 | -35/+67 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fixed taking precision into count when assigning a value to timestamp attribute | Bogdan Gusiev | 2015-09-23 | 6 | -35/+67 | |
* | | | | | | | | | Merge pull request #21732 from amitsuroliya/mime_docs | Abdelkader Boudih | 2015-09-23 | 2 | -6/+6 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Updated Mime Negotiations docs [ci skip] | amitkumarsuroliya | 2015-09-23 | 2 | -6/+6 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #21729 from y-yagi/fix_warning_in_ar | Kasper Timm Hansen | 2015-09-23 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | remove warning from Calculations#sum | yuuji.yaginuma | 2015-09-23 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #21723 from y-yagi/fix_deprecate_msg_in_mailers_controller | Andrew White | 2015-09-23 | 2 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | stop using deprecated method in mailers controller | yuuji.yaginuma | 2015-09-23 | 2 | -3/+3 | |
* | | | | | | | | | | Merge pull request #21725 from yui-knk/fix/ar_sum | Rafael Mendonça França | 2015-09-23 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fix arguments of `AR::Calculations#sum` | yui-knk | 2015-09-23 | 1 | -3/+3 | |
* | | | | | | | | | | | Merge pull request #21728 from cllns/fix-engine-path | Sean Griffin | 2015-09-22 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Remove leading slash from path | Sean Collins | 2015-09-22 | 1 | -1/+1 | |
| | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #21727 from yui-knk/fix/remove_unused_args | Sean Griffin | 2015-09-22 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Remove not used argument `table_name` of `sanitize_sql_for_conditions` | yui-knk | 2015-09-23 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge pull request #21726 from yui-knk/test/named_bind_arity | Sean Griffin | 2015-09-22 | 1 | -3/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Add tests for sanitize named bind arity | yui-knk | 2015-09-23 | 1 | -3/+9 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | ask the request object for the session | Aaron Patterson | 2015-09-22 | 1 | -1/+1 | |
* | | | | | | | | | | don't deal with `nil` values | Aaron Patterson | 2015-09-22 | 2 | -1/+7 | |
| |/ / / / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge pull request #21722 from ronakjangir47/test_delivery_methods | Yves Senn | 2015-09-22 | 1 | -2/+4 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Added assertion for error messages for nil and unknown delivery methods | Ronak Jangir | 2015-09-22 | 1 | -2/+4 | |
* | | | | | | | | | | Merge pull request #21715 from rails/introduce_data_sources | Yves Senn | 2015-09-22 | 16 | -34/+108 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | introduce `conn.data_source_exists?` and `conn.data_sources`. | Yves Senn | 2015-09-22 | 16 | -34/+108 | |
* | | | | | | | | | | | Merge pull request #21718 from thiagoaugusto/patch-4 | Rafael Mendonça França | 2015-09-22 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Update i18n.md [ci skip] | Thiago Augusto | 2015-09-22 | 1 | -2/+2 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Remove unneeded generator variable. | Kasper Timm Hansen | 2015-09-22 | 1 | -1/+0 | |
* | | | | | | | | | | | Merge pull request #21356 from ronakjangir47/remove_mocha_railties | Kasper Timm Hansen | 2015-09-22 | 2 | -15/+35 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Removed mocha from Railites PluginGeneratorTest | Ronak Jangir | 2015-09-22 | 2 | -15/+35 | |
* | | | | | | | | | | | tests, use `if_exists: true` instead of `rescue nil`. | Yves Senn | 2015-09-22 | 1 | -1/+1 | |
* | | | | | | | | | | | AMo typos | Akira Matsuda | 2015-09-22 | 2 | -3/+3 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #21714 from thiagoaugusto/patch-2 | Richard Schneeman | 2015-09-22 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Update routing.md | Thiago Augusto | 2015-09-22 | 1 | -2/+2 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | fix `bin/test -a sqlite3_mem`. | Yves Senn | 2015-09-22 | 1 | -19/+13 | |
* | | | | | | | | | Merge pull request #20569 from theSteveMitchell/master | Yves Senn | 2015-09-22 | 3 | -15/+31 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Check response of structure_load for mysql_database_tasks and make structure_... | Steve Mitchell | 2015-09-18 | 2 | -12/+35 | |
* | | | | | | | | | Merge pull request #21712 from amitsuroliya/html_fix | Yves Senn | 2015-09-22 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Correcting output of `file_field` with `multiple` attribute option [ci skip] | amitkumarsuroliya | 2015-09-22 | 1 | -2/+2 | |
* | | | | | | | | | | Merge pull request #21678 from ronakjangir47/array_to_formatted_s_docs | Yves Senn | 2015-09-22 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Added Examples in docs for internal behavior of Array#to_formatted_s [ci skip] | Ronak Jangir | 2015-09-19 | 1 | -1/+3 | |
* | | | | | | | | | | | Merge pull request #21710 from amitsuroliya/correct_result | Claudio B. | 2015-09-21 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ |