Skip to content

Commit

Permalink
prevent RDoc from autolinking "Rails" in the API home page
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Aug 21, 2010
1 parent 9011f8f commit 68e2d1e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.rdoc
@@ -1,6 +1,6 @@
== Welcome to Rails
== Welcome to \Rails

Rails is a web-application framework that includes everything needed to create
\Rails is a web-application framework that includes everything needed to create
database-backed web applications according to the Model-View-Control pattern.

This pattern splits the view (also called the presentation) into "dumb"
Expand All @@ -11,7 +11,7 @@ persist themselves to a database. The controller handles the incoming requests
(such as Save New Account, Update Product, Show Post) by manipulating the model
and directing data to the view.

In Rails, the model is handled by what's called an object-relational mapping
In \Rails, the model is handled by what's called an object-relational mapping
layer entitled Active Record. This layer allows you to present the data from
database rows as objects and embellish these data objects with business logic
methods. You can read more about Active Record in
Expand All @@ -22,17 +22,17 @@ layers by its two parts: Action View and Action Controller. These two layers
are bundled in a single package due to their heavy interdependence. This is
unlike the relationship between the Active Record and Action Pack that is much
more separate. Each of these packages can be used independently outside of
Rails. You can read more about Action Pack in
\Rails. You can read more about Action Pack in
link:files/vendor/rails/actionpack/README.html.


== Getting Started

1. Install Rails at the command prompt if you haven't yet:
1. Install \Rails at the command prompt if you haven't yet:

gem install rails

2. At the command prompt, create a new Rails application:
2. At the command prompt, create a new \Rails application:

rails new myapp

Expand All @@ -58,10 +58,10 @@ the following resources handy:

== Contributing

We encourage you to contribute to Ruby on Rails! Please check out the {Contributing to Rails
We encourage you to contribute to Ruby on \Rails! Please check out the {Contributing to \Rails
guide}[http://edgeguides.rubyonrails.org/contributing_to_rails.html] for guidelines about how
to proceed. {Join us}[http://contributors.rubyonrails.org]!

== License

Ruby on Rails is released under the MIT license.
Ruby on \Rails is released under the MIT license.

0 comments on commit 68e2d1e

Please sign in to comment.