aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/railties/mounted_engine_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Railities typo fixes.alkesh262019-02-011-3/+3
* Fix RuboCop offensesKoichi ITO2017-08-161-6/+6
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Fix regression from multiple mountpoint supportDavid Rodríguez2017-07-241-0/+9
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Correctly check whether key is defined in configurationyuuji.yaginuma2017-03-191-1/+1
* Remove deprecated support to :text in renderRafael Mendonça França2016-10-101-10/+10
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-2/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-3/+3
* applies new string literal convention in railties/testXavier Noria2016-08-061-13/+13
* Remove unused boot_rails method and it's usagePrathamesh Sonpatki2016-07-041-2/+0
* 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