1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/test/generators
Xavier Noria 89801b2a43 Depend on ruby/debug, replacing Byebug
ruby/debug is a new debugger that is going to ship with CRuby.

It makes sense for Rails to switch to this one because that is
where the language is heading, and because Byebug is not fully
compatible with Zeitwerk. See

    https://github.com/deivid-rodriguez/byebug/issues/564

While ruby/debug has not been heavily tested with Zeitwerk,
casual usage seems to suggest it works without issues, including
explicit namespaces, which is where Byebug and Zeitwerk conflict.

Byebug is terrific, thanks a lot for all these years. ❤️
2021-09-08 17:35:41 +02:00
..
action_mailbox_install_generator_test.rb
action_text_install_generator_test.rb Javascript generator option with choices (#43160) 2021-09-04 11:53:57 +02:00
actions_test.rb Support gem comments in Rails templates 2021-08-24 22:59:20 +03:00
api_app_generator_test.rb Replace webpack with importmapped Hotwire as default js (#42999) 2021-08-26 10:39:36 +02:00
app_generator_test.rb Depend on ruby/debug, replacing Byebug 2021-09-08 17:35:41 +02:00
application_record_generator_test.rb Set ApplicationRecord to primary_abstract_class 2021-02-05 17:02:08 -05:00
argv_scrubber_test.rb
benchmark_generator_test.rb Used double quotes in template file for consistency. 2021-04-30 02:58:51 +05:30
channel_generator_test.rb Depend on ruby/debug, replacing Byebug 2021-09-08 17:35:41 +02:00
controller_generator_test.rb Remove default reliance on Sass and CSS generators (#43110) 2021-08-26 13:40:25 +02:00
create_migration_test.rb
db_system_change_generator_test.rb Used double quotes in template file for consistency. 2021-04-30 02:58:51 +05:30
generated_attribute_test.rb Generators should raise an error if an attribute has an invalid index type 2021-07-04 19:13:24 +02:00
generator_generator_test.rb
generator_test.rb
generators_test_helper.rb Remove spring as a default installation option (#42997) 2021-08-12 12:31:18 +02:00
helper_generator_test.rb
integration_test_generator_test.rb
job_generator_test.rb
mailer_generator_test.rb
migration_generator_test.rb Generators should raise an error if an attribute has an invalid index type 2021-07-04 19:13:24 +02:00
model_generator_test.rb Generators should raise an error if an attribute has an invalid index type 2021-07-04 19:13:24 +02:00
named_base_test.rb
namespaced_generators_test.rb Remove default reliance on Sass and CSS generators (#43110) 2021-08-26 13:40:25 +02:00
orm_test.rb
plugin_generator_test.rb Depend on ruby/debug, replacing Byebug 2021-09-08 17:35:41 +02:00
plugin_test_helper.rb
plugin_test_runner_test.rb Replace webpack with importmapped Hotwire as default js (#42999) 2021-08-26 10:39:36 +02:00
resource_generator_test.rb
scaffold_controller_generator_test.rb Modernize scaffold generator (#41210) 2021-02-04 12:26:16 +01:00
scaffold_generator_test.rb Remove default reliance on Sass and CSS generators (#43110) 2021-08-26 13:40:25 +02:00
shared_generator_tests.rb Replace webpack with importmapped Hotwire as default js (#42999) 2021-08-26 10:39:36 +02:00
system_test_generator_test.rb
task_generator_test.rb
test_runner_in_engine_test.rb