companionstudio / islay

A Rails engine which forms the base for a website back-end.
MIT License
0 stars 0 forks source link

Admin extensions are difficult #31

Open lukesutton opened 10 years ago

lukesutton commented 10 years ago

Currently other islay-* engines are given multiple hooks for adding their own functionality, including custom CSS and JS.

App specific extensions are much more difficult however. This is because Islay's extension logic assumes that any extensions are related to an Engine.

This could be resolved by either removing this assumption, or by making an extension API specific to the host application.