Fill in Stripe Elements JS for SCA / 3D Secure 2 and Capybara Discussion
3
General
Hello Chris,
I have followed your course on Stripe and i'm stuck one complete_stripe_sca step. The problem is the test does not go beyond that. It keeps on waiting.
fill_stripe_elements c...
Durrell Chamorro replied
Limit Webpacker RAM on compile for production Discussion
0
General
How to add a Root Route to your Rails app Discussion
0
General
Setup Ubuntu 16.10 Yakkety Yak Discussion
0
General
Deploy Ubuntu 14.04 Trusty Tahr Discussion
0
General
Rails for Beginners Part 2: How to create a new Rails app Discussion
3
General
Under "resolving packages" I get a number of warnings. Should I just ignore them?
How can I get correct path of image (Production env) in Controller js (StimulusJs file) of Rails 7 app?
1
Rails
I am using `event.target.innerHTML = ` to add element when a action is triggered. It works well in development but when I deploy it in Production, it's failed to load the image's path because the c...
Robert Ault replied
while installing iam getting error
4
Ruby
Failure! build file wasn't produced.
Please read INSTALL.md and associated NOTES-* files. You may also have to
look over your available compiler tool chain or change your configuration.
ERROR!
...
lemongrassfancy replied
ActsAsTenant demo app
1
Rails
I want to follow up on this post because I'm really interested in developing an application like Shopify that could be able to manage tenants pointing their own domains (not subdomains) to its acco...
Robert Ault replied
Adding a Highlight Button to Trix Discussion
7
General
Awesome! Would actually love to see more videos on extending Trix. I've been using Froala Editor for my production applications, because Trix felt like it was lacking a lot of core functionality. M...
Dan LeGrand replied
Rails for Beginners Part 3: How HTTP Requests work in the Browser Discussion
7
General
Is this where you recommend reading more? https://developer.mozilla.org/en-US/docs/Web/HTTP
Jorge Dominguez replied
Rails for Beginners Part 1: Installing Ruby on Rails Discussion
14
General
Hi Chris, i have a question, currently have rvm on my machine, do you think i can get problems if i install also rbenv to install ruby 3.0.0?
TinotyDal replied
I am wondering if there is a way to access the current_tenant ID within a sidekiq job?
1
Rails
I can see that everything is scoped to the tenant via `ActsAsTenant.with_tenant`
https://github.com/ErwinM/acts_as_tenant/blob/master/lib/acts_as_tenant/sidekiq.rb
but wondering if I wanted to acc...
Michael Smith replied
Refactoring with ActiveSupport::TimeWithZone Discussion
4
General
Much cleaner to read and I don't think people (like myself) use these helpers enough!
cjilbert504 replied
Testing a Meilisearch Integration with Ruby on Rails Discussion
0
General
Nested Comment Threads in Rails - Part 2 Discussion
4
General
There's a security vulnerability in the code which allows any authenticated user to delete anyone else's comment. While there's a check in view (`if comment.user == current_user`) for showing the d...
icyclisttreacle replied
URL Based multi tenancy
10
General
I'm new to Ruby on Rails, trying my best to catch up. for example... i've a domain and a username append to it, www.domain.com/samsoft, how can i achieve this and also routing? sample code will be ...
Chris Oliver replied
Solved