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
2010-04-10 11:47:20 +02:00
..
abstract Whitespace 2010-04-04 19:58:16 -07:00
activerecord Consistent routing language 2010-03-30 14:05:42 -05:00
controller Move verification to a plugin as well: http://github.com/rails/verification.git 2010-04-10 11:47:20 +02:00
dispatch Dial back from 'namespace :controller => ...' to 'scope :module => ...' 2010-04-09 23:09:15 -07:00
fixtures Expect an incompatible encoding exception when a template with a magic comment renders a partial without one and its source encoding doesn't match the default external encoding 2010-04-08 20:22:07 -07:00
lib Improve performance of the rendering stack by freezing formats as a sign that they shouldn't be further modified. 2010-03-19 17:20:20 +01:00
template Remove input, form, error_messages_for and error_message_on from the framework. If you think you will miss them, feel free to use the dynamic_form plugin available at http://github.com/rails/dynamic_form 2010-04-10 10:53:05 +02:00
tmp
abstract_unit.rb Rename config.cookie_secret to config.secret_token and pass it as configuration in request.env. This is another step forward removing global configuration. 2010-04-05 12:00:24 +02:00
active_record_unit.rb
ts_isolated.rb