Tutorials on setting up Ruby on Rails?

Is there a tutorial or information on getting Ruby on Rails installed for an account. I have given the account shell access, installed ruby and rails in that account, installed passenger and altered the sites vhost httpd config by adding the following:

LoadModule passenger_module /chroot/home/colopmpr/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/passenger-6.0.23/buildout/apache2/mod_passenger.so
   <IfModule mod_passenger.c>
     PassengerRoot /chroot/home/colopmpr/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/passenger-6.0.23
     PassengerDefaultRuby /chroot/home/colopmpr/.rbenv/versions/3.2.2/bin/ruby
   </IfModule>

I then restarted apache with no luck. I get the following when I go to the sites URL:

"Forbidden

You don’t have permission to access this resource."

Any help would be appreciated.

Hello–

That is not officially supported, so we don’t have any kind of set up instructions. I’ve not seen anyone try to get Ruby to work in close to a decade, I don’t think that it will at all. Sorry for any inconvenience.

I would check the error log for the domain regarding the 403 error. It may give you more info. It would be found at /home/user/var/domain.com/logs/error.log or error-ssl.log (obviously replacing user and domain.com with the corresponding info).

Thanks,
-Jenna