Search Results for "how-do-i-pause-the-submission-of-a-form-until-successful-stripe-payment"
Lessons
Forum Threads

How do I find the best place to store user videos and how to capture them?
4
General
I want to create an app which will provide to user the opportunity to capture from their PC (by using webcamera and Mic) series of videos and save them under his profile. My concerns/questions are:...
Giorgos Psathas replied
Solved

Multitenancy with the Apartment gem Discussion
80
General
Hi, Chris video is not loading!
Prajjwal Gupta replied

Including Javascript and CSS Libraries With Rails Discussion
11
General
@chris. What do you think about Bower to manage all the front-end stuff?
Glauber replied

Javascript function firing on page load
1
Javascript
Hi,
I'm building my first web app using Jumpstart and I'm running into a weird issue with the Javascript in one of my show views.
The issue I have is that instead of firing on click, the toggleC...
benjaminhouy replied
Solved

Reducing Transfer costs with AWS S3
7
General
Have had my website up for about a month and a half now and have run into an issue where the data transfer cost for AWS S3 is crazy high (around $200/month). The website is a recipe sharing websit...
Alex Deering replied

Hotwire Modal Forms Discussion
25
General
Thanks a lot for this video! I see it's becoming a trend to add a `format.turbo_stream` response in all my controllers only if it fails.
Fernando Flores replied

Rails Application Templates Discussion
38
General
Hello,Im gettingCould not find "Procfile" in any of your source paths. Your current source paths are:
/Users/my_user/Documents/dev/my_app/https:/raw.githubusercontent.com/excid3/jumpstart/masterUsi...
Mpumelelo replied

How do I parse this JSON output?
2
Rails
I'm trying to extract the "text" element if the "type" is "Person" from this JSON output.
I''ve been able to store the JSON in an instance variable @output and am using the following to begin itera...
Stan Smith replied
Solved

How do I generate SEO Friendly URL's for filter combinations in Rails?
6
General
I have a site where the user can apply a combination of multiple filters.
To improve the SEO on the site I would like to have the URL in a human-readable format when filters are applied.
I would ...
Derek Hobson replied

Advanced Caching with User Permissions and Authorization Discussion
25
General
A great episode again Chris! I wish you had released this one a week earlier though :). It would have made my life way easier. Could you tell me if there is any advantage of using meta tag like &...

How do I get redirect to view after create action using Vue.js
12
Javascript
Out of interest, have a weird issue. Trying to do a redirect after create. The record is being created just fine, but get a 500 error on the redirect? Using an ajax call using Vue-resource. Below...
Chris Oliver replied

How do I read an incoming webhook post in Rails 4.2
1
General
I have something along the lines of this:
case request.request_parameters.keys.first
when "new_subscription_notification"
when "canceled_subscription_notification"
deactivate_subscription...
Chris Oliver replied

How do we show dynamic data in .erb file like from a json file?
0
Rails
I have a view file index.html.erb in my view folder and there I am showing some data in the form of Table(bootstrap table) and this is a static table so I had to write so many lines of HTML for thi...
theshashiverma posted

HTTParty and trycelery.com API
2
General
Ok. I have tried for 3 days and I'm not getting anywhere.
I am building a small kickstarter style campaign module for several products that will be run through Celery. What I want to accomplish ...
Edward Bishop replied

How do I structure a Conversation between two models?
6
Rails
I have a `Store` object that has an `email_address` attribute. Using the logic from and [How To Build A Form](https://gorails.com/series/how-to-build-a-forum) and [Handling Inbound Email Parsing wi...
Taylor Cooney replied
Solved

My Development Environment Discussion
26
General
Vim tip: you can type :help [command] and vim will tell you what that command does. sometimes these descriptions can be so descriptive they're sort of confusing.the one that saved me SO MUCH time, ...
Arthur Cheek replied

How do I use Let's Encrypt to get and automate SSL on ubuntu, nginx server
7
General
I was thinking maybe this could be a tutorial/guide request?
I always use the GoRails guides to setup my ubuntu, nginx, passenger servers(thanks!) I am having trouble figuring out how to use Le...
Chris Oliver replied

How is the Trix editor on gorails.com "Parsed with Markdown"?
9
General
I was considering implementing on my website the ability for users to switch between a markdown editor or the trix editor but then I noticed on this gorails.com editor (which appears to be Trix) it...
Sebastian replied
Solved

ActionText and Globalize error
5
Rails
Hi!
I have application which is using [globalize gem](https://github.com/globalize/globalize/) and i planning to start using ActionText. So, for example i have model called Business
```
class Busi...

Consuming an API Using HTTParty and Creating a Gem Discussion
30
General
Nice one Chris, I like this episode.
Someone replied