About 76,800 results
Open links in new tab
  1. 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 …

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

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

  4. Ruby on Rails 8.0 Release Notes

    Check the Ruby on Rails Guides Guidelines for style and conventions. If for whatever reason you spot something to fix but cannot patch it yourself, please open an issue.

  5. Ruby on Rails Tutorials

    Build an e-commerce app and learn the basics of Rails with this in-depth, hands-on, step-by-step tutorial. If you have no prior knowledge of Rails, this is a great place to start.

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

  7. Action Controller Overview - Ruby on Rails Guides

    Once an incoming request is matched to a controller by the router, Rails creates an instance of that controller class and calls the method with the same name as the action.

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

  9. Rails - Ruby on Rails API

    Returns all Rails groups for loading based on: The Rails environment; The environment variable RAILS_GROUPS; The optional envs given as argument and the hash with group dependencies;

  10. Rails on Rack - Ruby on Rails Guides

    This guide covers Rails integration with Rack and interfacing with other Rack components.After reading this guide, you will know: How to use Rack Middlewares in your Rails applications.