rails/railties/test/application
Andrew White ce7d5fb2e6 Add support for defining custom url helpers in routes.rb
Allow the definition of custom url helpers that will be available
automatically wherever standard url helpers are available. The
current solution is to create helper methods in ApplicationHelper
or some other helper module and this isn't a great solution since
the url helper module can be called directly or included in another
class which doesn't include the normal helper modules.

Reference #22512.
2017-02-21 15:30:46 +00:00
..
configuration Merge two tests that needs to initialize Rails before accessing Rails 2017-01-23 02:56:17 +09:00
initializers #tables and #table_exists? and returns only tables and not views 2016-12-29 17:53:04 -05:00
middleware Limit length of secret being passed 2016-12-20 15:07:33 -05:00
rack applies new string literal convention in railties/test 2016-08-06 19:16:09 +02:00
rake Remove unused require 2017-02-12 19:38:49 -07:00
asset_debugging_test.rb Fix style 2016-08-30 15:04:23 -05:00
assets_test.rb "Use assert_nil if expecting nil. This will fail in minitest 6." 2016-12-25 02:29:52 +09:00
bin_setup_test.rb remove warning from bin/setup test 2017-01-26 07:41:37 +09:00
configuration_test.rb Correct spelling 2017-02-05 19:00:18 -06:00
console_test.rb improve error message when include assertions fail 2016-09-16 12:03:37 -07:00
generators_test.rb quiet generators log in test 2016-12-22 11:01:15 +09:00
integration_test_case_test.rb applies new string literal convention in railties/test 2016-08-06 19:16:09 +02:00
loading_test.rb Privatize unneededly protected methods in Railties tests 2016-12-24 00:22:23 +09:00
mailer_previews_test.rb Don't mutate raw_source in mailer preview interceptor 2017-01-30 22:20:47 -07:00
middleware_test.rb Enforce middleware ordering with a test, instead of comments 2016-12-31 08:40:01 +10:30
multiple_applications_test.rb applies new string literal convention in railties/test 2016-08-06 19:16:09 +02:00
paths_test.rb improve error message when include assertions fail 2016-09-16 12:03:37 -07:00
per_request_digest_cache_test.rb applies new string literal convention in railties/test 2016-08-06 19:16:09 +02:00
rackup_test.rb applies new string literal convention in railties/test 2016-08-06 19:16:09 +02:00
rake_test.rb Fix style guide violations 2017-01-05 00:40:24 -05:00
rendering_test.rb applies new string literal convention in railties/test 2016-08-06 19:16:09 +02:00
routing_test.rb Add support for defining custom url helpers in routes.rb 2017-02-21 15:30:46 +00:00
runner_test.rb Pass rails runner args onto file again. 2016-11-20 16:02:39 +01:00
test_runner_test.rb Fix run_via[]= backwards compatibility. 2017-02-21 08:28:28 +01:00
test_test.rb Merge pull request #26515 from grosser/grosser/after_run 2016-09-23 23:28:37 -04:00
url_generation_test.rb Remove deprecated support to :text in render 2016-10-10 00:02:52 -03:00