Mike Weiss

Results 8 comments of Mike Weiss

Experiencing same issue on Mac OS Catalina 10.15.7

This may be the cause: Choosing a Top nav background color in the admin interface attempts to override the .navbar-inner class with a background-color: property. But the theme's default property...

I'm also noticing that choosing a gradient instead of color in the admin console also does not function properly.. it does not seem to make any changes to CSS.

Issue reproduced on Raspbian Jessie running on Raspberry Pi 3

If this issue is what I think it is, I would like to work on it. I'm a rails newbie and I'm looking for something to work on. I tried...

I realized I needed to learn more about Rails first, I've been studying and even bought a few books, I'll get back on it.

the permalink method that is found in many models `def permalink_url(anchor = nil, only_path = false)` can be changed to: `def permalink_url(anchor = nil, only_path = TRUE)` and all full...

Ok, I will make the change, do we want to change the name of permalink_url to something else, since it will no longer create a URL by default?