
2021 Must Knows
0
General
I was wondering, and this may have been covered previously, but I'll ask anyway. What are the must know things a rails dev should be familiar with, new techniques, etc. Sites like this are fantasti...
Tony Serkis posted

Integrating Braintree (and PayPal) Discussion
8
General
Chris, I would be interested in the cancellation and modification of cards setup if you have time. Thanks!

Speed up Rails boot times with Bootsnap Discussion
5
General
Hey Chris! This is really helping booting my apps faster! Thanks so much!

Clean Javascript Code Using Data-Behavior On The Frontend Discussion
11
General
is data-behavior just semantics or could we use anything?

Setup Ubuntu 20.04 Focal Fossa Discussion
0
General

How to Dual Boot Rails Versions Discussion
1
General
This is cool, but what about using a git branch, that can be merged into Master once 6.1 is officially released?
Christopher Slade replied

JSON:API Format and Active Model Serializers Discussion
18
General
Very nice video as always, but there's an editing problem on your video. Check it between 15:00 and 17:00. You actually repeat the same thing twice, but the wordings you use is different, I guess y...
regedarek replied

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

Introduction to Importing from CSV Discussion
46
General
thanks
HP replied

Group Chat with ActionCable: Part 5 Discussion
23
General
Hi Chris,How many users is a chatroom-site like this able to handle?thanks,
anasaijaz replied

hi...i want run bundle install that get error:
1
General
when run install bundle install i get error below(not exist gemfile.lock):
An error occurred while installing mysql2 (0.4.4), and Bundler cannot continue.
Make sure that `gem install mysql2 -v '0....
Bilal Budhani replied

Best SSC Coaching Institute in Delhi ?
0
General
Excel SSC is the Best SSC Coaching institute in Delhi. Do experience top coaching from highly expertise faculties. Join Excel SSC Coaching Institute to achieve your Goal.
Visit - http://www.excelss...
excel ssc5 posted

Rails for Beginners Part 40: OmniAuth CSRF Protection Discussion
0
General
thanks
steven_007 posted

Who is using Hashicorp Otto?
7
General
Hi All,
I've recently gotten back into my rails development after some Salesforce related projects at my work. In that time I had to format my laptop from Ubuntu to Windows 10.
I've been struggli...

Hotwire prevents link_to from going to a different website
1
General
I recently added Hotwire to my rails app to update modals but this broke a link_to I had that redirected users to stripe. I looked online for ways to work around it but since Hotwire is relatively ...
Mark Nelson replied

Continuous Deployment with Rails & GitHub Actions Discussion
0
General
You can use `ruby/setup-ruby`'s `bundler-cache` feature to have it take care of installing your gems and caching it. Saves you from adding those steps yourself.
https://github.com/ruby/setup-ruby#...
Marc Köhlbrugge posted

Advanced Flash Messages with Buttons & Actions in Rails Discussion
3
General
I have never thought about using flash messages like that! Very nice!
TL replied

Add my face recognition in rails app
2
General
I have one app where i have a scaffold with a register of peoples with photo, but for me search if the people have your datas registered in my system i need use face recognition for read face in we...
heidi rodriguez replied

How to create a user that has a belongs_to association
0
General
Hi y'all!
I am brand new to the world of rails so please forgive my ignorance with this question :)
I am currently setting up a new app which has a two models:
1. Account
2. User
My seed file...
David posted

Refactoring Rubocop GitHub Action Discussion
0
General
2 Questions!
1. Why is GithubData a class rather than a module when it doesn't need to have instances?
2. Am i right in thinking that the GithubData.owner and GithubData.repo methods would not work...
Arthur Cheek posted