1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/test
Andrew White 1c59ffca5c Don't remove all line endings from routes.rb
When there is a single scaffold in the routes.rb with no other lines
then revoking/destroying it will create a routes.rb file with a syntax
error. This is because the sentinel for the Thor `route` action didn't
include the newline but the logged route code did.

The fix is to add the newline to the sentinel and remove it from the
the logged route code.

Fixes #15913.
2015-02-03 22:53:23 +00:00
..
application Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 onwards. 2015-02-03 20:51:40 +05:30
commands Remove debugger support 2015-01-04 15:54:22 -03:00
configuration Define the configuration at Active Support 2014-09-11 00:54:43 -03:00
fixtures
generators Don't remove all line endings from routes.rb 2015-02-03 22:53:23 +00:00
isolation Fixed test for assert_welcome 2015-01-17 22:15:15 +05:30
railties Remove deprecate *_path helpers in email views 2015-01-04 11:58:42 -03:00
abstract_unit.rb Always define capture to remove the deprecation message 2014-09-11 00:55:05 -03:00
app_rails_loader_test.rb Stop using mocha on app_rails_loader_test 2014-07-07 22:05:30 -03:00
backtrace_cleaner_test.rb
code_statistics_calculator_test.rb Update rake counts to count declarative tests in minitest 2015-01-09 12:52:23 +03:00
engine_test.rb need to call super 2014-08-07 16:03:09 -07:00
env_helpers.rb
generators_test.rb Fix Railties tests that were order dependent 2014-08-13 21:25:11 +09:00
initializable_test.rb
path_generation_test.rb Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 onwards. 2015-02-03 20:51:40 +05:30
paths_test.rb Stop requiring mocha automatically 2014-07-19 17:35:12 -03:00
rack_logger_test.rb Fix incorrect unsubscription. 2014-07-11 16:38:26 +08:00
rails_info_controller_test.rb Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846 2015-01-31 23:12:41 -05:00
rails_info_test.rb Remove unused code 2014-09-25 16:20:31 -03:00
test_info_test.rb
version_test.rb Introduce Rails.gem_version 2014-03-05 12:37:38 -05:00