What Is A State Machine? Discussion
6
General
Hey Chris,I believe it's pronounced "Pop", not soda... :DThanks for the great videos!
John Maddux replied
Nested Comment Threads in Rails - Part 2 Discussion
5
General
There's a security vulnerability in the code which allows any authenticated user to delete anyone else's comment. While there's a check in view (`if comment.user == current_user`) for showing the d...
icyclisttreacle replied
How do I post comment with ajax in rails 4.2 ? Can I please have a detailed example?
5
General
How do I post comment with ajax in rails 4.2 ? Can I please have a detailed example?
Ruby Data Class Discussion
2
General
thoughbot link: https://thoughtbot.com/blog/sandi-metz-rules-for-developers
ReginaJGilbert replied
Handling Parameter Tampering Safely with Rails Discussion
1
General
Nice fix Chris ! Dead simple
Jaroslav Horák replied
ActiveAdmin & Autocomplete
1
Rails
Has anyone had, and hopefully fixed, the jquery(?) conflict between activeadmin and autocomplete ( I was using easyAutocomplete ).
Soon as I have both in a project it breaks with not a function is...
StevenSwift replied
Strings in Ruby Discussion
10
General
Thanks for this lesson
Ayushman replied
How do I design Rails apps for better performance and conversion?
3
General
I’m working on several Rails-based products where the backend is solid, but I’ve noticed performance and user flow issues impacting real user behavior (drop-offs, slow interactions, low engagement)...
Slope Rider replied
Speed up Rails boot times with Bootsnap Discussion
6
General
Hey Chris! This is really helping booting my apps faster! Thanks so much!
injurewicked replied
How to use action_text-trix with Rails Discussion
3
General
Who else is excited for the new rich text editor that Jorge's been working on?
Gavin Louise replied
Subscriptions with Pay and Stripe Discussion
3
General
Excellent lesson! Thanks for making this look easy, and actually be easy with the pay gem.
yu esther replied
Next lesson after classes and objects?
8
Ruby
I got started with the level one path and I just finished the last lesson for the beginner Ruby course. Collin mentions moving on to models but I don't see it included in the beginner Ruby course. ...
kledo5 replied
Find By Short Code Discussion
1
General
Doesn't this still use the `set_link` code path at the end of the episode? We should be getting rid of that and adding
```
@link = Link.find(params[:id])
```
under the `show` method?
How to add Search in Rails using Meilisearch Discussion
9
General
Thank you, Chris.
Can we add aggregations in Meilisearch as we do in ElasticSearch?
Help with a music listings website but I need help designing the models
5
Databases
I want to create a music listings website. Venues and musicians can have their own profile.
I want some of my users to be able to create listings. The people who create the listings could be a mus...
Help with concurrency
6
Ruby
Hi everyone, how’s it going? I’m a Go developer transitioning to Ruby due to a job change. Typically, I solve various problems in web apps using Go’s lightweight threads (goroutines). For example, ...
Matheus Cumpian replied
How to do a Realtime Basketball Boxscore Widge Properly?
5
General
I have created a basketball stats tracker . Now I wanted to create a widget so that sports site can embed my boxscore widget to their site. My plan is add a job in my app that push the game boxscor...
Normalize All ActiveRecord Attributes Discussion
0
General
SSRF Protection for Rails Discussion
0
General
Adding TailwindCSS to Rails Discussion
12
General
For those with the problem of "bin/dev: line 8: exec: foreman: not found"
- Install the foreman gem -> bundle add foreman.
- Add the "bundle" word to the beginning of this line of code (bundle...
MehdiElrafi replied