Michael Bishop
Michael Bishop
I just branched and made a really cheep fix. http://github.com/theablefew/vestal_versions It just renames all tags to versionable_tags.
+10000
Not TS here. Just acts_as_taggable_on and getting the error as well.
Yeah I did it much dirtier. I forked and renamed all things tag to versionable_tag :)
it still works and does everything you need it to out of the box.
Our fork is a hack. I wouldn't pull ours :)
This is bad code ... you'd want to define auth_client outside of this class on it's own. Nothing wrong with the package. ``` import cbpro auth_client = cbpro.AuthenticatedClient("api key", "base64secret",...
I am stuck too. In production I can see the VerticalLayouts rendering but all of the inputs are just html comments.
Thanks @emily-malone, can you expand on your setup? did you add any additional configuration?
@bart-jaskulski thanks. I managed to get it all working by creating a brand new app, installing jsonforms first, and then building up from there. After seeing @sdirix's comment that it's...