Building a Dashboard with View Components in Rails

Поделиться
HTML-код
  • Опубликовано: 25 ноя 2024

Комментарии • 7

  • @AlissonPatrickPlus
    @AlissonPatrickPlus 2 месяца назад

    I have over 10 years of experience developing fullstack with Ruby on Rails, and I can assure you that the content on your channel is, by far, one of the most dense, deep, and truly useful out there today! Thank you so much for sharing your knowledge; it has helped me a lot with various technical issues! Regarding this video, you mentioned a component (and Controllers) organization model used by Evil Martians that piqued my curiosity. It would be great if you could record a video explaining the methodology in more detail-I must admit I didn’t fully understand the v1 and v2 in the Controllers folders. Sometimes, in my larger projects, I end up making a mess by mixing Controllers, Views, Partials... I would really like to understand this organization methodology you mentioned, so that, hopefully, I can improve the maintainability of my stuff. Thank you again, and please keep posting more content, you’re the best!

    • @kengreeff
      @kengreeff  2 месяца назад +1

      Thank you! Really appreciate your kind feedback as it makes all this worthwhile. I've added your suggestion to the list and will try work on it soon. Make sure you subscribe to updates on my channel or follow on X so you don't miss it!

  • @EnjoytheMents
    @EnjoytheMents 2 месяца назад +1

    Downloading this to watch during my flight. It better be good! 🤣

    • @kengreeff
      @kengreeff  2 месяца назад +1

      Haha hope it doesn’t disappoint!

  • @jasonbrock6269
    @jasonbrock6269 2 месяца назад

    @kengreeff how are you simplifying the call/reference to the view components? Can you share the view helper code? I am referring to when you call the component helper, passing in a string as a reference to the view component with some params tailing behind.

    • @kengreeff
      @kengreeff  2 месяца назад

      Im using view component contrib by evil martians, really makes the difference in my opinion. I’ll make a video on it soon! github.com/palkan/view_component-contrib

    • @kengreeff
      @kengreeff  Месяц назад

      I’ve recorded this and it should be ready in a couple of weeks :)