| Commit message (Expand) | Author | Age | Files | Lines |
* | Stop using deprecated `render :text` in test | Prem Sichanugrist | 2015-07-17 | 1 | -12/+12 |
* | call the routes method on engines | Aaron Patterson | 2014-08-05 | 1 | -74/+37 |
* | a rails application should be an engine subclass | Aaron Patterson | 2014-08-05 | 1 | -1/+1 |
* | no reason to lazily instantiate the routes | Aaron Patterson | 2014-08-05 | 1 | -45/+42 |
* | just assign the instance variables on the test | Aaron Patterson | 2014-08-05 | 1 | -7/+3 |
* | Rails-ish apps should descend from Rails::Railtie | Aaron Patterson | 2014-07-16 | 1 | -1/+2 |
* | this class is a model, so it should act like one | Aaron Patterson | 2014-05-12 | 1 | -0/+3 |
* | Allow engine root relative redirects using an empty string. | Andrew White | 2014-01-01 | 1 | -41/+111 |
* | Respect `SCRIPT_NAME` when using `redirect` with a relative path | Andrew White | 2013-10-10 | 1 | -0/+100 |
* | test case to lock down the behavior of #7842 | Yves Senn | 2012-11-04 | 1 | -0/+5 |
* | Use internal instance variable naming scheme for mounted URL helper proxies | Sam Pohlenz | 2012-09-09 | 1 | -0/+11 |
* | Fix handling SCRIPT_NAME from within mounted engine's | Piotr Sarnacki | 2012-08-11 | 1 | -18/+0 |
* | Remove default match without specified method | Jose and Yehuda | 2012-04-24 | 1 | -13/+13 |
* | Override respond_to? since we are also overriding method_missing. | José Valim | 2012-01-03 | 1 | -0/+7 |
* | Make polymorphic_url calls go through application helpers again. | thedarkone | 2011-07-25 | 1 | -0/+12 |
* | Fix tests, main_app mounted helper must be defined explicitly now. | Piotr Sarnacki | 2011-04-25 | 1 | -0/+1 |
* | Allow mounting engines at '/' | Piotr Sarnacki | 2010-09-30 | 1 | -16/+77 |
* | Change app to main_app in mounted_helpers | Piotr Sarnacki | 2010-09-08 | 1 | -3/+3 |
* | Do not require passing :app to mounted helpers, it's actually useless and not... | Piotr Sarnacki | 2010-09-08 | 1 | -1/+1 |
* | Ensure that url_helpers included after application's ones have higher priority | Piotr Sarnacki | 2010-09-03 | 1 | -0/+15 |
* | Add mounted_helpers to routes | Piotr Sarnacki | 2010-09-03 | 1 | -14/+70 |
* | Routes refactoring: | Piotr Sarnacki | 2010-09-03 | 1 | -46/+71 |
* | Use new url_for API instead of including routes.url_helpers | Piotr Sarnacki | 2010-09-03 | 1 | -3/+2 |
* | Added some more tests for url generation between Engine and Application | Piotr Sarnacki | 2010-09-03 | 1 | -10/+28 |
* | Refactored tests for prefix generation and added test for url generation in r... | Piotr Sarnacki | 2010-09-03 | 1 | -11/+32 |
* | New way of generating urls for Application from Engine. | Piotr Sarnacki | 2010-09-03 | 1 | -0/+1 |
* | Allow to generate Application routes inside Engine | Piotr Sarnacki | 2010-09-03 | 1 | -3/+22 |
* | Use env['action_dispatch.routes'] to determine if we should generate prefix o... | Piotr Sarnacki | 2010-09-03 | 1 | -0/+102 |