in_place_editing icon indicating copy to clipboard operation
in_place_editing copied to clipboard

Play nice with the new routes in Rails 3.0?

Open pwnall opened this issue 15 years ago • 1 comments

Rails 3.0 deprecated the default route that makes all public controller methods reachable. This plug-in relies on set_* methods being accessible, which means I have to list them in both the controller and the route table. It doesn't seem very DRY to me, but I can't think of a good way to remove the redundancy.

Help, please?

Thanks, Victor

pwnall avatar Feb 15 '10 00:02 pwnall

I'm seeing this issue too. What routes did you have to add to make this work? I'm surprised this hasn't been addressed yet or is there a preferred alternative to this gem now for Rails 3?

cpanderson avatar Aug 17 '11 16:08 cpanderson