Rails 7

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

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

  • @SupeRails
    @SupeRails  Год назад +2

    Not the topic you WANT, but one you NEED

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

      Thank you for this great content!

  • @wmcraver
    @wmcraver Год назад +2

    Thank you for this video! I've been wondering about active record encryption, but haven't explored it until now.

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

      I was recently creating a bearer authentication api in a rails app, and active record encryption for the :token attribute was natural to use;
      for other fields (personal identifiable, health), it can be a requirement when working with working with specific markets (EU) or customers

  • @azizdevfull
    @azizdevfull Год назад +2

    amazing : )

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

    what about string fields? should we convert them to text fields as well?

  • @live_views
    @live_views Год назад +1

    Hi, I have joined as a junior developer of ROR in a SASS company. we got a requirement to build a service bot for the ecommers application which should be selection/rule-based chart bot link godaddy customer support. in which based on the options selected the response should be made. so is there any gem or service by which we can build it.
    Thank you.

    • @SupeRails
      @SupeRails  Год назад +1

      I've done something like this with Microsoft Azure Bot Service. You can see some examples here: learn.microsoft.com/en-us/composer/tutorial-create-weather-bot

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

      Docs for creating a bot: learn.microsoft.com/en-us/azure/bot-service/bot-service-quickstart-registration?view=azure-bot-service-4.0&tabs=userassigned

  • @AnirbanSaha-vh1zg
    @AnirbanSaha-vh1zg Год назад

    What is that extension to see the database table values in VS code?

    • @SupeRails
      @SupeRails  Год назад +1

      “Postgresql explorer” - it is really good!