David Roy
David Roy
I would actually like it to be a preview on a separate path. Currently Maglev serves all pages from the PagePreviewController which has no caching and the like. Keeping this...
It's inelegant but I came up with the following: ```ruby module GrapeSwagger module Jsonapi class CollectionParser attr_reader :wrapper attr_reader :endpoint def initialize(wrapper, endpoint) @wrapper = wrapper @endpoint = endpoint end...
So what is the modern replacement for AOS if development has stopped?
That does sound like what I am looking for. My next site will be merging Spree to a Maglev CMS which will be fun, I look forward to trying out...
That's awesome.. and why not call it v2? Might get more people on board if they see your on the second stable version.
Reading that guideline it looks like we should go for readable first, so unescaping the request.fullpath from the `pagination%5Bpage%5D` to `pagination[page]` (inline with the other outputs) is indeed the right...
@stas I've put in a preliminary PR for this as the specs don't currently run on older versions of Ruby/Rails. No Gemfile.lock is committed to the repo so we canny...
Ok so a few things form the logs. It going through the auth provider path and getting a platform licence. This may be the ide not respecting the expired at....
@konjerk I assume when you are logging in it is taking you via the auth.gamemaker.io path aye?
@konjerk thanks for that, so that suggests something different is going on for you. There is a way to do legacy login outside the IDE, but if everything is in...