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
Prem Sichanugrist 7cbdfa8303 Add controller-specific force_ssl method to force web browser to use HTTPS protocol
This would become useful for site which sometime transferring sensitive information such as account information on particular controller or action.

This featured was requested by DHH.
2011-03-28 04:58:47 +08:00
..
abstract removing usesless variable assignments 2011-01-18 15:52:56 -08:00
action_dispatch/routing Do not show optional (.:format) block for wildcard route [#6605 state:resolved] 2011-03-22 09:19:40 -07:00
activerecord Replace rudimentary named_scope with scope. [#6052 state:resolved] 2010-12-15 14:02:30 -08:00
controller Add controller-specific force_ssl method to force web browser to use HTTPS protocol 2011-03-28 04:58:47 +08:00
dispatch correction to the outputted controller name in the diagnostics error template, test included 2011-03-24 19:43:48 -03:00
fixtures Add a failing test case for an implicit action with a before filter. 2011-03-23 23:32:44 +00:00
lib Fix tests on 1.9.2. 2010-11-28 12:48:50 +01:00
template Fix alias_method, add test 2011-03-27 11:20:54 -07:00
tmp Use safe tmp dir 2009-08-13 21:03:25 -05:00
abstract_unit.rb do not require ruby-debug automatically. please require it if you have declared it as a dependency 2010-11-19 16:26:09 -08:00
active_record_unit.rb Autoload AR test case 2010-01-04 16:50:01 -06:00
ts_isolated.rb Give useful test:isolated failures 2009-11-04 12:44:06 -08:00