Search Results for "react-rails-no-loader-is-configured-for-jpg-files-i-m-not-using-webpacker"
Lessons
Forum Threads
How can I use esbuild with react in a rails 7 app
How can I use esbuild with react in a rails 7 app? If I use build ... --loader: .js=jsx then esbuild will think my js files are jsx If I exclude the loader option from the build script command the...

1
General
How to use ESBuild in Rails with JSBundling Discussion
i am on rails 7.1.beta and when i run bin/dev i get this error on console:
15:41:20 js.1 | exited with code 0
15:41:20 system | sending SIGTERM to all processes
15:41:20 css.1 | exited with co...

30
General
Capistrano Rbenv Bundle Failed
@Chris Oliver hope this finds you. I followed ubuntu 14.04, set up and I have done it several times in the past with no issue and only this time I faced the same issue.
I have checked if my Ngni...

11
Servers
In-App Messages Between Users Discussion
I know how to find and choose good message tones at Phoneringtones.info

27
General
Using Webhooks with Stripe Discussion
Hi,
Are you sure that the endpoint in stripe contains /webhooks/stripe at the end of the URL?
This fixed it for me.

47
General
Direct File Uploads to S3: Part 3 Discussion
I haven't done direct uploads with Shrine v3 yet, but that's on my todolist.

52
General
React Native with Rails OAuth API Authentication Part 1 Discussion
This series looks to be exactly what I need. A little confusion though, will this allow me to setup OAuth to authenticate a react-native app to a rails app that has an existing front end that uses ...

4
General
React Native with Rails OAuth API Authentication Part 3 Discussion
Would love to see more! Would love to see how you can add a tweet from a form in the react-native app that goes to the Rails App.
Thanks!

8
General
Dynamic Nested Forms with Stimulus JS Discussion
More stimulus please, this was so helpful in seeing how it works within the context of a rails. Thanks for this!

37
General
Stripe Elements Javascript Discussion
Same question as @jose, does anyone know if this [1] covers two factor / 3D Secure payments using the payment intents API from Stripe? Thanks!
[1] https://courses.gorails.com/payments-with-rails-m...

16
General
Question regarding creating new items with belongs_to association!!
Hi, I am completely new to Rails and would like some help. I am trying to implement a to-do list using Rails as my backend and React as my frontend. Initially, I created a model and controller that...

1
General
Handling Subdomains and Multitenancy From Scratch Discussion
This is great, thank you.
I'm wondering, just to round out the initial Wordpress example, can you briefly describe what is needed to be done to land on lvl.me (like Wordpress.com), login, then ge...

56
General
How do Rails developers work with JS developers on a project?
Umar,
I would say no, you do not not microservices or separate frontend/backends.
You're free to use whatever frontend you want, but in a monolithic app, think of it more like the frontend de...

6
General
Rails 5's ActionCable and Websockets Introduction | GoRails - GoRails
great tutorial. Can you make a new tutorial about rails 5 and react. Thanks

28
General