diff options
-rw-r--r-- | actionpack/README | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/actionpack/README b/actionpack/README index 4d69103aa2..e4ce4aa044 100644 --- a/actionpack/README +++ b/actionpack/README @@ -373,21 +373,6 @@ new model). After creating the post, it'll redirect to the show page using an URL such as /weblog/5 (where 5 is the id of the post). -== Examples - -Action Pack ships with three examples that all demonstrate an increasingly -detailed view of the possibilities. First is blog_controller that is just a -single file for the whole MVC (but still split into separate parts). Second is -the debate_controller that uses separate template files and multiple screens. -Third is the address_book_controller that uses the layout feature to separate -template casing from content. - -Please note that you might need to change the "shebang" line to -#!/usr/local/env ruby, if your Ruby is not placed in /usr/local/bin/ruby - -Also note that these examples are all for demonstrating using Action Pack on -its own. Not for when it's used inside of Rails. - == Download The latest version of Action Pack can be found at @@ -421,4 +406,4 @@ And as Jim from Rake says: Feel free to submit commits or feature requests. If you send a patch, remember to update the corresponding unit tests. If fact, I prefer - new feature to be submitted in the form of new unit tests.
\ No newline at end of file + new feature to be submitted in the form of new unit tests. |