1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test
Piotr Sarnacki dc663dd52c Don't require action_dispatch in ActionView::UrlHelpers
ActionDispatch::Routing::UrlFor was always required in UrlHelpers. This
was changed by splitting previous implementation of UrlHelper into 2
modules: ActionView::Helpers::UrlHelper and
ActionView::Routing::UrlHelper. The former one keeps only basic
implementation of url_for. The latter adds features that allow to use
routes and is only required when url_helpers or mounted_helpers are
required.
2012-08-28 11:19:29 +02:00
..
abstract add lazy look up in abstract controller's translate method 2012-07-18 10:33:14 +03:00
activerecord Extract ActiveRecord::SessionStore from Rails 2012-08-24 15:24:19 -04:00
assertions test response assertions 2012-01-06 11:20:26 -08:00
controller Use ActionView::Base.logger instead of AC::Base.logger 2012-08-28 10:51:05 +02:00
dispatch Make sure :via works with mount 2012-08-20 10:25:23 -05:00
fixtures Indentation should consider line number character count. 2012-08-13 18:49:47 -03:00
lib/controller Add HTML5 input[type="color"] helper 2012-05-21 17:23:48 -03:00
metal ActionController::Caching depends on RackDelegation and AbstractController::Callbacks 2012-06-13 16:18:03 -03:00
routing add some tests, yay! 2012-02-22 11:05:03 -08:00
template Don't require action_dispatch in ActionView::UrlHelpers 2012-08-28 11:19:29 +02:00
tmp Use safe tmp dir 2009-08-13 21:03:25 -05:00
abstract_unit.rb Extract common controllers to abstract_unit 2012-08-13 21:43:18 -03:00
active_record_unit.rb Autoload AR test case 2010-01-04 16:50:01 -06:00
ts_isolated.rb Don't use assert_block method. It will be deprecated. 2012-05-20 00:14:40 +09:00