Tobie Langel
|
598387f137
|
prototype: Prevent Hash#toQueryString from serializing objets.
|
2008-03-19 13:01:47 +00:00 |
Tobie Langel
|
2ab483b695
|
prototype: unit tests clean-up.
|
2008-03-16 19:47:17 +00:00 |
Tobie Langel
|
c01cb850c1
|
prototype: Remove usage of the statement from unit tests.
|
2008-03-16 18:53:51 +00:00 |
Tobie Langel
|
0008fe4aed
|
prototype: Test.Unit refactoring. Allow running multiple instances of Test.Unit.Runner on the same page. Allow rake to run specific testcases. Closes #10704, #10705, #10706.
|
2008-01-06 00:34:39 +00:00 |
Tobie Langel
|
74c005c678
|
prototype: Remove the now redundant forked declaration of Hash#_each.
|
2007-11-14 11:56:15 +00:00 |
Sam Stephenson
|
8327ffd8ae
|
prototype: Hash#toTemplateReplacements is an alias for Hash#toObject so you can once again pass hashes to Template#evaluate and String#interpolate.
|
2007-10-17 13:39:46 +00:00 |
Tobie Langel
|
0632778884
|
Add more tests to Hash.
|
2007-10-14 11:35:59 +00:00 |
Tobie Langel
|
d25b863c9a
|
Complete rewrite of the Hash class.
|
2007-10-13 10:55:52 +00:00 |
Thomas Fuchs
|
51bb86dc39
|
Add Hash.prototype.index which returns the first found property that has a specific value. Closes #8528. [Thomas Fuchs, slusarz, Mislav Marohnic]
|
2007-06-10 11:09:06 +00:00 |
Sam Stephenson
|
643b7bec37
|
prototype: Add extra spacing so Array#toJSON and Hash#toJSON generate YAML-loadable JSON. Closes #7883.
|
2007-04-24 02:50:52 +00:00 |
Thomas Fuchs
|
5f2acb4be5
|
Make Hash.toQueryString serialize undefined values. Ensure consistency with String.prototype.toQueryParams. Closes #7806. [Mislav Marohnic]
|
2007-03-27 20:55:56 +00:00 |
Sam Stephenson
|
f160bc4d4d
|
prototype: Add support for JSON encoding and decoding. Closes #7427.
|
2007-03-09 03:23:24 +00:00 |
Sam Stephenson
|
f281192758
|
prototype: Fix double escaping of query parameters in Hash.prototype.toQueryString, and prevent Safari from iterating over shadowed properties when creating hashes. Closes #7421.
|
2007-03-09 03:15:03 +00:00 |
Thomas Fuchs
|
3c743a35f5
|
Add missing semicolons in hash unit tests
|
2007-03-04 21:57:29 +00:00 |
Sam Stephenson
|
bb4d189b37
|
prototype: Reorganize the source tree.
|
2007-01-18 22:24:27 +00:00 |