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 345f030c5b Ensure routing generator works with non-string keys. [#172 state:resolved]
Make sure that (with recent correction to globbed parameter escaping) non-string
values can still be passed route generation helpers for globbed route segments.

For example, foo_path([1, 2, 3]) should still work for a route like map.foo "*globbed"
by implicitely calling to_s on the Fixnums.

Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
2008-05-16 17:36:09 +01:00
..
activerecord Make render shorthands work with namespaced controllers 2008-05-10 11:28:19 +01:00
controller Ensure routing generator works with non-string keys. [#172 state:resolved] 2008-05-16 17:36:09 +01:00
fixtures Improve PartialTemplate tests 2008-05-02 10:45:08 +01:00
template auto_link helper fails to recognize links separated by space. [#72 state:resolved] 2008-05-16 13:00:39 +01: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