This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Court3nay (author)
Fri Apr 11 12:59:59 -0700 2008
commit b6459d8e6ac5e851ef0414b9c5ed75debce434be
tree f07dd0e867601e2d215e13dda401057bd364e916
parent eb3772d9059aa0777f9e3389f36e367f39f836f0
tree f07dd0e867601e2d215e13dda401057bd364e916
parent eb3772d9059aa0777f9e3389f36e367f39f836f0
... |
... |
|
... |
... |
|





Comments
This is really interesting. Do you think it’s worth extracting for general use? Perhaps alongside some kind of map.all_plugin_routes method?
Yes.. actually I think it should work with more of a Rails.plugin_routes do |map| style, rather than just hardcoding map.resources. I’m trying to do something like this for models also, but so far it’s eluded me.