Search Results for "hi-chris"

Lessons

We couldn't find any lessons that match your search term.

Forum Threads

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

Checking Domain Expirations With RDAP Discussion

5
General
Excited to kick off a SaaS product series. Should we build more end-to-end projects like this?

Vibration alerts for deaf users

0
General
Hi Chris, I am new to Rails and to this forum. Is there a mechanism for receiving an alert when a 'ticket' comes in that not only makes a sound but vibrates loudly for deaf users ? All users - w...
Phoebe posted

AI Summaries in Rails with Gemini 2.0 Discussion

5
General
What other types of AI integrations would you like to see?
Dx. replied

How To Add Impersonation To Rails Authentication Generator Discussion

10
General
I really love how flexible and easy to customize the new Rails 8 authentication generator is. Think we should cover 2 Factor Auth next?

What's New In Ruby 3.3 Discussion

9
General
Happy Holidays and New Year everyone! 🥳
Eric Chua replied

Magic Link Authentication with generates_token_for in Rails 7.1 Discussion

10
General
is magic link login considered secure ? can it be used for a production website reliably ? Thanks
Nathan Ruehs replied

Base62 Encoding Short Codes Discussion

6
General
Hi Chris, why the local variable result is treated as frozen? Here is the error: Error: ShortCodeTest#test_encode_10: FrozenError: can't modify frozen String: "" app/models/short_code.rb:20:in ...
George Kurobara Benjamin 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

Short URL Link Redirects Discussion

0
General
Hi Chris and ROR developers, at min: 3 you put, data: {turbo: false}, and said that was to navigate to an external link, I didn't put that, and also works, maybe something in security that I am doi...
Diego Cuenca posted

Adding Edit Permissions For Links Discussion

2
General
Hi Chris, team and everyone who'll see it. Any idea why I keep getting this error when trying to enter 'rails g AddUserIdToLinks user_id:integer' ? Could not find generator 'AddUserIdToLinks'. ...

Setup MacOS 14 Sonoma Discussion

10
General
Hi Chris, I am doing this on Pub Beta 2, and I am getting this error. configure: error: something wrong with LDFLAGS="-L/Users/pitosalas/.asdf/installs/ruby/3.0.6/lib " No amount of googling has...
Emilio G replied

Upload Cover Images in Rails with ActiveStorage Discussion

5
General
Hey Chris, thanks for the video. Will the MiniMagick gem work with the method in your method? Because I'd like to upload any image then have it resized to certain dimensions and orientated the corr...
Patrick replied

Decorating with SimpleDelegator and Modules Discussion

4
General
Hi Chris! Thanks for another great lesson! Something weird happend in the last minutes. There are two videos overlap. ;)
Rodrigo Marques replied

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

Adding Scheduled Blog Posts Discussion

22
General
Hello Chris, I am facing the issue while sign in locally (it shows password and email are invalid) even my production site is not giving me this issue, Please help. Thanks in advance!
Patrick replied

Deploying our Rails Blog to Production Discussion

16
General
Hello Chris, thank you very much for you do to help us... I'm trying to deploy the blog but when building it on render I'm getting an error... Your RubyGems version (3.0.3.1) has a bug that preven...
banner520521 replied

Adding a New Blog Post Action Discussion

9
General
Hi Chris, i have noticed that the show action has an instance variable called @blog_post. Which is the current blog post being viewed. Why are we overwriting that variable in the new action?
Juan Francisco Gallardo Gonzalez replied

Creating A Blog Post Model Discussion

21
General
Awesome! : )
Ryan rose replied

Rails Application Structure Explained Discussion

6
General
Awesome! Lots of good information here! Curious to come back here and rewatch after some time. : )
Jeremy Watt replied