Organizing Rails Model Files Discussion
That's really awesome to know about, thanks for sharing, Andrew!!!!
cjilbert504 repliedThat's really awesome to know about, thanks for sharing, Andrew!!!!
cjilbert504 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 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 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 repliedFirst you need to bind to 0.0.0.0 when launching your server. Second you can access your server from remote machine in LAN using your http:// host_ip:port - kinda like http:// 192.168.1.10:3000 Th...
Alex Sinelnikov repliedThe costs of using a payment software solution can vary depending on the features and scale you need. Typically, subscription fees, transaction charges, or setup costs are involved. For example, if...
Srichakradhar Reddy Nagireddy repliedNext session should do this for nostr 🙃
Martin Barilik postedThose export paths would seem to hard wire Ruby versions. As Chris says you want to use something else to select Ruby versions. A very simple one is chruby. Doesn't seem to get much attention proba...
Greg S repliedIn development, the asset pipeline typically compiles only requested assets and their dependencies. If it's compiling all assets, it could be due to: Manifest Configuration: Broad directives like ...
Roger Farrell repliedHi there, I'm sorry to hear you're having trouble setting up email verification on your Rails 7 app. I understand how frustrating it can be dealing with fake users and the potential risks of send...
Cassandra Pace replied