diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2010-12-25 01:04:10 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2010-12-25 01:04:10 +0530 |
commit | f17e1b2f7fd8e09370f3a1ddb3c8526ba71d54c2 (patch) | |
tree | e0f33f2bfd22dc3b3d643a31e90dbcdab7a5ccfd /railties/guides/source/plugins.textile | |
parent | caca58e4da9a61dc4aaef0e14b80393f137004ec (diff) | |
download | rails-f17e1b2f7fd8e09370f3a1ddb3c8526ba71d54c2.tar.gz rails-f17e1b2f7fd8e09370f3a1ddb3c8526ba71d54c2.tar.bz2 rails-f17e1b2f7fd8e09370f3a1ddb3c8526ba71d54c2.zip |
clean up plugin references
Diffstat (limited to 'railties/guides/source/plugins.textile')
-rw-r--r-- | railties/guides/source/plugins.textile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/railties/guides/source/plugins.textile b/railties/guides/source/plugins.textile index 585bc2ee86..f7c4a6f85c 100644 --- a/railties/guides/source/plugins.textile +++ b/railties/guides/source/plugins.textile @@ -1416,12 +1416,12 @@ If you prefer to use RSpec instead of Test::Unit, you may be interested in the " h4. References -* http://nubyonrails.com/articles/the-complete-guide-to-rails-plugins-part-i -* http://nubyonrails.com/articles/the-complete-guide-to-rails-plugins-part-ii -* http://github.com/technoweenie/attachment_fu/tree/master -* http://daddy.platte.name/2007/05/rails-plugins-keep-initrb-thin.html -* http://www.mbleigh.com/2008/6/11/gemplugins-a-brief-introduction-to-the-future-of-rails-plugins -* http://weblog.jamisbuck.org/2006/10/26/monkey-patching-rails-extending-routes-2. +* "Complete Guide to Rails Plugins - Part 1":http://nubyonrails.com/articles/the-complete-guide-to-rails-plugins-part-i +* "Complete Guide to Rails Plugins - Part 2":http://nubyonrails.com/articles/the-complete-guide-to-rails-plugins-part-ii +* "Attachment_fu Plugin":http://github.com/technoweenie/attachment_fu/tree/master +* "Keeping init.rb thin":http://daddy.platte.name/2007/05/rails-plugins-keep-initrb-thin.html +* "GemPlugins":http://www.mbleigh.com/2008/06/11/gemplugins-a-brief-introduction-to-the-future-of-rails-plugins +* "Extending Routes":http://weblog.jamisbuck.org/2006/10/26/monkey-patching-rails-extending-routes-2 h4. Contents of +lib/yaffle.rb+ |