Best Heroku Replacement To Host your Ruby on Rails project for FREE

Sdílet
Vložit
  • čas přidán 24. 01. 2024
  • Hey guys sorry for my extended break I will be back now posting content consistently, It is my biggest goal to grow this channel this year and create helpful content. Please comment down below any ideas for Apps I can build for future tutorials.
    Useful links
    -- Render Build Setup Gem
    I created this gem to make generating the render-build file a breeze, check out the source code here.
    github.com/enochtamulonis/ren...
    Create Render Account here
    render.com/
    Create Github Account here
    github.com/
    Install Ruby on Rails 7 // Select the version you need
    gorails.com/setup/macos/13-ve...
  • Věda a technologie

Komentáře • 12

  • @user-ic4ce8xb5v
    @user-ic4ce8xb5v Před měsícem +1

    Thanks!

    • @indigotechtutorials
      @indigotechtutorials  Před měsícem +1

      I'm glad this helped you let me know if you have any other concepts you are struggling with and I would love to make a video on it

  • @Elgnonvis
    @Elgnonvis Před 5 měsíci +4

    great
    need tuto rails API, Docker, docker compose, ....

  • @josbexerra8115
    @josbexerra8115 Před 5 měsíci +1

    Muchas gracias Mister Indigo

  • @Gio-wb
    @Gio-wb Před měsícem +1

    Nice video, I was a little stuck with render, a question: Are the images permanent or is it still recommended to use AWS?

    • @indigotechtutorials
      @indigotechtutorials  Před měsícem

      You would still want to use AWS S3 for storing your files. Images, Videos etc so they are persisted since each time you redeploy it would clear your tmp files out

  • @josephandres4324
    @josephandres4324 Před 4 měsíci +1

    that was awesome

  • @HikarusVibrator
    @HikarusVibrator Před měsícem

    Nice vid. But you should hide your doc on mac. Throwing away screen real estate for no reason doesn’t make sense

  • @ledockol
    @ledockol Před 5 měsíci

    👍

  • @jaysont5311
    @jaysont5311 Před 13 dny

    Does the images get stored in the db?

    • @indigotechtutorials
      @indigotechtutorials  Před 13 dny

      The images are stored with the active storage library which is a part of Rails and setup with the rails active_storage:install command or rails action_text:install but no the images are stored in the tmp folder by default aka stored on disk for a live app you would want to switch to use something like AWS S3 bucket to store your files and you can setup the keys and bucket name for that in the config/storage.yml file

    • @jaysont5311
      @jaysont5311 Před 13 dny

      @@indigotechtutorials you're the best! Thank you