Ruby on Rails
Go to file
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
actionmailer Prefer string core_ext inflector methods over directly accessing Inflector. 2008-05-14 14:09:49 -05:00
actionpack Ensure routing generator works with non-string keys. [#172 state:resolved] 2008-05-16 17:36:09 +01:00
activemodel Add rdoc task to activemodel. [#156 state:resolved] 2008-05-16 10:35:09 +01:00
activerecord Fixing test for named_scope through a has_many :through 2008-05-15 17:56:23 -07:00
activeresource Making ready for RC1 release 2008-05-11 18:29:44 -05:00
activesupport Precompute TimeZone.us_zones [#199 state:resolved] 2008-05-15 09:22:44 -05:00
railties dbconsole should not require a username for postgresql. [#207 state:resolved] 2008-05-16 13:10:14 +01:00
.gitignore
Rakefile
cleanlogs.sh
pushgems.rb
release.rb