maglev-core icon indicating copy to clipboard operation
maglev-core copied to clipboard

Ruby on Rails page builder

Results 18 maglev-core issues
Sort by recently updated
recently updated
newest added

- [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...

enhancement

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...

documentation
question

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...

enhancement

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

enhancement
question

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...

bug
enhancement

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,...

enhancement

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...

bug