rails

  1. tarkhil

    Cannot build rails 7.2 without x11

    Hello I'm trying to install redmine 6.0, naturally I don't need any x11 on server. I've built rubygem image_processing but can't build rails. ===> rubygem-rails72-7.2.2.1_1 depends on package: rubygem-image_processing>=1.2<2 - not found ===> Staging for rubygem-image_processing-1.14.0 ===>...
  2. ppbitb

    general/other Infrastructure design of Ruby on Rails application.

    Hey folks. I have a small hobby website which has been running for the past 15 years. It is a Ruby on Rails application. The architecture is nginx proxying to unicorn which wraps the ruby codebase. There are also a couple Resque processes (leveraging Redis) to handle async jobs which need...
Back
Top