Skip to content

Commit

Permalink
Words
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwhite committed Sep 29, 2009
1 parent 4aee829 commit f35fa17
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
2 changes: 2 additions & 0 deletions History.txt
@@ -1,3 +1,5 @@
* Bugs introduced with RequestPathIntrospection (#5 and #6 on lighthouse) solved thanks to Sergei Serdyuk

* RC no longer uses the route that invoked the controller to figure out wildcard enclosing resources.

- this change means that you will no longer get those pesky 'NoRecognizedRoute' errors when your controller
Expand Down
2 changes: 1 addition & 1 deletion License.txt
@@ -1,4 +1,4 @@
Copyright (c) 2007-2009 Ian White - ian.w.white@ardes.com
Copyright (c) 2007-2009 Ian White - ian.w.white@gmail.com

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
23 changes: 17 additions & 6 deletions README.rdoc
@@ -1,10 +1,21 @@
= resources_controller

plugin to facilitate inheritance and DRYness in your resources controllers.
See the API docs at http://ianwhite.github.com/resources_controller/doc .
Also see http://blog.ardes.com/resources_controller
is a plugin to facilitate inheritance and DRYness in your resources controllers. It introduces some abstraction to help
you override the default RESTful funtionality in a clean and simple manner.

See the CHANGLELOG for recent changes.
See History.txt for recent changes.

== Resources

<b>API</b> docs: http://ianwhite.github.com/resources_controller/doc

<b>Google group</b> for questions: http://groups.google.com/group/resources_controller

<b>Lighthouse</b> for bugs: http://ianwhite.lighthouseapp.com/projects/10598-resources_controller

<b>Blog</b> articles: http://blog.ardes.com/resources_controller

<b>RailsConfEurope</b> presentation files: http://en.oreilly.com/railseurope2008/public/schedule/detail/3536

== works with rails 2.x

Expand All @@ -22,7 +33,7 @@ RSpec is used for testing, so the tests are in <tt>spec/</tt> rather than
== Continuous Integration

garlic (at http://github.com/ianwhite/garlic) is used for CI. To run the CI suite have a look at
garlic_example.rb
garlic.rb

== Contributors

Expand All @@ -43,4 +54,4 @@ The following people have made contributions to resources_controller. Please le

== License

Copyright (c) 2008 Ian White, MIT License
Copyright (c) 2007-2009 Ian White, MIT License

0 comments on commit f35fa17

Please sign in to comment.