Setup MacOS 11.0 Big Sur Discussion
For Mac OS Big Sur, the command to install the headers is slightly different. Here's the correct command: ```shell sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_header...
anniesteuber repliedAudited vs papertrail gem for auditing table changes?
Both PaperTrail and Audited are popular gems for auditing changes in a Rails application. While they serve a similar purpose, there are some differences between them that you can consider: 1. Func...
anniesteuber repliedFind By Short Code Discussion
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?
Gaurav Keswani postedI am receiving this error "BlogPostsController#index is missing a template for request formats: text/html"
in the video, he has views and layouts separated. How can I do the same?
Roman Vetter repliedYour First Ruby Gem Discussion
Thanks Collin! That was awesome! Yes please! on continuing the project! 🥳
Eric Halverson repliedSetup Searchkick with Minitest
Hi everyone, Just followed the searchkick official's docs to setup the tests, so that I can test my search controller: Let's assume I have the following model: ``` class User < ApplicationR...
Patrício postedGET http://127.0.0.1:3000/assets/stimulus-loading.js net::ERR_ABORTED 404 (Not Found)
Hi all! Sorry to inform that after some manipulations with my js part of the rails 7.1.2 project I am constantly getting an error : `GET http://127.0.0.1:3000/assets/stimulus-loading.js net::ERR_AB...
Tetyana Goncharenko postedSyncing Repositories with Ruby Scripts - Part 1 Discussion
This made my day to hear. Thanks, Mitch! I'm super glad you learned a bunch and hope you enjoy part 2!!!
cjilbert504 repliedHow do I have 2 users associated with a model
I have a model that I want 2 users to have an association with. So this model would have a proposer (user) and a challenger (a different user). I am getting a bit tied up in spaghetti around whethe...
dwedigital postedFreelance advice
I agree with Chris on what he posted. For me a lot of the work i got when i was doing freelance work was via old contacts and recomendations which made it much easier. One thing i would say, and i...
Alan Reid repliedStyling The Password Manager with TailwindCSS Discussion
i don't know why, but even if I am running bin/dev my css doesn't precompile automatically. i had to manually run rails db:precompile to see changes
Fatih repliedRealtime Nested Comments: Part 3 Discussion
it was really painful to add the current_user (if you want to have edit and delete only for the person who created that comment) to this since device's current_user method it not working with hotwi...
OuttaSpaceTime repliedRails for Beginners Part 20: Forgot Your Password Discussion
I really these love this series
Foliwe Fossung repliedGoogle Maps and Google Places Autocomplete API with Rails, Turbolinks, and Stimulus.js Discussion
thanks. it's sp good
alangosh repliedResponsive Navigation with Turbo Discussion
that's great
alangosh repliedhow should I start this?
There are several great tutorials to start with at https://gorails.com/path
DaveWill11 repliedDeploying our Password Manager to Fly Discussion
Great tutorial, thanks Chris! As I already had a hobby plan with Railway I tried to deploy there instead, and kept getting an error that the assets:precompile was failing. If this is an issue you ...
DaveWill11 repliedHow to correct Error 401 Unauthorized, using a multiple devise model ?
I'm doing a mini-project, for which I'm using two devise models, a user model and a advisor model. When I log in as an advisor, I'm redirected to a 'pages_advisors' page. On this page, there's a li...
Clément NICOLAS postedMarkdown and Emoji with the html-pipeline gem Discussion
Do you have source code on this episode?
Colin Ambler replied