Git Product home page Git Product logo

Comments (4)

Tonksthebear avatar Tonksthebear commented on August 10, 2024 2

Hey @natematykiewicz, thank you for the feedback. I REALLY appreciate you writing this up. I had no idea, as the gems I looked at as an example just included rails like I did. Not only did you point this out, but you already found what I needed to include AND posted a great link, so thank you 👍

I'll get an update out soon with the necessary changes. Thanks again!

from classy-yaml.

natematykiewicz avatar natematykiewicz commented on August 10, 2024 1

No problem!

Yeah, I'm not sure if you remember, but a few months back activestorage was unable to be installed for about a day. ActiveStorage depended on a gem called mimemagic and mimemagic had a licensing problem and had to yank a bunch of versions. ActiveStorage ended up removing mimemagic as a dependency, adding more logic to Rails' marcel gem. rails/rails#41750

A lot of apps that don't use activestorage ended up just removing gem 'rails' from their Gemfile, and replacing it with a bunch of lines for the parts of Rails they actually use (avoiding ActiveStorage). But then some people who did this ran into problems because other gems they used required "rails" instead of just the parts of Rails they needed. A lot of people (including myself) learned a lot that day. So I figured I'd pass on the knowledge.

from classy-yaml.

Tonksthebear avatar Tonksthebear commented on August 10, 2024

Ah yes, I remember that. I was just fortunate enough that the issues were resolved by the time I started looking into it. I heard about some of what you said on podcasts, but the headaches it cause are now clearer to me.

#4 should hopefully take care of this issue. If you want to look it over to make sure I did it properly, let me know. It's absolutely not your responsibility though, so no offense taken if you don't want to bother 👍 I'll close this issue when that's merged so I'll give it a day or so unless you say otherwise

from classy-yaml.

Tonksthebear avatar Tonksthebear commented on August 10, 2024

Ok I went ahead and merged it. Thanks again for bringing this to my attention!

from classy-yaml.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.