svenfuchs / routing-filter

routing-filter wraps around the complex beast that the Rails routing system is, allowing for unseen flexibility and power in Rails URL recognition and generation.
http://www.artweb-design.de
MIT License
464 stars 84 forks source link

Deprecation Warning in Rails 2.3.11 #21

Closed derrick closed 13 years ago

derrick commented 13 years ago

We just upgraded to Rails 2.3.11 and noticed that Kernel#returning has been deprecated in favor of Object#tap. This looks at the minor and tiny version numbers for actionpack and decides which one to use in the rails_2.rb adapter.

elia commented 13 years ago

just forked and did the same …deleting the repo

dce commented 13 years ago

+1

jkarlsson commented 13 years ago

I'm using the mobi fork and it works fine. This should definitely be pulled.

kuroda commented 13 years ago

I have pulled dce's fork.