Hi everyone,
I wanted to share a solution for a common issue that some users might face with KDE 5. I personally encountered it across multiple Linux distributions that use KDE 5, so it’s not specific to MX Linux.
The issue:
When using dual monitors, the second screen often shows a black desktop ...
Search found 4 matches
- Thu Jun 12, 2025 6:36 pm
- Forum: MX KDE Official Release
- Topic: Solution for Black Screen Issue in KDE 5
- Replies: 0
- Views: 2973
- Thu Jun 12, 2025 6:11 pm
- Forum: Chat
- Topic: How to Install Older Versions of Ruby on Rails (like 5 or 6)? [Solved]
- Replies: 4
- Views: 936
Re: How to Install Older Versions of Ruby on Rails (like 5 or 6)? [Solved]
Thank you both, @CharlesV and @operadude, for the warm welcome and kind words! :happy:
I'm really glad to hear that sharing my steps might be helpful to others that’s exactly the kind of spirit I love in a community like this.
Looking forward to learning more and contributing where I can!
Cheers!
I'm really glad to hear that sharing my steps might be helpful to others that’s exactly the kind of spirit I love in a community like this.
Looking forward to learning more and contributing where I can!
Cheers!
- Wed Jun 11, 2025 11:49 am
- Forum: Chat
- Topic: How to Install Older Versions of Ruby on Rails (like 5 or 6)? [Solved]
- Replies: 4
- Views: 936
Re: How to Install Older Versions of Ruby on Rails (like 5 or 6)? [Solved]
After many attempts, I finally discovered that the issue was actually within Rails itself. I kept encountering the following error:
uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger (NameError)
To fix it, I manually edited the following file:
~/.rbenv/versions/2.7.6/lib/ruby ...
uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger (NameError)
To fix it, I manually edited the following file:
~/.rbenv/versions/2.7.6/lib/ruby ...
- Tue Jun 10, 2025 8:02 pm
- Forum: Chat
- Topic: How to Install Older Versions of Ruby on Rails (like 5 or 6)? [Solved]
- Replies: 4
- Views: 936
How to Install Older Versions of Ruby on Rails (like 5 or 6)? [Solved]
Hello everyone,
I’ve been struggling for the past two days trying to set up an older version of Ruby on Rails.
I’m currently learning Rails through a course that focuses on versions 5 and 6, but the latest version available now is Rails 8. I want to start from version 5 and gradually move up.
I ...
I’ve been struggling for the past two days trying to set up an older version of Ruby on Rails.
I’m currently learning Rails through a course that focuses on versions 5 and 6, but the latest version available now is Rails 8. I want to start from version 5 and gradually move up.
I ...