
Getting Started with Rails - Ruby on Rails Guides
Rails is a web framework built for the Ruby programming language. Rails takes advantage of many features of Ruby so we strongly recommend learning the basics of Ruby so that you …
Ruby on Rails Guides
This guide explains how to use import maps or jsbundling-rails to include JavaScript in Rails applications, and covers the basics of working with Turbo in Rails.
Getting Started with Rails - Ruby on Rails Guides
Rails is a web application framework running on the Ruby programming language. If you have no prior experience with Ruby, you will find a very steep learning curve diving straight into Rails.
Getting Started with Rails - Ruby on Rails Guides
Rails is a web application framework running on the Ruby programming language. If you have no prior experience with Ruby, you will find a very steep learning curve diving straight into Rails.
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 …
Active Record Basics - Ruby on Rails Guides
Basic knowledge of relational database management systems (RDBMS) and structured query language (SQL) is helpful in order to fully understand Active Record. Please refer to this SQL …
Getting Started with Dev Containers — Ruby on Rails Guides
After reading this guide, you will know: How to create a new Rails application with the rails-new tool. How to begin working with your application in a development container.
Testing Rails Applications - Ruby on Rails Guides
This guide explores how to write tests in Rails.After reading this guide, you will know: Rails testing terminology. How to write unit, functional, integration, and system tests for your application. …
Using Rails for API-only Applications — Ruby on Rails Guides
If you're building a Rails application that will be an API server first and foremost, you can start with a more limited subset of Rails and add in features as needed.
Working with JavaScript in Rails — Ruby on Rails Guides
This guide covers the options for integrating JavaScript functionality into your Rails application, including the options you have for using external JavaScript packages and how to use Turbo …