rails/railties/test
David Heinemeier Hansson 7b1ceb7659
Add basic sessions generator (#52328)
* Add basic sessions generator

* Excess CR

* Use required fields

* Add sessions generator test

* Fix generated migration

* Test migration content

* Appease rubocop

* Add CHANGELOG
2024-07-16 18:05:53 +02:00
..
application Prefer ETag over Last-Modified for fresh_when and stale? according to the HTTP specification 2024-07-05 10:18:43 +02:00
command Address Rails::Command::HelpIntegrationTest failure against ruby 3.4.0dev 2024-04-10 17:57:40 +09:00
commands Only enable routing source locations when using routes command 2024-07-11 18:53:20 -05:00
configuration Raise if setting a config key that is a method name 2023-04-23 09:39:07 +02:00
engine Fix the BroadcastLogger being initialized too late: 2023-09-29 15:42:47 +02:00
fixtures Fix FromAsCasing offenses while building a Dockerfile 2024-06-21 14:07:02 +02:00
generators Add basic sessions generator (#52328) 2024-07-16 18:05:53 +02:00
isolation Revert lazy routesets (#52012) due to polymorphic routing regression 2024-06-21 13:59:43 -07:00
minitest Get rid of EnvHelpers at Minitest::RailsPluginTest 2024-01-04 11:32:33 +09:00
railties Revert lazy routesets (#52012) due to polymorphic routing regression 2024-06-21 13:59:43 -07:00
test_unit Relax the prism test parser conditions 2024-05-30 22:28:38 +02:00
abstract_unit.rb Get rid of the jruby_skip test helper 2023-10-02 13:01:44 +02:00
app_loader_test.rb Turn on performance based cops 2018-07-23 15:37:06 -07:00
backtrace_cleaner_test.rb Fix ActionView backtrace filtering on Ruby 3.4+ 2024-04-22 14:07:57 -07:00
code_statistics_calculator_test.rb Add support for stylesheets and ERB views to rails stats. 2020-11-10 09:40:18 -07:00
code_statistics_test.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
console_helpers.rb Do not run tests that have ensure instead of skip 2022-09-20 22:12:20 +09:00
engine_test.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
env_helpers.rb Enable Style/ExplicitBlockArgument cop 2021-09-05 17:06:19 +02:00
generators_test.rb Remove deprecated Rails::Generators::Testing::Behaviour 2024-05-01 20:19:21 +00:00
initializable_test.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
json_params_parsing_test.rb Deprecate ConnectionPool#connection 2024-03-01 14:32:55 +01:00
path_generation_test.rb Store secret_key_base in Rails.config for local environments. 2023-06-14 16:37:23 +02:00
paths_test.rb Ensure only directories exist in Rails default load paths 2024-01-15 15:04:53 +09:00
plugin_helpers.rb Separate the CI environment from the application CI environment 2023-10-04 09:36:51 +00:00
rack_logger_test.rb Don't pop logger tags in Rails::Rack::Logger until request is finished 2024-02-07 14:12:07 +11:00
rails_health_controller_test.rb add "as: :rails_health_check" to health check path (#47217) 2023-02-05 08:49:04 +01:00
rails_info_controller_test.rb Add notes internal route 2023-09-18 18:29:38 +05:30
rails_info_test.rb Revert "Merge pull request #34387 from yhirano55/rails_info_properties_json" 2019-01-08 22:21:20 +01:00
version_test.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00