Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't depend on Action Pack from Railties
In 8ff310a, the Railties gem was split from the Rails gem so that you could depend on it and skip some frameworks, e.g. replace Active Record with something else. Since then, Rails evolved and the current approach is to always depend on Rails, but skipped frameworks are not required from config/application.rb. When writing a Railtie for Active Record or Active Job for example, it's weird that the plugin ends up depending on Action Pack even if it's not used at all.
- Loading branch information