
Why is github permission denied after adding deploy keys?
1
Rails
I followed every single tutorial, and tried multiple different methods of authenticating my server's access to the github repo. All of it results in the same error, permission denied.
Last few li...
Jamie Crone replied
Solved

How do I save the user_id by adding the mail?
1
Rails
How do I save the user_id by adding the mail?
For the relationship, you have to save the user_id, but to be more dynamic for the user, I want to the users search other users by the email and rails...
Solved

How do I give Users the option of either selecting from a dropdown menu or inputting their own and adding it DB for other users
3
Rails
I apologize for the newbie question. But, I've been trying to create a special type of association and all my efforts have been failing. I would like to give users the ability to select their home ...
Solved

Stimulus Reflex Lifecycle events
2
Gems / Libraries
could check this gist? it's an app wich use Stimulus Reflex. It's about a pagination reflex, the thing is i need to hide the spinner when `afterReflex()` callback is executed, but sometimes it does...
keithanderson replied
Solved

How to read database table in Application.rb
0
Rails
I am adding CORS validation in application.rb filw where domain names are given in Environment variable but I want to keep all domain in database table and validate these domain during CORS valid...
Puneet Gaur posted

Flatpickr with "Present" value as well.
4
General
I am currently adding date ranges for jobs in my app. I want the user to pick the start and end dates using flatpickr gem. I also want the user to be able to set the field to "Present" if they are ...
Gerard Donnelly replied
Solved

Is it safe to render the creditcard in my application
0
General
I'm currently adding stripe to my application. I think stripe form doesn't look that good, therefore I would like to beautify the form.
I found this gem https://rails-assets.org/#/components/card ...

Datatables From Scratch Using Hotwire Discussion
32
General
fantastic thanks
David Krider replied

NameError: uninitialized constant Stripe
2
Rails
Hello,
I am receiving the following error "NameError: uninitialized constant Stripe" when I ran `Stripe::Customer.all` in the rails console. This was from following along on your class Stripe Subs...

Skip Stripe checkout for user with certain conditions
1
Rails
Any ideas on how one would go about adding [this](https://gorails.com/episodes/referral-program-from-scratch?autoplay=1) to stripe checkout flow? I would like the referree to have a free post inste...
Chris Oliver replied

ActiveRecord AssociationType Mismatch
1
Rails
I have a Rails 3.2.21 app where I'm adding a simple form/collection_select field in my form. When selecting an object from the dropdown (or leaving it blank) I get the following error:
```
Active...
shakycode replied

RSCSS. Styling CSS without losing your sanity
0
General
This is a small article where we touch on RSCSS adding snippets.
Thinking of a beautiful and grammatically [tweakbox](https://tweakbox.mobi/) correct CSS code over and over again but still wiped o...
ThomasAnderson posted

Tracking online users with timestamps Discussion
1
General
At scale, wouldn't adding an update call to every action for every user just be hammering the database?
karatepicke replied

Cross-origin Resource Sharing (CORS) with Rails Discussion
1
General
What would be the `script src` if you are adding the embedded script to another website?
Thato replied

How do I create a duplicate with associations included?
8
Rails
I'm fairly new to Rails and still learning. I recently stumbled upon a problem that I'm sure there is an easy way to fix it, but I haven't figured it out yet. In the application I'm trying to creat...
msalsabil replied
Solved

Stripe integration on Ruby On Rails
5
Rails
Hi Thank you for your great course:
i am coding with : https://www.lynda.com/Stripe-API-tutorials/Adding-Stripe-Payments-your-Ruby-Rails-Application/540343-2.html
then i got an error as follows:...
Daniel Morales replied

Javascript frameworks videos?
11
Javascript
Hey Chris,
Just curious if you would plan on adding any videos using Angular, Ember or Backbone with Rails?
Thanks!
shakycode replied

Group Chat with ActionCable: Part 2 Discussion
13
General
Hi Chris,Is it possible to make a REST API for this app and create a Mobile app using Jquery mobile or Android and do real time chat with people chatting on desktop?I have an application with Rails...
felixOlesen replied

How to generate PDF based on search using prawn in ruby on rails
1
Gems / Libraries
So Chris im using prawn pdf in my app.
Now im adding some search form to filter by date range. All works fine and I get my filter table on my index. my problem is with prawn that wont hold the fil...
Francisco Quinones replied

URL Shortener Requirements Discussion
4
General
Adding the requirements here:
# URL Shortener
## Requirements
+ [ ] Submit a url in a form on the homepage
+ [ ] Url is saved to the database
+ [ ] The URL can be viewed by accessing a **Base62*...
Derek Hobson replied