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
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.
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 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
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?
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
Here on standby for this awesome episodes
Excellent. Thanks
Thanks Dean...
☺plans to get rid of my mistakes by looking at you Rail 7 I hope you use ActiveAdmin
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.
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
@@Deanin Thanks! I'll check it out
@@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
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?
integration Rails 7 with AdminLTE