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
wycats d4c7d3fd94 Create a deprecation behavior that triggers a notification for deprecation notices, and make the behaviors independent of the environment names.
* In Rails 2.3 apps being upgraded, you will need to add the deprecation
  configuration to each of your environments. Failing to do so will
  result in the same behavior as Rails 2.3, but with an outputted warning
  to provide information on how to set up the setting.
* New Rails 3 applications generate the setting
* The notification style will send deprecation notices using
  ActiveSupport::Notifications. Third-party tools can listen in to
  these notifications to provide a streamlined view of the
  deprecation notices occurring in your app.
* The payload in the notification is the deprecation warning itself
  as well as the callstack from the point that triggered the
  notification.
2010-06-29 12:20:15 -07:00
..
application Create a deprecation behavior that triggers a notification for deprecation notices, and make the behaviors independent of the environment names. 2010-06-29 12:20:15 -07:00
fixtures It would be nice to actually commit test fixtures 2010-04-30 16:25:40 -07:00
generators Remove the --singeleton option from scaffold generator. 2010-06-24 20:17:59 +02:00
isolation Create a deprecation behavior that triggers a notification for deprecation notices, and make the behaviors independent of the environment names. 2010-06-29 12:20:15 -07:00
railties A few changes were done in this commit: 2010-06-28 01:22:32 +02:00
abstract_unit.rb AS::Isolation functional on Windows/JRuby. 2010-06-24 09:10:58 -07:00
backtrace_cleaner_test.rb Use backtrace cleaner for dev mode exception page 2010-01-16 21:34:35 -06:00
generators_test.rb Update generators test. 2010-05-15 15:21:14 +02:00
initializable_test.rb Remove run_initializers from class methods. 2010-06-24 11:40:22 +02:00
paths_test.rb A few changes were done in this commit: 2010-06-28 01:22:32 +02:00
rails_info_controller_test.rb Missed a few spots in railties 2010-03-30 14:18:08 -05:00
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 detect being inside a rails application even from a subdirectory 2010-06-10 14:16:45 -04:00