Ruby on Rails: Compress the complexity of modern web apps Rails is a full-stack framework It ships with all the tools needed to build amazing web apps on both the front and back end Rendering HTML templates, updating databases, sending and receiving emails, maintaining live pages via WebSockets, enqueuing jobs for asynchronous work, storing uploads in the cloud, providing solid security protections
Getting Started with Rails — Ruby on Rails Guides The general layout of a Rails application The basic principles of MVC (Model, View, Controller) and RESTful design How to quickly generate the starting pieces of a Rails application How to deploy your app to production using Kamal
Ruby on Rails Guides This guide covers a number of advanced topics related to controllers in a Rails application such as protecting against cross-site request forgery, HTTP authentication, data streaming, and dealing with exceptions, log filtering, and more
Getting Started with Rails - Ruby on Rails Guides How to install Rails, create a new Rails application, and connect your application to a database The general layout of a Rails application The basic principles of MVC (Model, View, Controller) and RESTful design
Rails Version 8. 0. 2 has been released! - rubyonrails. org I am happy to announce that Rails 8 0 2 has been released CHANGES since 8 0 1 To see a summary of changes, please read the release on GitHub: 8 0 2 CHANGELOG To view the changes for each gem, please read the changelogs on GitHub: Action Cable CHANGELOG; Action Mailbox CHANGELOG; Action Mailer CHANGELOG; Action Pack CHANGELOG; Action Text
Ruby on Rails Documentation The official Rails documentation: installation guide, tutorials, and API reference docs
The Rails Command Line - Ruby on Rails Guides The Rails Command LineAfter reading this guide, you will know: How to create a Rails application How to generate models, controllers, database migrations, and unit tests How to start a development server How to experiment with objects through an interactive shell
Ruby on Rails API Rails is a web-application framework that includes everything needed to create database-backed web applications according to the Model-View-Controller (MVC) pattern Understanding the MVC pattern is key to understanding Rails
Getting Started with Rails - Ruby on Rails Guides Getting Started with Rails This guide covers getting up and running with Ruby on Rails After reading it, you should be familiar with: Installing Rails, creating a new Rails application, and connecting your application to a database; The general layout of a Rails application; The basic principles of MVC (Model, View Controller) and RESTful design
Install Ruby on Rails Guide This guide will walk you through installing the Ruby programming language and the Rails framework on your operating system While your OS might come with Ruby pre-installed, it's often outdated and can't be upgraded