About 99,000 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. 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.

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

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

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

  7. Getting Started with Rails - Ruby on Rails Guides

    This Guide is based on Rails 2.3. Some of the code shown here will not work in older versions of Rails.

  8. Sign Up and Settings — Ruby on Rails Guides

    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. And last but not least, …

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

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

    A JavaScript file within a Rails application or Rails engine goes in one of three locations: app/assets, lib/assets or vendor/assets. These locations are explained in detail in the Asset …