I wonder if you could help, at 6:30 in I migrate the database but get the following error - "NameError: uninitialized constant Apartment::Elevators Did you mean? Delegator" - I'm on Ruby 2.3, Rails 5.0.5 - I've created a PostgresDB (which I ensured was setup and created) whilst running locally. Been Googling for the last 3 hours and getting no where. :(
I run rake db:migrate and got this error WARN: Unresolved specs during Gem::Specification.reset: minitest (~> 5.1) WARN: Clearing out unresolved specs. Please report a bug if this causes problems. please help me
sadly I have run into all sorts of errors trying to imply ActionCable in a multi tenant app, in fact i don't think that it would be possible to do that in Rails 6 yet.
The correct way to test with rails 6 at this moment is, install from github branch development gem 'apartment', github: 'influitive/apartment', branch: 'development'
I wonder if you could help, at 6:30 in I migrate the database but get the following error - "NameError: uninitialized constant Apartment::Elevators Did you mean? Delegator" - I'm on Ruby 2.3, Rails 5.0.5 - I've created a PostgresDB (which I ensured was setup and created) whilst running locally. Been Googling for the last 3 hours and getting no where. :(
add require 'apartment/elevators/subdomain' to the top of your application.rb file
Nice Chris, thanks :D
Thanks a lot for the video!
man, thanks a lot for the video!
Thanks for the video tutorial, I cant find the next episode, was it created?
can you provide a step-by-step guide to use apartment with devise?
+Pablo Castelo I'd be happy to!
+GoRails great tutorial BTW! Looking forward for the how-to on devise :D
+GoRails where can we find the step-by-step guide?
I run rake db:migrate and got this error WARN: Unresolved specs during Gem::Specification.reset:
minitest (~> 5.1)
WARN: Clearing out unresolved specs.
Please report a bug if this causes problems.
please help me
sadly I have run into all sorts of errors trying to imply ActionCable in a multi tenant app, in fact i don't think that it would be possible to do that in Rails 6 yet.
The correct way to test with rails 6 at this moment is, install from github branch development
gem 'apartment', github: 'influitive/apartment', branch: 'development'