#164

Поделиться
HTML-код
  • Опубликовано: 31 мар 2024
  • Since Rails 7 you can not scaffold tables in the index view any more. Instead you have a list of cards. Here's how you can bring back tables to your scaffolds.
    DHH hates this one simple trick!
    Episode source code: github.com/corsego/164-scaffo...
    Based on this blogpost: blog.corsego.com/custom-scaff...
    Resources:
    - / why_did_rails_7_kill_s...
    - / scaffold_index_no_long...
    - discuss.rubyonrails.org/t/bac...
    - stackoverflow.com/questions/7...
    - github.com/rails/rails/pull/4...
    - github.com/rails/rails/blob/e...

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

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

    I admire how you are able to get information quickly and get to understand the in and out of the framework ❤.

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

    Neat! Thank you, Ярославе!

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

    Very cool!

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

    Lol at "DHH hates this one simple trick!"

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

    Thanks. Good job. I like your video.

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

    Waaay better.