can you provide a step-by-step guide to use apartment with devise?
@GorailsTV9 жыл бұрын
+Pablo Castelo I'd be happy to!
@pcastelo9 жыл бұрын
+GoRails great tutorial BTW! Looking forward for the how-to on devise :D
@danhuang65889 жыл бұрын
+GoRails where can we find the step-by-step guide?
@mattborisov5 жыл бұрын
Thanks a lot for the video!
@AdamMorgan857 жыл бұрын
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. :(
@souhailkaoussi64157 жыл бұрын
add require 'apartment/elevators/subdomain' to the top of your application.rb file
@leonardorocha14816 жыл бұрын
Nice Chris, thanks :D
@denisyakovenko72359 жыл бұрын
man, thanks a lot for the video!
@TheX3media4 жыл бұрын
Thanks for the video tutorial, I cant find the next episode, was it created?
@josephandres43244 жыл бұрын
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.
@ZetaNovaWeb4 жыл бұрын
The correct way to test with rails 6 at this moment is, install from github branch development gem 'apartment', github: 'influitive/apartment', branch: 'development'
@sathiyarajb36085 жыл бұрын
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