About 73,200 results
Open links in new tab
  1. Ruby on Rails: Compress the complexity of modern web apps

    Oct 28, 2025 · A full-stack web application framework written in Ruby, following the Model View Controller pattern, that includes everything you need to build modern database-backed web apps.

  2. Getting Started with Rails - Ruby on Rails Guides

    This guide covers getting up and running with Ruby on Rails.After reading this guide, you will know: How to install Rails, create a new Rails application, and connect your application to a …

  3. Ruby on Rails Guides

    These are the new guides for Rails 8.1 based on v8.1.1. These guides are designed to make you immediately productive with Rails, and to help you understand how all of the pieces fit together.

  4. 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.

  5. 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 …

  6. Ruby on Rails Documentation

    The official Rails documentation: installation guide, tutorials, and API reference docs.

  7. Getting Started with Rails - Ruby on Rails Guides

    Rails is a web application development framework written in the Ruby programming language. It is designed to make programming web applications easier by making assumptions about what …

  8. 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.

  9. The Rails Command Line - Ruby on Rails Guides

    After reading this guide, you will know how to use the Rails command line: To create a Rails application. To generate models, controllers, tests, and database migrations.

  10. Ruby on Rails Guides

    This guide describes how to debug Rails applications. It covers the different ways of achieving this and how to understand what is happening "behind the scenes" of your code.