rails/railties/lib
Rafael Mendonça França 157f1df8fb
Require action_view/helpers instead of rails-html-sanitizer
This will avoid a warning about circular dependencies.

/circular require considered harmful.*rails-html-sanitizer/

This happens because `rails-html-sanitizer` requires `action_view/helpers`
that requires `action_view/helpers/sanitize_helper` that requires
`rails-html-sanitizer`.

I'll properly fix this in rails-html-sanitizer later removing the code
that needs to be added to ActionView::Helpers in that gem.
2024-05-31 20:25:06 +00:00
..
minitest Point to the right executable when warning about --profile 2024-05-23 16:19:53 +00:00
rails Require action_view/helpers instead of rails-html-sanitizer 2024-05-31 20:25:06 +00:00
rails.rb add documentation for Rails.env.local? 2024-03-22 13:16:02 +01:00