valid with Context Discussion
0
General
Realtime Domain Updates with Turbo Refreshes & Morph Discussion
0
General
Ruby Scripts & IRB Discussion
15
General
Good job Collin!
Quick notes:
- Ruby has to already be installed to do everything in the video so maybe a link to the Install Ruby and Rails Guide if folks need help with that (https://gorails.co...
Chamika Udayanga replied
Recurring Domain Expiration Syncing Discussion
6
General
Hi Chris,
I followed your video and at 6:22, I couldn't see the Turbo::Streams and Domain::SyncJob (top 2 jobs). I could see the Domain::SyncAllJob (3rd one).
Inside my /domains listing page, the...
Eric Chua replied
Components with Phlex in Rails Discussion
9
General
I feel like components in Ruby are super duper handy for arguments and other complex helper methods. Phlex takes it a step further with the HTML helper methods so you don't even really have to leav...
Lee Stetson replied
Sending Emails In Production With Mailpace Discussion
0
General
Setup Ubuntu 14.04 Trusty Tahr Discussion
0
General
Authentication Generator and Registration Discussion
0
General
are there any generators for jwt or token based for sperate frontend
v-d-k posted
Parsing Ruby with Prism Discussion
1
General
Mono sound only to left ear really annoys me :D
Baris Ozmen replied
Rails new with TailwindCSS Discussion
0
General
can you explain in detail that why you didn't use bin/dev? I couldn't get your point
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 ...
Rich Text Blog Posts with ActionText Discussion
19
General
Hi Chris, thanks for the video. I was wondering how do I truncate the text on the index.html page? I only want to show 130 characters of the content (previously body).
<%= truncate(blog_post.c...
Pat Fitzner replied
Authenticating Blog Admin Pages Discussion
19
General
Hi,
Is it necessary to add @blog_post behind the edit_blog_post_path in the last part of the video or can that be left out as well? <%= link_to "Edit", edit_blog_post_path if user_signed_in? %>
How to Migrate attr_encrypted to Rails 7 Encryption Discussion
2
General
Thank you Chris, really nice :)
MartyLShaw replied
Base62 Decoding Short Codes Discussion
5
General
Intresting, I had the same requirement so I created this gem https://github.com/xiaohui-zhangxh/xencoder , it can encode/decode interger to BaseX and prevent it to be decoded without seed
How do you setup email in your application and link it to a record
0
General
Hey Chris.
I have been trying to look online but haven't been successful in finding out the following. Say you made a CRM application in Rails and setup a pop3/imap email in the app. How would y...
Tabish Iqbal posted
Nested Comment Threads in Rails - Part 1 Discussion
36
General
Greate episode! If I should get this episode a couple of years ago, that may should saved my life jajaja!
So, this is the same logic you are using here in your post and epdisode comments?
Realtime Nested Comments: Part 3 Discussion
32
General
Very cool. I imagine a real-time comment feed like this will make a website feel come alive.
One issue I’d love to see addressed in a follow up video is the page kinda moving around as you’re rea...