
How to send emails with jumpstartpro in digital ocean with external provider
3
General
Im trying to send emails with jumpstartpro at DO with no luck
I tried with mailgun and sendgrid with same result
I have activated the service add the credentials, confirmed the domaind and nothin...
Richard Walsh replied
Solved

How Cross-Site Request Forgery (CSRF) Works in Ruby on Rails Discussion
0
General
nice!

Inline Editing with Turbo Frames in Rails Discussion
0
General

Handle Race Conditions with Pessimistic Locking Discussion
0
General
Very nice. This is one of those features that are low profile but could be very useful in those specific cases.
Ideaware posted

Setup MacOS 12 Monterey Discussion
0
General

Can we get Forum feature of Gorails with jumpstartrails pro out of the box?
0
General
Can we get Forum feature of Gorails with jumpstartrails pro out of the box?
Alemat Gebru posted

Login with Multiple OAuth Providers using Omniauth Discussion
16
General
I never thought it is possible to authenticate with social media account before email validation.I've been doing automated merging of social media accounts with the user profile in my app, if email...
Archonic replied

Action listener for submit on return??
1
General
How would I make this code (that refers to a select box: https://developer.snapappointments.com/bootstrap-select/examples/) submit the selection by pressing the return key?
function sample_functio...
Denis Omerovic replied

How to Add Pagination with Pagy Discussion
20
General
I couldn't have explained it better - even being the author of Pagy.
Thank you!
Greg S replied

Fetching usernames,profile pictures from Twitter
0
General
How do I fetch the usernames,profile picture in the Beginners tutorial?
When I go into console and look the user up, only the twitteraccount id and user_id are shown whereas name, username and imag...
Aayush Shrestha posted

Do you have trial version
0
General
Hello,
I have started learning Ruby on Rails recently. Do you offer trial version?
Also, if I join on month-to-month basis, can I upgrade to annual plan?
Thanks.
Uday posted

TypeError: $(...).chosen is not a function
2
General
I am using Rails 6. I have installed jQuery, Bootstrap, & Popper as explained in one of the videos and Bootstrap is working fine. Now I have to use Chosen jQuery plugin.
I installed it using Y...
0agautam replied

Following the Ubuntu article to install Ruby, Rails, DB etc fails halfway through.
1
General
Hello!
Thanks for looking at this.
After going through this article =>
"(h)(t)(t)(p)(s)(:)(/)(/)gorails(.)com/setup/ubuntu/20.04#final-steps"
On the Git configuring step and after I type in ...
savannahx replied
Solved

Rails for Beginners Part 37: Creating a GitHub Repo to store our code Discussion
2
General
Thanks for the time Cris , great content.
Eric Chua replied

Building AnimatedGif.me Part 1 Discussion
4
General
This is awesome Chris! Thanks so much! This will help me and my team better understand rails coding from start to finish!
brobles replied

How do I delete orphaned children record from my model.
0
General
After a parent model gets deleted it turned out the children became orphaned and I have now added a dependent destroy on the child model to ensure it gets deleted when the parent is deleted. Will u...
James Okunlade posted

Getting stuck
2
General
Hi Everybody,
What am I missing?
I have a model called Exhibit that belongs to a Request model. I have a Note model with a polymorphic relationship as the note can be about either an exhibit or a ...
EshalHood replied

what options are there to license my rails application to endusers, like concurrent users or counted users. How can we manage that with rails, or so I need to write something from scratch
0
General
SO I have created an rails application, that I want to distribute for a fee.
It will be hosted on AWS elastic servers with autoscale.
I need to somehow have the ability to generate liceses for ...
jl@lejoly.com posted

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

Throttling Infinite Scroll Events in Javascript Discussion
0
General