Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the helpers a required argument | Evan Phoenix | 2015-02-19 | 1 | -2/+2 |
| | |||||
* | Cache url_helpers instead of creating each time | Evan Phoenix | 2015-02-19 | 1 | -4/+5 |
| | | | | | | | | | This has 2 effects: 1. RoutesProxy is CRAZY faster because it's no longer creating a new Module each time method_missing is hit. 2. It bypasses an existing bug in ruby that makes `class << obj` unsafe to be used in threading contexts. | ||||
* | Missing or unneeded require extract_options | Akira Matsuda | 2013-02-01 | 1 | -0/+2 |
| | |||||
* | Override respond_to? since we are also overriding method_missing. | José Valim | 2012-01-03 | 1 | -0/+4 |
| | |||||
* | Move RoutesProxy to separate file | Piotr Sarnacki | 2010-09-03 | 1 | -0/+35 |