-
Kizdar net |
Kizdar net |
Кыздар Нет
Getting Started with Rails - Ruby on Rails Guides
Getting Started with RailsThis guide covers getting up and running with Ruby on Rails.After reading this guide, you will know: How to install Rails, create a new Rails application, and …
Getting Started with Rails - Ruby on Rails Guides
The Ruby on Rails Tutorial; The Ruby on Rails mailing list; The #rubyonrails channel on irc.freenode.net; 11 Configuration Gotchas. The easiest way to work with Rails is to store all …
Ruby on Rails Guides
Contributing to Ruby on Rails. Rails is not "someone else's framework". This guide covers a variety of ways that you can get involved in the ongoing development of Rails. API …
Getting Started with Rails - Ruby on Rails Guides
Getting Started with Rails. This guide covers getting up and running with Ruby on Rails. After reading it, you should be familiar with: Installing Rails, creating a new Rails application, and …
Getting Started with Dev Containers — Ruby on Rails Guides
The store directory will have a number of generated files and folders that make up the structure of a Rails application. Most of the work in this tutorial will happen in the app folder. For a full …
Ruby on Rails Guides
What versions of Ruby on Rails are currently supported, and when to expect new versions. Release Notes Upgrading Ruby on Rails. This guide helps in upgrading applications to latest …
Using Rails for API-only Applications — Ruby on Rails Guides
When used with Rails, Rack::Cache uses the Rails cache store for its entity and meta stores. This means that if you use memcache, for your Rails app, for instance, the built-in HTTP cache will …
The Rails Command Line - Ruby on Rails Guides
This tutorial assumes you have basic Rails knowledge from reading the Getting Started with Rails Guide. 1 Creating a Rails App. ... bin/rails about gives information about version numbers for …
Working with JavaScript in Rails — Ruby on Rails Guides
Working with JavaScript in RailsThis guide covers the options for integrating JavaScript functionality into your Rails application, including the options you have for using external …
Action Controller Overview - Ruby on Rails Guides
Action Controller OverviewIn this guide, you will learn how controllers work and how they fit into the request cycle in your application.After reading this guide, you will know how to: Follow the …