Styling The Password Manager with TailwindCSS Discussion
3
General
I noticed nothing happened to the delete button when you go to edit a password.
Fatih replied
Rails for Beginners Part 20: Forgot Your Password Discussion
11
General
Hi Chris, is there a particular reason the create a different controller for each route action?
Foliwe Fossung replied
Google Maps and Google Places Autocomplete API with Rails, Turbolinks, and Stimulus.js Discussion
12
General
Thanks Chris, great video.
I have tried to work with Google Maps Places API in the past, but I have faced an issue with their API Policies. According to their policy you cannot save details like t...
alangosh replied
Responsive Navigation with Turbo Discussion
10
General
Chris! The video is se to private!
alangosh replied
how should I start this?
1
General
I just wanna ask, how to take start on this course?
I am new here, tell me where to start?
DaveWill11 replied
Markdown and Emoji with the html-pipeline gem Discussion
25
General
Awesome episode! I've used https://rubygems.org/gems/p... but html-pipeline looks like a great alternative. Loving the emojis !!
Colin Ambler replied
Best strategy for downloading multiple files from S3
7
General
Im working on a rails app where Users can create a “project”. Project, has many datafiles.
Users upload multiple files direct to Amazon S3 (im using carrierwave).
I'd like Users to have the abilil...
fields_for and accepts_nested_attributes_for in rails
0
Rails
I have noticed something strange. For I have a rails app which has user model.
User has one lab
Lab belongs to user.
User has two attributes , username and age.
Username is mandatory on creatio...
Muhammad Ans posted
New website design!
17
General
It took me several weeks to redesign everything and it was a TON of work. The main chunk of work was moving from Bootstrap to TailwindCSS and that's quite a lot of effort because you have to rewrit...
Dhairya Majmudar replied
Implemetation of /leaderbaord in the project
0
General
I want to implement the /leaderboard as in the website in my project can someone pls. suggest how to do so by giving links to documentation and tutorials
Thank You : )
Dhairya Majmudar posted
Is Ruby on Rails still relevant in 2023 ?
7
Ruby
If yes ,please share your thoughts why it is relevant ?
DanteKulas replied
Direct Uploads with ActiveStorage Discussion
21
General
I'm running to a small error I think. Alright, so when I try to get the a file to upload It seems to begin the process and then commit but then it stops. I get a completed 200 ok but the issue is t...
Aaron replied
Turbo stream problem
4
Rails
Hello...
I'm having a problem with a view not fully auto-updating using turbo.
It currently only works when updating or destroying.
So to keep it kinda short, I have a site where users can crud...
CPU from 0% to 100% on any one page load.
0
Rails
Hello,
I am having a serious issue on the Ruby on rails application running with the following technological stack:
ubuntu-latest
Docker latest
RUBY_VERSION: 3.1.0
puma (5.6.4)
rails (7.0.3)...
How do I provide a file for downloading while ignoring timeouts
6
General
I want to provide a file for downloading. The download is allways cancled after 60 seconds.
I'm hosting my Rails project (ruby '2.7.4', rails '6.1.0') on platform.sh (docs.platform .sh/). Because ...
What's New In Ruby 3.3 Discussion
9
General
Happy Holidays and New Year everyone! 🥳
Eric Chua replied
Syncing Repositories with Ruby Scripts - Part 2 Discussion
0
General
How to Deploy Rails to Render Discussion
14
General
Great video, thanks Collin!
Emmaotiki5 replied
Cannot create Rails App - gem issues "Ignoring nokogiri" and other gems
5
Rails
When I try to create a new Rails App it fails. I am on Big Sur 11.3, Ruby 2.7.2, and when type rails-v shows 6.0.3.4 but also ignoring quite a few gems including nokogiri and 6-7 others. I have tri...
Ryan Mindigo replied
Custom Attribute Serializers with ActiveRecord in Rails Discussion
7
General
This feels much simpler for custom value objects and surprisingly more straightforward than the official way, i.e. registering a new Active Model type.
Great video, thank you.
Adrián Mugnolo replied