Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 498 Bytes

CHANGELOG.md

File metadata and controls

12 lines (8 loc) · 498 Bytes
  • Fixes bug with scaffold generator with --assets=false --resource-route=false. Fixes #9525.

    Arun Agrawal

  • Rails::Railtie no longer forces the Rails::Configurable module on everything that subclassess it. Instead, the methods from Rails::Configurable have been moved to class methods in Railtie and the Railtie has been made abstract.

    John Wang

Please check 4-0-stable for previous changes.