aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2010-07-21 12:37:05 +0200
committerJosé Valim <jose.valim@gmail.com>2010-07-21 12:37:05 +0200
commitb70062f1e71dc8bda8e9b8159a1f202389a80a62 (patch)
tree40de47c88c70e98d28c0f080a659074e0f162e65 /actionpack
parentcd1536887bd144dc934dde7ff47b608b490d7766 (diff)
downloadrails-b70062f1e71dc8bda8e9b8159a1f202389a80a62.tar.gz
rails-b70062f1e71dc8bda8e9b8159a1f202389a80a62.tar.bz2
rails-b70062f1e71dc8bda8e9b8159a1f202389a80a62.zip
Rework a bit README files.
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/README9
1 files changed, 0 insertions, 9 deletions
diff --git a/actionpack/README b/actionpack/README
index 20cc09c26f..272feb63d0 100644
--- a/actionpack/README
+++ b/actionpack/README
@@ -19,15 +19,6 @@ the HTML. To avoid cluttering the templates with code, a bunch of helper
classes provide common behavior for forms, dates, and strings. And it's easy
to add specific helpers to keep the separation as the application evolves.
-Note: Some of the features, such as scaffolding and form building, are tied to
-ActiveRecord[http://activerecord.rubyonrails.org] (an object-relational
-mapping package), but that doesn't mean that Action Pack depends on Active
-Record. Action Pack is an independent package that can be used with any sort
-of backend (Instiki[http://www.instiki.org], which is based on an older version
-of Action Pack, used Madeleine for example). Read more about the role Action
-Pack can play when used together with Active Record on
-http://www.rubyonrails.org.
-
A short rundown of the major features:
* Actions grouped in controller as methods instead of separate command objects