Organizing Rails Model Files Discussion
That's really awesome to know about, thanks for sharing, Andrew!!!!
cjilbert504 repliedSave 36% for Black Friday! Save 36% on GoRails for Black Friday! Learn more
That's really awesome to know about, thanks for sharing, Andrew!!!!
cjilbert504 repliedThank you, that was very interesting.
Camillo Visini repliedThat’s awesome! Mission Control sounds like a game-changer for managing ActiveJob across different queue adapters. The fact that you can swap out backends without losing the consistency of the UI i...
Eunice Gibbs repliedReally great lesson!
Daniel Lee repliedI had the same connection error that Eric Halverson mentioned and my simple fix was to enter `postgres` as the database name in the pop up window of tableplus when creating the connection. For the ...
Jesus repliedI have no idea why Pagy 9.3 does not render the widget properly on rails 7.0.8.6 Followed the instructions on pagy github repo for tailwind The only way to get it to work is to downgrade pagy to "...
D john repliedThis is a great feature. The greatest disadvantage is, that it only works with ActiveRecord and not with ActiveModel. This means you cannot use it for Form Objects or other, non-ActiveRecord-baked...
Tobias L. Maier repliedYeah - turns out I was overthinking it - the _browser_/_device_ apparently does the house-keeping themselves - so I took it in another direction. Scold me for littering if you must - here is the St...
Walther Diechmann repliedThis is awesome! I have annual contract with Jumpstart pro starting from last July. Do you prorate the billing if I switch to Black Friday Sales? (I am also switching to annually for Gorails!) Rea...
Brightenly K.K. repliedThe cost of hiring a web design company to build a web app with Ruby on Rails depends on factors like the complexity of the project, the company's expertise, and location. On average, the web app c...
Purvi P repliedHi, I have a classic hierarchical entity with single level of nesting ``` class Job < ApplicationRecord has_many :children, class_name: 'Job', foreign_key: 'parent_id' belongs_to :parent, op...
mchwalek postedHey Rails Community! I want to share the gem that I believe will significantly streamline full-stack development workflows: https://github.com/raphox/next_rails_scaffold What Does It Do? The gem ...
Raphael Araújo postedlol imagine if creating 10 houses was this fast in real life :'(
Owen Melbourne repliedIt sounds like you're facing challenges with ActionCable while testing your channel. The 'NoMethodError' can often stem from the testing environment not replicating the development setup. As for tr...
Rasheed Dickinson repliedDesign your own custom neon lights for home, events, or business. Choose from a wide range of colors and styles to create unique, eye-catching neon signs that match your vision. Get your personaliz...
neonmantra repliedCan anyone tell me if using Cloudinary can be used as a better alternative to Amazon S3 for file uploads ? Especially since Cloudinary seems to have Digital Assets Management commands that will wor...
D john repliedTo do that, you'd need to have a way to dynamically add the engine folders to the `tailwind.config.js` in the parent app. That runs Node, but you could probably have it run a Rails command to get a...
Chris Oliver repliedIf anyone using HAML, and having the problem where the content rich_text_field is of type="hidden" This fixes it. (Thanks Patryk) ``` !!! %html %head %meta{:content => "text/html; charse...
D john replied