SQL Learning Path - Creating and Dropping Databases Discussion
Thanks to both Eric and Jesus, i had the same problem and now its fixed.
Cesar Camacho repliedThanks to both Eric and Jesus, i had the same problem and now its fixed.
Cesar Camacho repliedYou can use html_safe on the notice message to allow them to include HTML. ```ruby redirect_to some_path, notice: "Some message" ```
Chris Oliver repliedhey, great video again. but i had one thing i had little hard time understanding. it was the "blog_post_params" method. i thought it was just filtering and did not quite understand how it works. it...
Semih Masat repliedIf you're on WSL and your hot reload for tailwind isn't working, forcing you to stop and restart bin/dev, update your Procfile.dev's css line to be: `css: bin/rails tailwindcss:watch[debug,poll]`
Zebulun McNeill repliedVery good!!!
Carlos Lima repliedThank you for that free series!
audiosupp repliedThe cost of hiring a web booth designers company can vary widely based on several factors, including the complexity of the project, the company's reputation, and the scope of work. Sensations Exhib...
Steve Jobs repliedclass Propose < ApplicationRecord encrypts :email, :phone_number, :name, deterministic: true scope :search_filter, -> (params) do if params[:keyword].present? where(search_filte...
Vishwani patlan posted❱ sudo -u postgres createuser me -s could not change directory to "/home/me": Permission denied ❱ sudo -u postgres createuser dbuser -s could not change directory to "/home/me": Permission denied
Stephen Jobs repliedThe CSS for draft posts is working, but for some reason the CSS isn't being applied to scheduled posts. Works: Draft Doesn't work: Scheduled
Jonathan Lake repliedAre things working as you expect? Does anyone have any experience moving from Webpack to esbuild or importmaps? Have you done this with a non trivial application using various javascript libs and s...
Doug Mathews postedIt helps. This is a nice article.
Kirui repliedUsually, I used the auto formatter feature from Ruby Solargraph extension on VS Code and it will automatically read the rubocop.yml config and format the code based on that file. And I also combine...
Firman repliedis this step still needed? Mac OS Sonoma 14.6.1 sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target / 18:26:51 instal...
Emilio G repliedI have attachment system inplace and thinking to integrate active storage with existing associations, I have polymorphic association and had_many through association, where as active storage using ...
sam postedReally enjoying the Turbo stuff, thank you!
Samuel Couillard repliedHi everyone, how’s it going? I’m a Go developer transitioning to Ruby due to a job change. Typically, I solve various problems in web apps using Go’s lightweight threads (goroutines). For example, ...
Matheus Cumpian postedThe application.html.erb change didn't post in my original question - here it is body class="prose prose-p-0 prose-max-w-none mx-auto"
Mike Cannon replied