Setup an Admin Dashboard and Improve Searches | Ruby On Rails For Beginners Part 7

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

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

  • @Deanin
    @Deanin  2 года назад +6

    Hopefully this ends up being helpful. I was trying to cover a gem for the dashboard, but they are all in such a state right now when it comes to supporting Action Text that I decided it'd be better for us to cover creating our own solution. :) We also fix a bunch of stuff, talk about N+1 queries (blowing up the database)
    If Action Text image uploads aren't working for you, go watch this: ruclips.net/video/1cw6qO1EYGw/видео.html

  • @dencam
    @dencam 2 года назад +2

    Here on standby for this awesome episodes

  • @ledockol
    @ledockol 2 года назад +2

    Excellent. Thanks

  • @ricardomordaunt1101
    @ricardomordaunt1101 2 года назад +2

    Thanks Dean...

  • @nonanik112
    @nonanik112 2 года назад +3

    ☺plans to get rid of my mistakes by looking at you Rail 7 I hope you use ActiveAdmin

  • @randerins
    @randerins 2 года назад +2

    Hey Deanin, thanks for another great vid. Not sure if you already covered how to hide credentials/API keys on Rails and the best way to do it, before deploying the project. Just a video suggestion.

    • @Deanin
      @Deanin  2 года назад +3

      I'll add it to the list! Should be a quick but very useful tutorial, so thank you for the suggestion :)
      If you need to do this right now, I recently did a video on pushing a chat room to Heroku that used the Rails Encrypted Credentials system to hide credentials for the production server.
      Should be about 4:47 into the video. I change the DB to postgres and setup its environment variables for use in production.
      ruclips.net/video/d2-cd4RKFwA/видео.html

    • @randerins
      @randerins 2 года назад +1

      @@Deanin Thanks! I'll check it out

    • @Deanin
      @Deanin  2 года назад +1

      @@randerins I think in the video I used VS code as the editor, if you'd prefer to use Nano or Vim, the command becomes:
      EDITOR=nano rails credentials:edit

  • @salvadoraguirre8689
    @salvadoraguirre8689 10 месяцев назад

    In the routes.rb file, where does the authenticated method comes from? From devise? If I'm in another project and I do not use devise, how can handle that?

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

    integration Rails 7 with AdminLTE