Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge pull request #27772 from y-yagi/remove_unreachable_code | Santiago Pastorino | 2017-01-24 | 2 | -8/+0 | |
|\ \ \ \ | |/ / / |/| | | | remove unreachable code | |||||
| * | | | remove unreachable code | yuuji.yaginuma | 2017-01-23 | 2 | -8/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | `app_path` is a required argument. Therefore, if `app_path` is not specified, it becomes an error in thor's option parsing, does not reach this check. | |||||
* | | | | Merge pull request #27791 from ↵ | Kasper Timm Hansen | 2017-01-24 | 1 | -2/+2 | |
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | kenta-s/fix-sample-code-for-expand_cache_key-usage Fix sample code for `expand_cache_key` usage [ci skip] | |||||
| * | | | Fix sample code for `expand_cache_key` usage [ci skip] | kenta-s | 2017-01-24 | 1 | -2/+2 | |
|/ / / | ||||||
* | | | Merge pull request #27775 from domcleal/27774-format-reset | Eileen M. Uchitelle | 2017-01-23 | 2 | -0/+15 | |
|\ \ \ | | | | | | | | | Delete PATH_INFO after each controller test request | |||||
| * | | | Delete PATH_INFO after each controller test request | Dominic Cleal | 2017-01-23 | 2 | -0/+15 | |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevents PATH_INFO from being used to infer the request format in later test requests when no explicit format is given. As the request PATH_INFO may be set before a request, it can't be deleted during pre-request scrubbing. Fixes #27774 | |||||
* | | | Bundler 1.14 compat | Matthew Draper | 2017-01-23 | 1 | -1/+4 | |
| | | | ||||||
* | | | Merge pull request #27771 from ↵ | Santiago Pastorino | 2017-01-23 | 2 | -1/+2 | |
|\ \ \ | | | | | | | | | | | | | | | | | y-yagi/do_not_run_git_init_when_specify_the_pretent_option do not run `git init` when specify the `pretend` option | |||||
| * | | | do not run `git init` when specify the `pretend` option | yuuji.yaginuma | 2017-01-23 | 2 | -1/+2 | |
|/ / / | | | | | | | | | | | | | When specifying the `pretend` option, expect that no processing will be done, so do not execute `git init` as well. | |||||
* | | | Merge two tests that needs to initialize Rails before accessing `Rails` | Akira Matsuda | 2017-01-23 | 1 | -16/+1 | |
| | | | | | | | | | | | | | | | Fixes "NameError: uninitialized constant ApplicationTests::ConfigurationTests::CustomTest::Rails" when run individually | |||||
* | | | Merge pull request #27766 from ↵ | Jon Moss | 2017-01-22 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | | | | | | | | | kenta-s/add-module-name-to-backtrace-cleaner-sample-code Add module name to BacktraceCleaner usage example [ci skip] | |||||
| * | | | Add module name to BacktraceCleaner usage example [ci skip] | kenta-s | 2017-01-22 | 1 | -1/+1 | |
| |/ / | ||||||
* | | | Merge pull request #27768 from kirs/am-decimal-cast | Guillermo Iguaran | 2017-01-22 | 1 | -1/+2 | |
|\ \ \ | |_|/ |/| | | Make BigDecimal casting consistent on different platforms | |||||
| * | | Make BigDecimal casting consistent on different platforms | Kir Shatrov | 2017-01-22 | 1 | -1/+2 | |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Right now it behaves differently on JRuby: ``` --- expected +++ actual @@ -1 +1 @@ -#<BigDecimal:5f3c866c,'0.333333333333333333',18(20)> +#<BigDecimal:16e0afab,'0.3333333333333333',16(20)> ``` My initial PR (https://github.com/rails/rails/pull/27324) offered to let the precision to be decided by the platform and change the test expection, but other contributors suggested that we should change the default precision in Rails to be consistent of all platforms. The value (18) comes from the max default precision that comes from casting Rational(1/3) to BigDecimal. | |||||
* | | Merge pull request #27763 from y-yagi/move_db_migrate_path_to_migration_module | Eileen M. Uchitelle | 2017-01-22 | 3 | -16/+8 | |
|\ \ | | | | | | | move `db_migrate_path` method to `Migration` module | |||||
| * | | move `db_migrate_path` method to `Migration` module | yuuji.yaginuma | 2017-01-22 | 3 | -16/+8 | |
| |/ | | | | | | | | | Since `Migration` module is included in both `MigrationGenerator` and `ModelGenerator`, no need to define a common method for each class. | |||||
* | | Merge pull request #27764 from matrix9180/add_changelog_entry_for_27425 | Eileen M. Uchitelle | 2017-01-22 | 1 | -0/+6 | |
|\ \ | |/ |/| | Add changelog entry for #27425 [ci skip] | |||||
| * | Add changelog entry for #27425 [ci skip] | Chad Ingram | 2017-01-21 | 1 | -0/+6 | |
|/ | ||||||
* | Merge pull request #27760 from ↵ | Kasper Timm Hansen | 2017-01-21 | 1 | -2/+0 | |
|\ | | | | | | | | | kenta-s/remove-unnecessary-comments-in-cache_helper Remove unnecessary comments in cache_helper.rb [ci skip] | |||||
| * | Remove unnecessary comments in cache_helper.rb [ci skip] | kenta-s | 2017-01-21 | 1 | -2/+0 | |
| | | ||||||
* | | Merge pull request #27761 from scottgonzalez/action-mailer-guide | Vipul A M | 2017-01-21 | 1 | -2/+2 | |
|\ \ | | | | | | | Clean up wording in Action Mailer Basics [ci skip] | |||||
| * | | Clean up wording in Action Mailer Basics [ci skip] | Scott González | 2017-01-21 | 1 | -2/+2 | |
|/ / | ||||||
* / | Add examples for behaviour about redirection with and without options. Fixes ↵ | Vipul A M | 2017-01-21 | 1 | -0/+8 | |
|/ | | | | #27715 [ci skip] (#27730) | |||||
* | Merge pull request #27751 from bogdanvlviv/add_missing_comment_out | Rafael França | 2017-01-20 | 1 | -1/+1 | |
|\ | | | | | add missing comment out [ci skip] | |||||
| * | add missing comment out [ci skip] | bogdanvlviv | 2017-01-20 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #27748 from y-yagi/add_missing_comment_out | Vipul A M | 2017-01-20 | 1 | -7/+7 | |
|\ | | | | | add missing comment out [ci skip] | |||||
| * | add missing comment out [ci skip] | yuuji.yaginuma | 2017-01-20 | 1 | -7/+7 | |
| | | ||||||
* | | Merge pull request #27624 from elfassy/assert_enqueued_jobs_with_queue_level | Guillermo Iguaran | 2017-01-19 | 2 | -10/+45 | |
|\ \ | | | | | | | Specify the queue to be used with assert_enqueued_jobs | |||||
| * | | assert_enqueued_jobs with queue option | Michael Elfassy | 2017-01-18 | 2 | -10/+45 | |
| | | | ||||||
* | | | Merge pull request #27746 from kenta-s/add-missing-tests-for-template-text | Rafael França | 2017-01-19 | 1 | -0/+16 | |
|\ \ \ | |_|/ |/| | | Add missing tests for ActionView::Template::Text | |||||
| * | | Add missing tests for ActionView::Template::Text | kenta-s | 2017-01-20 | 1 | -0/+16 | |
|/ / | ||||||
* | | Merge pull request #27742 from olivierlacan/patch-1 | Jon Moss | 2017-01-19 | 1 | -4/+6 | |
|\ \ | | | | | | | Mention ActiveRecord's config.example.yml | |||||
| * | | Mention ActiveRecord's config.example.yml | Olivier Lacan | 2017-01-19 | 1 | -4/+6 | |
|/ / | | | | | | | This will help people figure out what credentials and tables are required to run ActiveRecord specs. | |||||
* | | Merge pull request #27734 from y-yagi/update_create_table_statements_in_sqlite3 | Andrew White | 2017-01-19 | 1 | -2/+2 | |
|\ \ | | | | | | | update CREATE TABLE statements generated by `sqlite3` command | |||||
| * | | update CREATE TABLE statements generated by `sqlite3` command | yuuji.yaginuma | 2017-01-19 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | From SQLite 3.16.0, `IF NOT EXISTS` set to CREATE TABLE statements. Ref: https://www.sqlite.org/src/info/c7021960f5c070fb Fixes #27635. | |||||
* | | | Merge pull request #27733 from kenta-s/add-missing-argument-to-find_templates | Andrew White | 2017-01-19 | 1 | -2/+2 | |
|\ \ \ | | | | | | | | | `find_templates` should be able to handle 5 arguments | |||||
| * | | | `find_templates` should be able to handle 5 arguments | kenta-s | 2017-01-19 | 1 | -2/+2 | |
| |/ / | ||||||
* | | | Merge pull request #27740 from kamipo/deprecate_internal_methods | Andrew White | 2017-01-19 | 6 | -13/+21 | |
|\ \ \ | | | | | | | | | Deprecate `initialize_schema_migrations_table` and `initialize_internal_metadata_table` | |||||
| * | | | Deprecate `initialize_schema_migrations_table` and ↵ | Ryuta Kamizono | 2017-01-20 | 6 | -13/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | `initialize_internal_metadata_table` These internal initialize methods are no longer used internally. | |||||
* | | | | Merge pull request #27736 from Shopify/reduce-numeric-with-format-allocations | Andrew White | 2017-01-19 | 2 | -16/+19 | |
|\ \ \ \ | |/ / / |/| | | | Allocation free Integer#to_s | |||||
| * | | | Allocation free Integer#to_s | Jean Boussier | 2017-01-19 | 2 | -16/+19 | |
| | | | | ||||||
* | | | | Revert "Merge pull request #27718 from kamipo/remove_internal_public_methods" | Matthew Draper | 2017-01-20 | 6 | -13/+18 | |
| | | | | | | | | | | | | | | | | | | | | This reverts commit 39c77eb1843f79925c7195e8869afc7cb7323682, reversing changes made to 9f6f51be78f8807e18fc6562c57af2fdbf8ccb56. | |||||
* | | | | Merge pull request #27384 from matthewd/bigint-pk-tweaks | Matthew Draper | 2017-01-20 | 5 | -9/+7 | |
|\ \ \ \ | | | | | | | | | | | Tweak bigint PK handling | |||||
| * | | | | Tweak bigint PK handling | Matthew Draper | 2017-01-18 | 5 | -9/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Don't force PKs on tables that have explicitly opted out * All integer-like PKs are autoincrement unless they have an explicit default | |||||
* | | | | | Make Yarn quieter during precompilation as that is typically run by a deploy ↵ | David Heinemeier Hansson | 2017-01-19 | 1 | -1/+1 | |
| |/ / / |/| | | | | | | | | | | | tool like Capistrano and we dont need the play-by-play | |||||
* | | | | Merge pull request #27735 from kamipo/add_changelog_entry_for_24743 | Jon Moss | 2017-01-18 | 1 | -2/+6 | |
|\ \ \ \ | |_|/ / |/| | | | Add CHANGELOG entry for #24743 | |||||
| * | | | Add CHANGELOG entry for #24743 | Ryuta Kamizono | 2017-01-19 | 1 | -2/+6 | |
|/ / / | ||||||
* | | | Merge pull request #27731 from maclover7/jm-fix-27719 | Jon Moss | 2017-01-18 | 1 | -8/+10 | |
|\ \ \ | | | | | | | | | Various style + grammar fixes for #27719 | |||||
| * | | | Various style + grammar fixes for #27719 | Jon Moss | 2017-01-18 | 1 | -8/+10 | |
|/ / / | | | | | | | | | | [ci skip] | |||||
* | | | Use ActionDispatch::IntegrationTest http helper methods | Andrew White | 2017-01-18 | 1 | -45/+41 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Mixing Rack::Test::Methods into ActionDispatch::IntegrationTest seems to trigger Ruby bug 13107[1]. By using our methods instead of rack-test we shouldn't trigger the bug in Forwardable. [1]: https://bugs.ruby-lang.org/issues/13107 |