aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow use_authenticated_message_encryption to be set in new_framework_default...Eugene Kenny2018-01-071-3/+27
* Improve the deprecation message for using subclass of Rails::Application to s...Prathamesh Sonpatki2018-01-071-1/+1
* Ensure to use repo's Gemfile in applicationyuuji.yaginuma2017-12-251-0/+5
* Merge pull request #31520 from yahonda/introduce_frozen_error_classRyuta Kamizono2017-12-201-1/+1
|\
| * Handle `FrozenError` if it is availableYasuo Honda2017-12-201-1/+1
* | Add test case that configure `config.active_support.hash_digest_class`yuuji.yaginuma2017-12-201-0/+18
|/
* Raise an error only when `require_master_key` is specifiedyuuji.yaginuma2017-12-181-0/+8
* Merge pull request #26815 from olivierlacan/log-query-sourceEileen M. Uchitelle2017-12-142-4/+11
|\
| * Log call site for all queriesOlivier Lacan2017-12-132-4/+11
* | Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the futureRyuta Kamizono2017-12-141-2/+2
|/
* Expose Active Storage routesMehmet Emin INAC2017-12-131-13/+32
* Set the Rails environment from an environment variableAaron Patterson2017-12-081-1/+1
* Add failing test for wrong database connectionAaron Patterson2017-12-081-0/+17
* Fix Rails environment when running tests with RubyAaron Patterson2017-12-061-0/+56
* Make `Migrator.current_version` work without a current databaseyuuji.yaginuma2017-12-031-0/+14
* Add DSL for configuring Content-Security-Policy headerAndrew White2017-11-272-0/+198
* Change `form_with` to generates ids by defaultnpezza932017-11-251-0/+62
* Add `environment` as dependency of `load_config` (#31135)Yuji Yaginuma2017-11-141-2/+18
* Do not show credentials in generators helpyuuji.yaginuma2017-11-091-1/+2
* Remove unnecessary migration deletionyuuji.yaginuma2017-11-085-19/+0
* Fix `bin/rails db:migrate` with specified `VERSION`bogdanvlviv2017-11-061-2/+154
* Merge pull request #30101 from bogdanvlviv/initialization-active_storageRafael França2017-11-066-2/+24
|\
| * `rails new` runs `rails active_storage:install`bogdanvlviv2017-11-066-2/+24
* | s/an/a/Akira Matsuda2017-11-041-1/+1
|/
* Merge pull request #30579 from bogdanvlviv/fix_ar_internal_metadata_for_a_tes...Sean Griffin2017-10-181-0/+47
|\
| * `ActiveRecord::Tasks::DatabaseTasks.load_schema` has always to establish data...bogdanvlviv2017-10-151-0/+8
| * Fix `bin/rails db:setup` and `bin/rails db:test:prepare` create wrong ar_int...bogdanvlviv2017-10-151-0/+39
* | Remove unnecessary `allow_failure: true` optionyuuji.yaginuma2017-10-181-1/+1
|/
* Improve RakeTest#test_db_test_prepare_when_using_sql_formatbogdanvlviv2017-10-081-3/+1
* Invoke rails command inside the railties' test app with TestHelpers::Generati...bogdanvlviv2017-10-083-16/+12
* Remove redundant execution of `Dir.chdir(app_path) { }` in railties' testsbogdanvlviv2017-10-084-230/+194
* Deprecate secret_token, long since usurped by secret_key_base.Kasper Timm Hansen2017-09-281-0/+26
* Fix cookies/session tests broken after merging key rotation.Kasper Timm Hansen2017-09-252-35/+31
* Skip complex cookie tests for now; I'll deal with them tomorrow.Kasper Timm Hansen2017-09-242-0/+6
* Add key rotation message Encryptor and VerifierMichael Coyne2017-09-231-0/+143