aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/railties/mounted_engine_test.rb
Commit message (Expand)AuthorAgeFilesLines
* convert railties to use AS::TestCaseAaron Patterson2012-01-051-1/+1
* Remove failing test which was wrongly introduced.Jon Leighton2011-09-081-5/+0
* Fix bug #2579.rails-noob2011-09-061-0/+48
* Make polymorphic_url calls go through application helpers again.thedarkone2011-07-251-0/+19
* Solve the RAILS_ENV problem in the railties tests in a more generic wayJon Leighton2011-06-061-2/+5
* Rename namespace method to isolate_namespace.Piotr Sarnacki2010-10-091-1/+1
* Change app to main_app in mounted_helpersPiotr Sarnacki2010-09-081-2/+2
* Removed deprecated router API from railtiesPiotr Sarnacki2010-09-051-1/+1
* Fixed tests after rebasePiotr Sarnacki2010-09-031-4/+3
* Use default_scope in isolated Engines to not force user to scope his routesPiotr Sarnacki2010-09-031-5/+3
* Add possibility to explicitly call engine's routes through polymorphic_routes...Piotr Sarnacki2010-09-031-0/+30
* Updated tests to use scope(:module => :engine_name) instead of namespace and ...Piotr Sarnacki2010-09-031-22/+27
* We don't need that initializer in testsPiotr Sarnacki2010-09-031-4/+0
* Add mounted_helpers to routesPiotr Sarnacki2010-09-031-8/+24
* Routes refactoring:Piotr Sarnacki2010-09-031-0/+130