Format erb files on save?
I use HTML Beautifier, within vim you can make map with ':!htmlbeautifier %'
Kevin Brinkschulte repliedI 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 repliedI realise this is an old video but for anyone having an issue with line #19 "if str.blank?" I used str.nil? and it works
Dylan repliedPayPal and Stripe are two of the most popular and well-known payment processing platforms. Both companies have similarities, but each platform is better suited for different business needs. While b...
lordelaula repliedHey Chris! Great work as always! It's not that is hard to be honest, but I think it would be great and mostly helpful to have in the description of the video any previous related episode to this on...
Charalampos Aristomenopoulos replied