Upgrading a Rails 6.1 application to Rails 7 - clearbnb - Part 7

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

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

  • @mgharbik
    @mgharbik 5 месяцев назад

    Just one question, you didn't change the config.load_defaults to 7.0, do you have a video about loading the new configs by default and getting rid of the new_framework_defaults_7_0.rb file

  • @BrandonStewart0
    @BrandonStewart0 3 года назад

    Great video! Keep up the great work!

  • @samanfayazi1226
    @samanfayazi1226 3 года назад

    Hi, is there any chance you could create a booking system with rails in one of your videos? I would really appreciate it

    • @JuanVqz
      @JuanVqz Год назад

      He created one already

  • @johanabrahamsen8129
    @johanabrahamsen8129 2 года назад

    I'm having the issue:
    uninitialized constant MyDeviseMailer (NameError):
    I set my rails version to 7.0.0.alpha2 and also the latest, however it still doesn't work for me. If I run 6.1, then it all works, so it has to be something with device as you state in the video. I pointed device to that specfic commit aswell.
    Do you have any suggestion?

  • @lorem_ipsumm
    @lorem_ipsumm 2 года назад

    Hi, nice video.
    I'm trying to update a rails 6.1.4 project to 7.0 and use the hotwired/stimulus which is built in when you create new app on rails 7.0.
    Have you done such thing or are you aware if there are additional step to include all the "defaults" while upgrading ?