Multitenancy with the Apartment gem
I think im goin to try sidekiq. :)
Francisco Quinones replied • SolvedI think im goin to try sidekiq. :)
Francisco Quinones replied • SolvedThanks for answer! Now I'm going to pundit screencast :)
djyanee repliedI'm not quite sure how the AWS storage works with the resized images. I'm guessing it downloads a copy of the image to your server from S3 and then resizes it, but maybe it's slow to reprocess thin...
Chris Oliver repliedThank you very much Chris.
rabin prithvi repliedI think Chris' advice is sound and would really help prevent duplicate job runs. I'm doing something similar now where I mark the record as an email being sent and in the Sidekiq perform method in...
shakycode repliedIt's been a while since I read this. :) What I was suggesting with scopes on the association (I think) was something like this: ```ruby has_many :contents, -> { order(:order_number) } ``` Mo...
Chris Oliver repliedI'm actually working on something similar in iOS with one of my Rails apps and I hand the OAuth token back to the Rails app. There wasn't a need in my case for the `token_authenticatable` gem.
shakycode repliedWow so it was as simple as the missing newline character?!
Chris Oliver repliedI've been using Wicked PDF quite a lot in our business applications. The good thing is that you can just use HTML and CSS to generate the PDF and this works perfect to create our invoices. But if y...
John van Arkelen repliedI have tried several methods including PRAWN to generate PDF's. It seem there must be a better way. What is you recommendation?
Damon Delcoro postedOh nice. I rarely tend to customize Devise routes so it has been a while since the last time I did it. Glad the gist you found worked!
Chris Oliver repliedI just posted an answer that hopefully works for you. The create action is where you want to add the logic to set the role, active, and default_role attributes. Since your form submits a role objec...
Chris Oliver repliedNew issue posted here: https://github.com/activeadmin/activeadmin/issues/4264 Have a look at my dummy app: https://github.com/jasper502/aa_with_pundit_user Unless I am missing something obvious...
Dan Tappin repliedAhh, I didn't notice it because I was looking for the title of the video to be prefixed with "Forum Series Part X". I'll watch it now, thanks!
Michael Stitt replied • Solved<3
Chris Oliver repliedHey Jon, Not yet! I've been busy with the holidays but I plan on starting to cover this in the next week.
Chris Oliver repliedThanks. It will be useful to have a + Add link as well.
Rutul Dave repliedThat's a good idea, I'll have to look into that. For now I think it's an EUE issue by hitting the sign_in URL. Or at least that's all I can see from the logs. Again this doesn't happen very ofte...
shakycode replied