Ruby on Rails

A little bit about RubyOnRails

Ruby on Rails (RoR) is written in the Ruby programming language and is designed to build web applications. RoR allows you to create web applications as quickly and conveniently as possible.

Rails works great with many web servers and DBMSs. As the web server, most often we use Nginx with the Phusion Passenger module. Rails can also be deployed using Unicorn, Thin, Mongrel, or FastCGI. You can use MySQL, PostgreSQL, SQLite, Oracle, SQL Server, DB2, or Firebird as a DBMS. To automate the deployment processes, we use Docker and Kubernetes.

Most of our projects are implemented on RubyOnRails.

If you are developing on RubyOnRails, you can send your resume.