|
- 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 with this guide Rails is a web framework built for the Ruby programming language
- 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
- 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
- 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
- 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
- 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 the preferred resourceful style or the match method
- 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
- 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, any kind of discussion regarding Ruby on Rails documentation is very welcome on the official Ruby on Rails Forum
|
|
|