jekuno
jekuno
I can reproduce the error with a stripped down example: ``` class MyClass myFunction: -> someVar = "someText" someVar ``` Produces the error `#4: Wrong count of newlines between a...
Ok, thanks for the fast reply. Maybe you could add an according info to the top of the `README.md` and close the issue?
:+1: Workaround: In order to install all bower components into only one certain directory strip down the bower.json to: ``` { "name": "bower-rails generated vendor assets", "dependencies": { } }...
The commit https://github.com/webgago/bower-rails/commit/f41dd3173ffc6f11ffdb24ad9b4874f7d04498a1 fixes the issue for css files but has the sideeffect that files get renamed to `.css.erb` even if no changes to the file content have been made...
Can you add some information about your insights for other users finding this issue?
What exactly are you doing in order to create a user with a tenant?
@8geonirt Thanks for investigating it. Would you be so kind to test whether switching to branch issue#76 (https://github.com/jekuno/milia/tree/issue%2376) fixes your issue? Add to your Gemfile `gem 'milia', github: 'jekuno/milia', branch:...
@yshmarov Thanks for bringing the mainitenance topic back to my attention. Please see https://github.com/jekuno/milia/issues/90 for more details.
@adamw005 Thanks for your feedback. Did you make sure that you have a current_tenant (i.e. you performed a sign in first) when you are trying to add a new member?
If your applications grows over the years several developers will add more and more tenanted models. IMHO sooner or later somebody will forget to add the according `has_many :my_tenanted_model, dependent:...