maglev-core
maglev-core copied to clipboard
Ruby on Rails page builder
- [x] plugin architecture based on Rails engine - [x] handle custom VueJS code from the engine - [x] include a generator to generate a new plugin - [x] refactor...
Sorry for posting this here in the issue tracker, but I haven't found a link to a discussion board or similar... I'm setting up a "news preview" in my app...
For my new site I've made a header and a header with a full screen height call to action/welcome. Currently I need add the nav links on both or have...
Preview site should actually be "View site" because it is not really a preview. Also you should be redirecting to the production url and not the preview one ex: /maglev/summer-snow-2751/preview/en/riseup
Trying to add Maglev to a site that is already using `vite_rails` seems to be impossible without jumping through a huge amounts of hoops. It seems that Maglev is instantiating...
The assets controller as it currently works by streaming the file: ``` def show @asset = Maglev::Asset.find(resource_id) send_data @asset.download, filename: @asset.filename, type: @asset.content_type end ``` This results in `cache-control: max-age=0,...
Rules: - **in the editor,** display a warning box at the position of the former section. - **outside the editor**, don't raise an exception when rendering the page. Add a...