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

    Oct 28, 2025 · Everything you need. 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.

  2. Getting Started with Rails - Ruby on Rails Guides

    1. Introduction Welcome to Ruby on Rails! In this guide, we'll walk through the core concepts of building web applications with Rails. You don't need any experience with Rails to follow along …

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

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

  5. Rails Routing from the Outside In - Ruby on Rails Guides

    This guide covers the user-facing features of Rails routing.After reading this guide, you will know: How to interpret the code in config/routes.rb. How to construct your own routes, using either …

  6. Layouts and Rendering in Rails - Ruby on Rails Guides

    This guide covers the basic layout features of Action Controller and Action View.After reading this guide, you will know: How to use the various rendering methods built into Rails.

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

  8. Ruby on Rails 8.1 Release Notes — Ruby on Rails Guides

    You should also first upgrade to Rails 8.0 in case you haven't and make sure your application still runs as expected before attempting an update to Rails 8.1. A list of things to watch out for …

  9. Ruby on Rails new release updates

    Dec 13, 2024 · We’ve released Ruby on Rails 2.3.6: six months of bug fixes, a handful of new features, and a strong bridge to Rails 3. We deprecated some obscure and ancient features...

  10. Configuring Rails Applications - Ruby on Rails Guides

    This guide covers the configuration and initialization features available to Rails applications.After reading this guide, you will know: How to adjust the behavior of your Rails applications.