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
Sven Fuchs c1e2506494 Changed process of storing translations from the
client libraries to the backend: clients now can pass a block to
backend#populate which can contain code to load and register translations.

This makes sense for backends that persist their translations (e.g. to db)
so the repeated loading and passing of translations throughout the server
startup would be wasted resources.
2008-06-21 11:27:19 +02:00
..
activerecord Make render shorthands work with namespaced controllers 2008-05-10 11:28:19 +01:00
controller Improved test coverage for integration test's api 2008-06-17 21:25:51 -05:00
fixtures Remove some internal dead code that supported content_for 2008-06-06 18:01:14 -07:00
template Changed process of storing translations from the 2008-06-21 11:27:19 +02:00
abstract_unit.rb Remove unused ignore_missing_templates option 2008-04-19 19:26:56 +01:00
active_record_unit.rb * Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Josh Peek] 2008-01-05 13:34:15 +00:00
adv_attr_test.rb Add some tests for adv_attr_accessor. Closes #10633 [fcheung] 2008-01-12 03:06:10 +00:00
testing_sandbox.rb Ruby 1.9 compat: text helper 2007-12-21 11:51:17 +00:00