Rails Application Templates

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

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

  • @josephhyatt2921
    @josephhyatt2921 6 лет назад +1

    Great video! I have learned so much from your videos. Being a self-taught developer without a mentor, these tutorials are a life saver. Thanks!

  • @mikeakakobe
    @mikeakakobe 6 лет назад

    i keep getting a database error saying "users already exists" cant seem to fix the issue!

  • @isaiahbot
    @isaiahbot 6 лет назад +1

    Why not just make a base github repo for each kind of rails app then pull that when you need it?

    • @GorailsTV
      @GorailsTV  5 лет назад

      An application template can be applied to any version of Rails. You couldn't do that with a base github repo.

  • @zehanimohamedyoussef3736
    @zehanimohamedyoussef3736 5 лет назад

    hi there
    I wonder how is it possible to add an application template to an existant rails project ?
    & thanks :)

    • @GorailsTV
      @GorailsTV  5 лет назад

      Unfortunately you can't. If you want though, you can read through the template.rb file and manually apply the changes to your existing app. That way you can also pick and choose what you want.

  • @hei_zen
    @hei_zen 6 лет назад

    Great video as always. Background of your room is a bit unruly though, liked the old one better ;-)

    • @GorailsTV
      @GorailsTV  6 лет назад +2

      Was visiting family and couldn't record at home this time. :)

    • @hei_zen
      @hei_zen 6 лет назад

      Very industrious :-)

  • @cd78
    @cd78 6 лет назад

    One of the things I found annoying about rails is how arsy form handling is. You can code submits from form input fields in php in 3 files in rails you need about 10