Mike Perham

Results 258 comments of Mike Perham

Well, an unlabeled line is harder to answer "what is this? why is it here?" Maybe we could have a separate legend or table for deploy marks. Edit: oh, now...

I love it as is, I'll test it out and merge if all is well. Open up a new PR for the job specific page.

If you want extra credit, test it with dark mode and using Hebrew as your browser language (to get RTL UI flow).

Lots of room for polish but infinitely better than what was there before.

The metrics subsystem is a WIP and won't hold up 7.0. I expect lots of changes to it over the next few releases as it goes from unusable to "pretty...

Thanks for the reminder, I've been meaning to revisit this now that metrics and 6.5 are in a good place.

That’s exactly the symptom I saw this morning, a gem failed to load because it was looking for Rails::VERSION.

The only issue with requiring `rails/all` would be if you don't want to load certain subsystems within Rails. People often customize the require within `config/application.rb`, e.g.: ```ruby require 'rails' %w(...

For the record: - `active_record_upsert` isn't using a Railtie at all to integrate with Rails. This is broken. - `react-rails` does have a Railtie but it looks like it has...

Please add a comment if you find any other gems (and links to gem issues you open!) which break preload.