|
|
|
@9226
|
[9226]
|
04/05/08 03:52:58 |
pratik |
Improve documentation. |
|
|
|
@9093
|
[9093]
|
03/26/08 12:27:52 |
pratik |
Improve documentation. |
|
|
|
@9015
|
[9015]
|
03/13/08 02:25:10 |
david |
Applied the faster squish version (closes #11123) [jordi] |
|
|
|
@8878
|
[8878]
|
02/16/08 00:02:30 |
nzkoz |
Add String#squish and String#squish! to remove consecutive chunks of … |
|
|
|
@8596
|
[8596]
|
01/08/08 21:15:49 |
nzkoz |
Improve documentation to classify to make it clear that it expects names … |
|
|
|
@8538
|
[8538]
|
01/03/08 02:43:19 |
bitsweat |
Ruby 1.9 compat: special-case String access methods to not depend on … |
|
|
|
@8490
|
[8490]
|
12/27/07 11:17:24 |
bitsweat |
Ruby 1.9 compat: don't use obsolete ParseDate |
|
|
|
@8460
|
[8460]
|
12/21/07 11:21:43 |
bitsweat |
Multibyte: String#chars returns self for Ruby 1.9 |
|
|
|
@8403
|
[8403]
|
12/15/07 02:28:32 |
bitsweat |
Ruby 1.9 compat: 'a'.ord == 'a'[0] |
|
|
|
@8397
|
[8397]
|
12/15/07 02:27:11 |
bitsweat |
Ruby 1.9 compat: prefer builtin String#starts_ and ends_with? if available … |
|
|
|
@8199
|
[8199]
|
11/24/07 04:59:21 |
gbuesing |
Honor Ruby's default calendar reform setting when creating DateTime … |
|
|
|
@7774
|
[7774]
|
10/07/07 09:22:03 |
bitsweat |
Reference current fast_xs URL |
|
|
|
@7773
|
[7773]
|
10/07/07 09:15:26 |
bitsweat |
String#to_xs uses the fast_xs extension if available for Builder speedup. |
|
|
|
@7666
|
[7666]
|
09/28/07 14:18:47 |
david |
Fixed spelling errors (closes #9706) [tarmo/rmm5t] |
|
|
|
@6935
|
[6935]
|
06/04/07 19:49:13 |
bitsweat |
String#to_time overflows to DateTime. Add String#to_datetime. Closes … |
|
|
|
@5924
|
[5924]
|
01/14/07 12:18:51 |
bitsweat |
Document Inflector.ordinalize and merge docs from String inflections. … |
|
|
|
@5299
|
[5299]
|
10/13/06 20:27:46 |
minam |
make sure the String::Access methods return strings, and not multibyte … |
|
|
|
@5287
|
[5287]
|
10/12/06 21:03:32 |
nzkoz |
Make core_ext/string/access.rb multibyte safe. Closes #6388 [Manfred … |
|
|
|
@5223
|
[5223]
|
10/03/06 23:45:32 |
nzkoz |
Add ActiveSupport::Multibyte. Provides String#chars which lets you deal … |
|
|
|
@4654
|
[4654]
|
08/03/06 21:29:07 |
bitsweat |
Thoroughly document inflections. Closes #5700. |
|
|
|
@4453
|
[4453]
|
06/16/06 10:07:13 |
david |
Added Hash.create_from_xml(string) which will create a hash from a XML … |
|
|
|
@4428
|
[4428]
|
06/03/06 22:30:32 |
david |
Added documentation for inflections (closes #5013) … |
|
|
|
@3986
|
[3986]
|
03/20/06 03:32:28 |
david |
Added option to String#camelize to generate lower-cased camel case by … |
|
|
|
@3812
|
[3812]
|
03/08/06 02:56:25 |
david |
Added Hash#to_xml and Array#to_xml that makes it much easier to produce … |
|
|
|
@3549
|
[3549]
|
02/08/06 03:43:38 |
htonl |
A more aesthetically pleasing implementation and changelog entry |
|
|
|
@3548
|
[3548]
|
02/08/06 00:49:41 |
htonl |
Make String#last behave more like Array#last, i.e.
"f".last(3) => "f" … |
|
|
|
@3356
|
[3356]
|
12/27/05 03:11:03 |
sam |
Add ActiveSupport::JSON and Object#to_json for converting Ruby objects to … |
|
|
|
@3127
|
[3127]
|
11/21/05 07:29:04 |
bitsweat |
r3215@asus: jeremy | 2005-11-20 02:05:56 -0800
Eliminate double-requires … |
|
|
|
@2690
|
[2690]
|
10/19/05 20:20:11 |
marcel |
Add title case method to String to do, e.g., … |
|
|
|
@2176
|
[2176]
|
09/09/05 09:09:07 |
david |
Forgot to add core_ext/string/starts_ends_with.rb |
|
|
|
@2110
|
[2110]
|
09/03/05 07:11:47 |
david |
Added String#at, String#from, String#to, String#first, String#last in … |
|
|
|
@1854
|
[1854]
|
07/17/05 10:18:36 |
david |
Added stripping of _id to String#humanize, so "employee_id" becomes … |
|
|
|
@824
|
[824]
|
03/02/05 13:07:02 |
david |
Added String#to_time and String#to_date for wrapping ParseDate |
|
|
|
@624
|
[624]
|
02/15/05 15:57:44 |
david |
Moved Active Support into its own gem |
|
copied from trunk/activesupport/lib/core_ext/string:
|
|
|
|
@617
|
[617]
|
02/15/05 01:45:35 |
david |
A hopefully more successful attempt at the Routing branch merge |