video about sortable lists
Cool, I would love to see a video on acts_as_list
Anthony Candaele repliedCool, I would love to see a video on acts_as_list
Anthony Candaele repliedYeah, I thought about that too, or grabbing before and behind. The gem is pretty quicky but it'll do in a pinch! Thanks for all the help!
Sean Washington replied • SolvedBrent, could you post your schema.rb and your race controller? Maybe it's just me, but I don't really understand why you have so many attributes in the relationship model (EventRace).
Sean M repliedHi guys, I am new in this world of web development. I'm trying to mark a task as complete using a check_box, but I can't. Have you any ideas based on my code? Thank you in advance. routes.rb ``` ...
rodolfo postedHi, 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 postedI also have similar questions and inquiries, hoping to receive answers soon
Tommy Ortega repliedCan anyone point me at a guide or tutorial that will help me built a gem that does the following: - Allows me to have my ViewComponents - Styled with Tailwind - Interaction with Stimulus controlle...
Mark Stephenson postedFollow the [GoRails Learning Path](https://gorails.com/path).
Chris Oliver repliedI 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 postedThanks! That's exactly what I'm looking for!
Kevin Gutowski repliedhi guys i am trying to build a blog platform like hashnode/substack where user register on root domain and create blog. I am currently using devise and i have set up subdomain routing. My question ...
Henry postedIt seems like the layout issue you're facing might be related to the CSS styling of your list. You can try altering the CSS to display the listings in rows rather than as large boxes. If you're usi...
Emma Wilson repliedI am a 21-year-old adult with just the basic understanding of programming; however, I am fascinated by the applications modern computer programs have reached. I would like to hear any tips anyone m...
Ernesto Flores postedI'm using active storage with active_storage_db gem to keep files in Postgres instead of storing them in the cloud. I have a document which I upload - has_one_attached (i don't need to upload mult...
hcosteira postedI’ve added an node express proxy server to an Ubuntu Digitalocean server that is used by my rails app and is deployed via Classic Hatchbox app that utilizes an nginx configuration file. The node e...
Alfred Montalvo Jr postedI have a dynamic checkbox filter that is generated using php and distinct values from my database. https://medium.com/@stephendolan/rails-shrine-dropzonejs-f9d0944d17e3io games
jackjohnsonpo replied