rails/railties/test
Carlos Antonio da Silva 570cc89bad Generate special controller and functional test templates for http apps
The main goal is to not generate the format.html block in scaffold
controller, and to generate a different functional test as we don't rely
on redirects anymore, we should test for http responses.

In addition to that, the :edit action is removed from the http
controller and the edit route is not generated by default, as they
usually do not make sense in this scenario.

[Carlos Antonio da Silva & Santiago Pastorino]
2012-03-14 12:46:25 -03:00
..
application Add test to ensure setting config.generators.http_only actually disables the generator options 2012-03-14 12:46:24 -03:00
commands Fix tests, Rails.env may be different on CI 2012-02-16 21:26:01 +01:00
fixtures treat USAGE as an ERB template 2011-11-02 09:00:18 -04:00
generators Generate special controller and functional test templates for http apps 2012-03-14 12:46:25 -03:00
isolation Remove Active Resource source files from the repository 2012-03-13 14:55:44 -04:00
railties Environment in engines tests is required on boot_rails, no need to require explicitly 2012-03-13 21:01:45 +01:00
abstract_unit.rb require minitest rather than test/unit 2012-01-06 15:50:47 -08:00
backtrace_cleaner_test.rb Test::Unit::Util::BacktraceFilter is never defined 2012-01-06 20:42:53 -03:00
generators_test.rb Generate special controller and functional test templates for http apps 2012-03-14 12:46:25 -03:00
initializable_test.rb :group => :assets should only run in the assets environment. 2011-10-02 22:08:33 +02:00
paths_test.rb Removing Deprecated Path API tests 2011-05-24 23:03:01 -05:00
rails_info_controller_test.rb Loading action_controller twice removed. 2011-05-22 02:14:17 +05:30
rails_info_test.rb Takes out stale methods relating to edge_rails_version 2010-05-16 17:21:29 +02:00
script_rails_loader_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00