| Commit message (Expand) | Author | Age | Files | Lines |
* | Have `bin:rake dev:cache` use the Dev Rails Command under the hood | Annie-Claude Côté | 2018-08-13 | 1 | -15/+28 |
* | Purpose Metadata For Signed And Encrypted Cookies | Assain | 2018-08-12 | 2 | -10/+10 |
* | Ensure that running tests in parallel doesn't display schema load output | bogdanvlviv | 2018-08-08 | 1 | -0/+18 |
* | Log the remote IP addr of clients behind a proxy | Atul Bhosale | 2018-07-31 | 1 | -0/+6 |
* | Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com... | Matthew Draper | 2018-07-25 | 1 | -2/+2 |
|\ |
|
| * | Show rails instead of bin/rails on USAGE instructions | Alberto Almagro | 2018-07-06 | 1 | -1/+1 |
| * | Recommend use of rails over bin/rails | Alberto Almagro | 2018-07-06 | 1 | -1/+1 |
* | | Clarify `railties/test/application/rake/notes_test.rb` | bogdanvlviv | 2018-07-21 | 1 | -59/+58 |
* | | Fix deprecation message for `SOURCE_ANNOTATION_DIRECTORIES` | yuuji.yaginuma | 2018-07-20 | 1 | -0/+3 |
|/ |
|
* | Include `ActiveSupport::Testing::MethodCallAssertions` in `railties/test/isol... | bogdanvlviv | 2018-06-09 | 1 | -2/+0 |
* | Enable `Lint/StringConversionInInterpolation` rubocop rule | Ryuta Kamizono | 2018-05-21 | 1 | -1/+1 |
* | Add test case that configure `config.action_view.finalize_compiled_template_m... | yuuji.yaginuma | 2018-05-20 | 1 | -0/+17 |
* | Fix `CustomCops/AssertNot` to allow it to have failure message | Ryuta Kamizono | 2018-05-13 | 3 | -3/+3 |
* | Fix typo on method name | Alberto Almagro | 2018-04-20 | 1 | -1/+1 |
* | Replace `assert !` with `assert_not` | Daniel Colson | 2018-04-19 | 8 | -12/+12 |
* | Fix test to allow IF NOT EXISTS in structure:dump | utilum | 2018-04-16 | 1 | -2/+2 |
* | Add multidb application test | eileencodes | 2018-04-09 | 1 | -0/+164 |
* | Merge pull request #32441 from composerinteralia/refute-not | Rafael França | 2018-04-04 | 1 | -1/+1 |
|\ |
|
| * | Autocorrect `refute` RuboCop violations | Daniel Colson | 2018-04-03 | 1 | -1/+1 |
* | | Fix RenderingTest in railtie | Yoshiyuki Hirano | 2018-04-04 | 1 | -1/+1 |
* | | Merge pull request #32065 from sikachu/move-SourceAnnotationExtractor-under-r... | Kasper Timm Hansen | 2018-04-02 | 2 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Move SourceAnnotationExtractor under Rails module | Prem Sichanugrist | 2018-03-22 | 2 | -2/+2 |
* | | Deriving `secret_key_base` breaks `key_generator` defined in 5.1. | Yoshiyuki Kinjo | 2018-03-31 | 1 | -0/+1 |
|/ |
|
* | Pass the skip_pipeline option in image_submit_tag | Andrew White | 2018-03-14 | 1 | -1/+2 |
* | Add --expanded option to "rails routes" | Benoit Tigeot | 2018-02-28 | 1 | -40/+0 |
* | Merge pull request #32121 from benoittgt/move-rails-routes-to-rails-command | Rafael França | 2018-02-27 | 1 | -111/+0 |
|\ |
|
| * | Move rake routes task to rails command | Benoit Tigeot | 2018-02-27 | 1 | -111/+0 |
* | | Don't enforce UTF-8 by default | Andrew White | 2018-02-27 | 1 | -5/+31 |
|/ |
|
* | Use lazy load hook to configure ActiveStorage::Blob | Eugene Kenny | 2018-02-25 | 1 | -0/+12 |
* | Remove trailing semi-colon from CSP | Andrew White | 2018-02-19 | 1 | -6/+6 |
* | Don't accidentally create an empty CSP | Andrew White | 2018-02-19 | 1 | -2/+28 |
* | Revert "Merge pull request #32045 from eagletmt/skip-csp-header" | Andrew White | 2018-02-19 | 1 | -1/+1 |
* | Skip generating empty CSP header when no policy is configured | Kohei Suzuki | 2018-02-18 | 1 | -1/+1 |
* | Multipart file uploads are very rare in API only apps so don't include Rack::... | Guillermo Iguaran | 2018-02-17 | 1 | -2/+1 |
* | Merge pull request #32002 from y-yagi/fix_set_serializer | Rafael França | 2018-02-17 | 1 | -0/+12 |
|\ |
|
| * | Fix custome serializer setting | Yuji Yaginuma | 2018-02-16 | 1 | -0/+12 |
* | | Remove needless print | yuuji.yaginuma | 2018-02-17 | 1 | -1/+0 |
* | | Remove usage of strip_heredoc in the framework in favor of <<~ | Rafael Mendonça França | 2018-02-16 | 2 | -8/+6 |
* | | Add test parallelization to Rails | eileencodes | 2018-02-15 | 2 | -4/+83 |
|/ |
|
* | Add Rack::TempfileReaper to tests and docs | George Claghorn | 2018-01-30 | 1 | -2/+4 |
* | Remove extra whitespace | Daniel Colson | 2018-01-25 | 2 | -7/+7 |
* | Use assert_predicate and assert_not_predicate | Daniel Colson | 2018-01-25 | 5 | -11/+11 |
* | Change refute to assert_not | Daniel Colson | 2018-01-25 | 1 | -1/+1 |
* | Use respond_to test helpers | Daniel Colson | 2018-01-25 | 3 | -5/+5 |
* | Add locale selector to email preview (#31596) | Hitoshi Nakashima | 2018-01-18 | 1 | -6/+62 |
* | Add test to properly test down with a block | eileencodes | 2018-01-18 | 1 | -0/+8 |
* | Refactor migration to move migrations paths to connection | eileencodes | 2018-01-18 | 1 | -0/+12 |
* | Use SHA-1 for non-sensitive digests by default | Eugene Kenny | 2018-01-08 | 2 | -7/+15 |
* | Allow use_authenticated_message_encryption to be set in new_framework_default... | Eugene Kenny | 2018-01-07 | 1 | -3/+27 |
* | Improve the deprecation message for using subclass of Rails::Application to s... | Prathamesh Sonpatki | 2018-01-07 | 1 | -1/+1 |