How to use Partials in Rails Discussion
The closing quotation mark is missing, and the backticks are misleading. (I'm guessing they were added for formatting markdown, but due to some change in the blog they are now appearing as visible...
Brandon postedERROR in chunk application [entry] js/[name]-[contenthash].js Cannot use [chunkhash] or [contenthash] for chunk in ....
@KeisukeMizuno your fix happens to remove the error. Thanks.
Barlow Kasule repliedMuliple has_one's on a polymorphic association
Caching with Etags Discussion
Hey Chris, thank you so much for making this tutorial :) This [post](https://ninjasandrobots.com/rails-caching-a-problem-with-etags-and-a-solution "post") illustrates one the drawbacks of this so...
Leon Entrup repliedGood guide for standing up a solid Ruby gem development environment in Visual Studio Code?
Thanks for sharing this information.https://www.techsolveguide.com/, https://www.playstoreinfo.com/
tech solver repliedSearch Filters/Report Generator
Thanks Joe and Chris for both of your feedback. I decided to go with ElasticSearch and Searchkick since there seems to be more current documentation for what I am trying to accomplish.
RJ McCollam replied • SolvedSearchkick Aggregations - Need to show Users only from Current.account
Awesome! I like when solutions are that easy. 🤘
Chris Oliver repliedHelp
How to Create an Active Storage Previewer Discussion
Useful video,thanks
henry water repliedSetup MacOS 11 Big Sur Discussion
Setup MacOS 12 Monterey Discussion
Javascript function firing on page load
Ok so it seems like the issue is that I need to export the functions from the file and then import them in application.js. ``` import * as myModule from "./peaks-setup"; window.myModule = myModul...
benjaminhouy replied • SolvedBusiness page with cms
Dynamic Authorization Roles with Pundit Discussion
Looking forward to your rolify/pundit episode.
Garth Gaughan repliedHow to build a wizard
FWIW. I have since built a SPA type approach for this that works really well, and the data is not stored in session which has it's own benefits. This said, I think an episode or even a series on t...
Bryan Beshore repliedhow to create and use different sub models of base data model
This a good question and is semi-complex so there are a ton of different approaches to it. One of the ideas that's related to this (which isn't necessarily the right way to go) is Single Table Inh...
Chris Oliver repliedWhat's with the elitism against Javascript?
Javascript is different from languages like c, c++ and java.
Eldon Jones repliedHow to add a Command Palette to your Ruby on Rails app Discussion
Thank you!
Drema Pulliam repliedNewbie question trying to understand collection_check_boxes method
hello
Pauline Velarde replied • Solved