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

can you install Linux on a computer that originally was sold with Windows 10 OS?

1
General
I was thinking of buying a used computer and reformatting the hard drive and installing a version of Linux but then I heard that Windows 10 somehow has embedded code in the BIOS so I wonder if that...
Sahil replied

GoRails Performance - The Techniques I Use Discussion

32
General
Thanks Chris. The first time my name appears on a video :)
Daniel Morales replied

Should I switch to RoR from Laravel?

5
General
Hello there, I'm a web developer and using Laravel for day-to-day life. It's been around 5 years of developing with Laravel. But I feel neither comfortable nor confident using Laravel. And I feel ...
hennybell227 replied
Solved

Group Chat with ActionCable: Part 1 Discussion

35
General
Great tutorial. Can't wait to see Part 2.
Moi_link replied

Processing Emails with Attachments using ActionText and ActiveStorage Discussion

0
General

How do I display my uploaded picture?

2
General
In my view, I have this to upload an avatar. When I want to edit, the picture is gone and how do I view my uploaded picture in my show view? I don't make use of any gems. <%= f.label :ava...
Samantha O replied

VueJS JWT Auth with Rails APIs and LocalStorage Discussion

20
General
Great video, Chris!I'm really enjoying the whole API series and I'm excited to see more Vue!Thanks Chris!
will replied

ADD ITEMS WITHIN A FORM

2
General
How can I add items within a form? Assume form has many items so in an nutshell I wanted to add many items within a form before I submit. I'm using rails 6 and apparently I tried nested form, js an...
Myles Rider replied

Forum Series Part 7: Time Zones using the local_time Gem Discussion

23
General
strfti.me is the time zone website recommended in the video.foragoodstrftime.com is another one to check out.
character804 replied

Forum Series Part 6: Search with Ransack Discussion

18
General
Thanks for the great video Chris!Does ransack support autocomplete while typing in a search query? I checked out the documentation on github, but it doesn't mention anything about it.Also, what do ...
character804 replied

React Js with Rails

0
General
Hi Chris, I am really curious to learn react js, redux & redux saga with rails. Are there any plans in future to add react js with rails

Realtime Group Chat with Rails [Revised] - Part 4 Discussion

3
General
Did I miss a video? I've been following along (or at least I thought I was) but some of the layout is different and I don't remember the scrollTo stuff in the channel_controller
Danniel Tung replied

Group Chat with ActionCable: Part 6 Discussion

8
General
Wow! This was an amzing guide!
saribaev021 replied

How to create a live countdown clock?

2
General
Hi all, We're creating an online auction which has a countdown clock on the show page of a listing. The timer counts down every second, just like this example: https://countingdownto.com/ I've bee...
Thomas Van Holder replied

CSV Upload Form to Import Records Discussion

11
General
Awesome job on explaining imports in a simple way. Some of the most complex chunks of code I have worked on are imports. Especially if the data is inconsistent and needs to have all the edge cases ...
spacerobotTR replied

Want to stay up-to-date with Ruby on Rails?

Join 89,509+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.