aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application
Commit message (Expand)AuthorAgeFilesLines
* Make `rake routes` deprecate before deletingyuuji.yaginuma2018-08-201-0/+44
* Update 'rake initializers' to use Rails::Command under the hoodAnnie-Claude Côté2018-08-161-0/+42
* Have `bin:rake dev:cache` use the Dev Rails Command under the hoodAnnie-Claude Côté2018-08-131-15/+28
* Purpose Metadata For Signed And Encrypted CookiesAssain2018-08-122-10/+10
* Ensure that running tests in parallel doesn't display schema load outputbogdanvlviv2018-08-081-0/+18
* Log the remote IP addr of clients behind a proxyAtul Bhosale2018-07-311-0/+6
* Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com...Matthew Draper2018-07-251-2/+2
|\
| * Show rails instead of bin/rails on USAGE instructionsAlberto Almagro2018-07-061-1/+1
| * Recommend use of rails over bin/railsAlberto Almagro2018-07-061-1/+1
* | Clarify `railties/test/application/rake/notes_test.rb`bogdanvlviv2018-07-211-59/+58
* | Fix deprecation message for `SOURCE_ANNOTATION_DIRECTORIES`yuuji.yaginuma2018-07-201-0/+3
|/
* Include `ActiveSupport::Testing::MethodCallAssertions` in `railties/test/isol...bogdanvlviv2018-06-091-2/+0
* Enable `Lint/StringConversionInInterpolation` rubocop ruleRyuta Kamizono2018-05-211-1/+1
* Add test case that configure `config.action_view.finalize_compiled_template_m...yuuji.yaginuma2018-05-201-0/+17
* Fix `CustomCops/AssertNot` to allow it to have failure messageRyuta Kamizono2018-05-133-3/+3
* Fix typo on method nameAlberto Almagro2018-04-201-1/+1
* Replace `assert !` with `assert_not`Daniel Colson2018-04-198-12/+12
* Fix test to allow IF NOT EXISTS in structure:dumputilum2018-04-161-2/+2
* Add multidb application testeileencodes2018-04-091-0/+164
* Merge pull request #32441 from composerinteralia/refute-notRafael França2018-04-041-1/+1
|\
| * Autocorrect `refute` RuboCop violationsDaniel Colson2018-04-031-1/+1
* | Fix RenderingTest in railtieYoshiyuki Hirano2018-04-041-1/+1
* | Merge pull request #32065 from sikachu/move-SourceAnnotationExtractor-under-r...Kasper Timm Hansen2018-04-022-2/+2
|\ \ | |/ |/|
| * Move SourceAnnotationExtractor under Rails modulePrem Sichanugrist2018-03-222-2/+2
* | Deriving `secret_key_base` breaks `key_generator` defined in 5.1.Yoshiyuki Kinjo2018-03-311-0/+1
|/
* Pass the skip_pipeline option in image_submit_tagAndrew White2018-03-141-1/+2
* Add --expanded option to "rails routes"Benoit Tigeot2018-02-281-40/+0
* Merge pull request #32121 from benoittgt/move-rails-routes-to-rails-commandRafael França2018-02-271-111/+0
|\
| * Move rake routes task to rails commandBenoit Tigeot2018-02-271-111/+0
* | Don't enforce UTF-8 by defaultAndrew White2018-02-271-5/+31
|/
* Use lazy load hook to configure ActiveStorage::BlobEugene Kenny2018-02-251-0/+12
* Remove trailing semi-colon from CSPAndrew White2018-02-191-6/+6
* Don't accidentally create an empty CSPAndrew White2018-02-191-2/+28
* Revert "Merge pull request #32045 from eagletmt/skip-csp-header"Andrew White2018-02-191-1/+1
* Skip generating empty CSP header when no policy is configuredKohei Suzuki2018-02-181-1/+1
* Multipart file uploads are very rare in API only apps so don't include Rack::...Guillermo Iguaran2018-02-171-2/+1
* Merge pull request #32002 from y-yagi/fix_set_serializerRafael França2018-02-171-0/+12
|\
| * Fix custome serializer settingYuji Yaginuma2018-02-161-0/+12
* | Remove needless printyuuji.yaginuma2018-02-171-1/+0
* | Remove usage of strip_heredoc in the framework in favor of <<~Rafael Mendonça França2018-02-162-8/+6
* | Add test parallelization to Railseileencodes2018-02-152-4/+83
|/
* Add Rack::TempfileReaper to tests and docsGeorge Claghorn2018-01-301-2/+4
* Remove extra whitespaceDaniel Colson2018-01-252-7/+7
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-255-11/+11
* Change refute to assert_notDaniel Colson2018-01-251-1/+1
* Use respond_to test helpersDaniel Colson2018-01-253-5/+5
* Add locale selector to email preview (#31596)Hitoshi Nakashima2018-01-181-6/+62
* Add test to properly test down with a blockeileencodes2018-01-181-0/+8
* Refactor migration to move migrations paths to connectioneileencodes2018-01-181-0/+12
* Use SHA-1 for non-sensitive digests by defaultEugene Kenny2018-01-082-7/+15