aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/railties/mounted_engine_test.rb
Commit message (Expand)AuthorAgeFilesLines
* This model is a model so it should behaves like oneRafael Mendonça França2014-05-121-7/+3
* Calls to the application constant have been refactored to usewangjohn2013-06-101-1/+1
* Fix generating route from engine to other enginePiotr Sarnacki2013-05-031-0/+45
* Fix asset_path in mounted enginePiotr Sarnacki2013-01-211-0/+9
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-19/+19
* Fix handling SCRIPT_NAME from within mounted engine'sPiotr Sarnacki2012-08-111-15/+0
* Remove default match without specified methodJose and Yehuda2012-04-241-11/+11
* 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