Featured articles
I'm a novice rails developer, therefore I need your assistance setting up a button in each item in the dashboard to designate it as standard or featured, and then, if it is featured, to display at...
homerunthat repliedI'm a novice rails developer, therefore I need your assistance setting up a button in each item in the dashboard to designate it as standard or featured, and then, if it is featured, to display at...
homerunthat repliedHello everyone, I'm working on an application and I expect a lot of images to be uploaded on it. I don't have estimates yet, but I think they will be in the range of 20K-30K images in the first ye...
Ali Hamdi Ali Fadel postedHello everyone, Yesterday, I started using HatchBox to deploy my Rails application, and I deployed 1 application successfully. The process is clear and straight-forward. My question is could I de...
Ali Hamdi Ali Fadel postedI use HTML Beautifier, within vim you can make map with ':!htmlbeautifier %'
Kevin Brinkschulte repliedVery interesting lesson.
rowposse repliedsally.transfer(bob, 10000), it is not rollback! why? class Account < ApplicationRecord validates :balance, numericality:{ greater_than: 0} def withdraw(amount) update(balance: balan...
ctw repliedHello everyone! Nervous first-time poster here, and of course, my apologies if there's already a video / thread that covers this. An advanced topic I'd love to see covered on GoRails (or hear any ...
Keegan Bakker repliedGo to tutorialspoint
Dave White repliedPass one course and search for projects, practice is the best teacher
Dave White repliedhere is the Dockerfile i setup the project with rails g new --main --database=postgresql --css=bootstrap ``` # Make sure it matches the Ruby version in .ruby-version and Gemfile ARG RUBY_VERSION=3....
Islam Bahnas repliedI've been working on one project that has already implemented a multi-tenant database setup using the apartment gem. and now I need to connect this multi-tenant database to my other project. I've c...
vinay sharma postedThe bin/rails server command launches a web server named Puma which comes bundled with Rails. You'll use this any time you want to access your application through a web browser. With no further wo...
Priya Sharma replied