
Integrating your own css doesn't work with Rails 7.1.2
1
CSS
Hello,
I use Rails 7.1.2 and Ruby 3.0.2. I wanted to include my own css. It doesn't work. The following errors occur:
Sprockets::Rails::Helper::AssetNotFound in Pages#index
The asset "custom.css" ...
Enow B. Mbi replied

Ruby Debugging with Strace Discussion
1
General
Jump to 14:02 to see how Strace works
phanilkumar replied

Deploy Ubuntu 22.04 Jammy Jellyfish Discussion
46
General
Thanks a lot for this step by step guide!
Anyway, I'm facing a problem with Passenger. After deploying the app, I see this in the nginx logs:
Error opening '/home/deploy/my_app/current/Passengerfi...
Hamdan M replied

Better Debugging With The Ruby Debug Gem Discussion
9
General
Thanks Kylo Ren!
davidlbean replied

Calendar with Recurring Events Error Message - undefined method `has_key?' for "null":String
3
Rails
Hi I'm trying to follow Chris's Recurring events tutorial and I'm coming across this error message...NoMethodError in EventsController#indexundefined method `has_key?' for "null":StringExtracted so...
Wishaway Mike replied

Adding GitHub Actions CI/CD to the URL Shortener Discussion
1
General
Your post has provided me with a lot of knowledge that is really helpful to me. I can't express how grateful I am. Thanks
hje replied

Strings in Ruby Discussion
9
General
Thanks for this lesson
A. replied

Deploy Ubuntu 16.04 Xenial Xerus Discussion
0
General

What is the proper way to do form validations in ruby on rails on the client side ?
0
Rails
I am new in rails, how can i do the proper form validation from the client side .
Ajay yadav posted

Can we use import maps along with jsbundling in rails 7?
0
General
We are upgrading the app from Rails 6 to 7. i want to use JSbundling and import maps together
Syed Toqeer Abbas posted

How do I start from the very beginning?
1
General
I want to start from the beginning so as to understand everything very well with ease. But I am confused because I think the courses are not arranged accordingly.
Chris Oliver replied

devise invitable gem
0
Gems / Libraries
when i click on this new_admin_invitation_path url then im getting 401 unauthorized error and then redirected to the sign up page.
nikhil kumawat posted

Inviting Users with devise_invitable Discussion
46
General
What made you laugh at 7:25? Is that a bird?! When do we get meet her/him? :)
nikhil kumawat replied

Rails for Beginners Part 33: Twitter API Discussion
16
General
I may have missed something during the initial configuration but I had only set read permissions for the app so the .update(body) method was obvisously returning Twitter::Error::Unauthorized (Read-...
vocal keny replied

Refactoring Local Variables To Methods Discussion
0
General

Adding a Blog Index Action Discussion
6
General
Perfect! : )
aslan1976 replied

Setup Ubuntu 14.04 Trusty Tahr Discussion
0
General

Extending Rails Associations with Custom Features Discussion
0
General
Great video! I see the point in the first example where just the User needs to know about the client projects, but if you're creating a module and extending it through different classes, why not ju...

HTML Learning Path - Text Elements Discussion
1
General
Hello Collin,
I want to ask what VSCode theme did you use in this lesson ?
I find it very nice!

Realtime Group Chat with Rails [Revised] - Part 2 Discussion
9
General
Nice video Chris.
I did something similar on a project a while ago but not with the elegant stimulus js solution.
Something that I am wondering about Websockets. In terms of edges cases or pitf...
Fixt Dev replied