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

  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 every …

  4. 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 often outdated and …

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

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

  7. Ruby on Rails 8.0 Release Notes

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

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

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

  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.