Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | | | | | | | Keep rubocop happy with the new Selenium runner | Matthew Draper | 2017-10-28 | 1 | -4/+6 | |
|/ / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | Merge pull request #31003 from y-yagi/add_load_hook_for_system_test_case | Ryuta Kamizono | 2017-10-28 | 2 | -0/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | Add load hook for `ActionDispatch::SystemTestCase` | yuuji.yaginuma | 2017-10-28 | 2 | -0/+3 | |
| |/ / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | Merge pull request #31001 from eugeneius/rm_x_post_data_format_doc | Ryuta Kamizono | 2017-10-28 | 1 | -3/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | Remove mention of X-Post-Data-Format header [ci skip] | Eugene Kenny | 2017-10-28 | 1 | -3/+0 | |
| | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | ||||||
* / | | | | | | | | | | | | | | | | | Puma Rack handler is required by Capybara | Guillermo Iguaran | 2017-10-28 | 1 | -2/+0 | |
|/ / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | Remove CHANGELOG entry for PR #28681 [ci skip] | Prathamesh Sonpatki | 2017-10-27 | 1 | -4/+0 | |
* | | | | | | | | | | | | | | | | | Fix all `s/trough/through/` | Ryuta Kamizono | 2017-10-27 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | Fix typo `s/trough/through/` | Ryuta Kamizono | 2017-10-27 | 1 | -1/+1 | |
| |_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Merge pull request #30682 from ahorek/fix_scope_for | Ryuta Kamizono | 2017-10-27 | 6 | -1/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | delegate scope for | pavel | 2017-10-27 | 6 | -1/+11 | |
| |/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | Merge pull request #30995 from ahorek/fix_initial_count | Ryuta Kamizono | 2017-10-27 | 2 | -1/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | fix initial count | pavel | 2017-10-27 | 2 | -1/+5 | |
|/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Merge pull request #30674 from prognostikos/allow_procs_for_length_validator | Rafael França | 2017-10-26 | 3 | -2/+43 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Allow passing a Proc or Symbol as an argument to length validator values | Matt Rohrer | 2017-10-26 | 3 | -2/+43 | |
|/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Merge pull request #30991 from y-yagi/remove_mention_about_evented_redis | Ryuta Kamizono | 2017-10-26 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Remove mention about Evented Redis [ci skip] | yuuji.yaginuma | 2017-10-26 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | | | Merge pull request #30989 from joevandyk/patch-3 | Ryuta Kamizono | 2017-10-26 | 1 | -3/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | remove incorrect statement about serializable transactions | Joe Van Dyk | 2017-10-25 | 1 | -3/+1 | |
|/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Merge pull request #30813 from y-yagi/remove_unused_secrets_yml | Ryuta Kamizono | 2017-10-26 | 2 | -36/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Remove unused `secrets.yml` template | yuuji.yaginuma | 2017-10-06 | 2 | -36/+0 | |
* | | | | | | | | | | | | | | | | Third party adapters doesn't support index orders yet | Ryuta Kamizono | 2017-10-26 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | | | Merge pull request #30984 from yahonda/schema_dumper_pg | Ryuta Kamizono | 2017-10-26 | 2 | -9/+13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Implement `PostgreSQL::SchemaDumper#extensions` | Yasuo Honda | 2017-10-25 | 2 | -9/+13 | |
* | | | | | | | | | | | | | | | | | Remove CHANGELOG entry that was backported to Rails 5.1.3. [ci skip] (#30986) | प्रथमेश Sonpatki | 2017-10-25 | 1 | -7/+0 | |
* | | | | | | | | | | | | | | | | | Merge pull request #30965 from kmanzana/master | Rafael Mendonça França | 2017-10-25 | 2 | -0/+22 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | checking for nested attributes when attribute names specified to wrap them as... | Kelton Manzanares | 2017-10-25 | 2 | -6/+21 | |
| * | | | | | | | | | | | | | | | | | Fixed functionality to include method in params_wrapper.rb | Ryan Perez | 2017-10-25 | 1 | -0/+7 | |
|/ / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | Merge pull request #30970 from rohitpaulk/fix-sqlite-3-index-order-dump | Rafael França | 2017-10-25 | 3 | -2/+19 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | Avoid using index_xinfo, only available in sqlite >= 3.8.9 | Paul Kuruvilla | 2017-10-25 | 1 | -9/+12 | |
| * | | | | | | | | | | | | | | | | | Save index order :desc to schema.rb (sqlite). Fixes #30902 | Paul Kuruvilla | 2017-10-24 | 3 | -3/+17 | |
* | | | | | | | | | | | | | | | | | | Merge pull request #30982 from willnet/add-space-before-curly-brace | Rafael França | 2017-10-25 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | [ci skip]Add space before closing curly brace | willnet | 2017-10-25 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | | | | | | Require capybara 2.15 because we depend on the new puma integration | Rafael Mendonça França | 2017-10-25 | 1 | -1/+1 | |
| |_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | Merge pull request #30513 from y-yagi/fix_30444 | Akira Matsuda | 2017-10-25 | 2 | -2/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | Does not include disabled element in params | yuuji.yaginuma | 2017-09-03 | 2 | -2/+4 | |
* | | | | | | | | | | | | | | | | | | Merge pull request #30978 from y-yagi/change_vendor_path_to_app_root | George Claghorn | 2017-10-24 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | Change `VENDOR_PATH` to `APP_ROOT` in `bin/yarn` | yuuji.yaginuma | 2017-10-25 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #30976 from yahonda/supports_extensions_always_true | Rafael França | 2017-10-24 | 6 | -488/+466 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | `supports_extensions?` return always true since PostgreSQL 9.1 | Yasuo Honda | 2017-10-24 | 6 | -488/+466 | |
|/ / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | Merge pull request #30975 from bogdanvlviv/simplify-api-domcumentation-of-dur... | Rafael França | 2017-10-24 | 2 | -33/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | Simplify API documentation of methods that return a Duration | bogdanvlviv | 2017-10-24 | 2 | -33/+10 | |
|/ / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | Merge pull request #30972 from jcmfernandes/update-core_ext-time-documentation | Rafael França | 2017-10-24 | 3 | -11/+39 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Make clear that Time core extensions are split between Numeric and Integer | João Fernandes | 2017-10-24 | 3 | -11/+39 | |
* | | | | | | | | | | | | | | | | | Merge pull request #30966 from gurgelrenan/patch-1 | Rafael França | 2017-10-24 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | add _ for unused last arg | Renan Gurgel | 2017-10-24 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | Space between { and | missing. | Renan Gurgel | 2017-10-23 | 1 | -1/+1 | |
| |/ / / / / / / / / / / / / / / / | ||||||
* / / / / / / / / / / / / / / / / | Ensure associations doesn't table name collide with aliased joins | Ryuta Kamizono | 2017-10-24 | 2 | -1/+9 | |
|/ / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | Merge pull request #30964 from yahonda/remove_supports_disable_referential_in... | Ryuta Kamizono | 2017-10-24 | 1 | -25/+17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Remove `supports_disable_referential_integrity?` | Yasuo Honda | 2017-10-23 | 1 | -25/+17 |