Build CMS, e-commerce, blog, events, app, API... with Ruby on Rails. Strong, Stable, Native web, Pure MVC, Clean structure.
A powerful, flexible, and modern CMS framework built on Ruby on Rails
Optimized for performance with native Ruby on Rails architecture.
Built-in security features to protect your applications.
Works on Ubuntu, WSL, and more operating systems.
Clean architecture with true Model-View-Controller pattern.
PostgreSQL, MySQL, SQLite support out of the box.
One-command installation script for quick deployment.
Extend and customize with unlimited possibilities.
Built by developers, for developers. Easy to maintain.
Get your Ruby on Rails environment ready in minutes
Recommended VPS Providers
How to point your domain and configure Nginx for your Ruby on Rails site
After setup success, Login with user ruby. Create directory your_site_domain.com. Go go current web file directory in command line. Download and extract zip file remote or upload source code from local Download here
Check database config, cache, secret_key_base, session_store... in web config.
Check port , firewall , add script to .bash_profile , add host to nginx. Point domain or DNS to server. Make nginx or vhost conf file domain (exam : rubyra.com.conf)
upstream xxxxxxx.com {
server 127.0.0.1:3000;
}
server {
listen 80;
#listen 443 ssl;
server_name xxxxxxx.com www.xxxxxxx.com;
#ssl_certificate /etc/letsencrypt/live/xxxxxxx.com/fullchain.pem;
#ssl_certificate_key /etc/letsencrypt/live/xxxxxxx.com/privkey.pem;
root /home/ruby/domain.com/public;
index index.html;
client_max_body_size 8M;
gzip on;
gzip_static on;
gzip_disable "msie6";
gzip_vary on;
gzip_proxied any;
gzip_comp_level 6;
gzip_buffers 16 8k;
gzip_http_version 1.1;
gzip_types text/plain text/css application/json text/javascript application/javascript text/xml application/xml application/xml+rss;
add_header Cache-Control "public, must-revalidate, proxy-revalidate";
keepalive_timeout 180;
proxy_read_timeout 180s;
location / {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $http_host;
proxy_redirect off;
proxy_read_timeout 180;
try_files /system/maintenance.html $uri $uri/index.html $uri.html @ruby;
}
location @ruby {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-Ssl on;
proxy_redirect off;
proxy_read_timeout 200;
fastcgi_buffers 80 160k;
fastcgi_buffer_size 320k;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_pass http://xxxxxxx.com;
}
}
Get the latest version of Ruby Rails CMS Framework
MySQL - SQLite - PostgreSQL Support
Download CMS Source V2Explore projects powered by our framework
Professional services to help you succeed with Ruby on Rails
Tailored solutions built on Ruby on Rails for your specific needs
Support, Error, Setup, Move Server, Maintain website..
Complete server configuration and deployment services
Learn Ruby on Rails development from experienced developers
Have a question or want to work together?
Whether you have a question about features, pricing, or anything else, our team is ready to answer all your questions.