Blake Watters
|
fcb973056b
|
Cleanup trailing whitespace. refs #743
|
2012-05-17 18:00:16 -04:00 |
|
Blake Watters
|
2723a11294
|
Reorganized categories under RKAdditions naming convention. Expanded documentation.
|
2012-04-04 09:08:55 -04:00 |
|
Blake Watters
|
457a6126cf
|
Refresh copyright notices for all source files
|
2012-04-04 09:08:54 -04:00 |
|
Blake Watters
|
caf5186cb9
|
Remove unnecessary warning when arguments dictionary is nil
|
2012-02-24 12:19:00 -05:00 |
|
Blake Watters
|
3a8221aa08
|
Added support for configuring and retrieving object mapping via resource path patterns.
|
2012-01-20 10:21:19 -05:00 |
|
Blake Watters
|
5b718890ac
|
Checking in work in progress on the library reorganization
|
2011-12-02 09:26:35 -05:00 |
|
Greg Combs
|
c49310162e
|
RKPathMatcher can now accommodate non-KVM dots that follow parameter keys in the pattern. Where /:filename.json would fail before, we use special escapes like /:filename\.json ... this fixes #349. Thanks @jverkoey for the fix and @coryalder for the catch.
|
2011-09-16 15:35:27 -05:00 |
|
Greg Combs
|
62d7042ebc
|
Merge pull request #334 from parkerboundy/add-apache-license
Add the Apache License to headers (Issue #145) Closes #145. Thanks @parkerboundy.
|
2011-09-14 21:56:15 -07:00 |
|
Greg Combs
|
6dd1e8da40
|
Now gracefully handles escaping interpolated resource paths in RKRouter, RKMakePathWithObject, and RKPathMatcher. By adding an encoding handler to SOCKit, we now (by default, but optionally) add percent escapes to each object's property value while it's being interpolated into a resource path pattern, like /stuff/things/:others?apikey=:apikey ... that way it won't brutally mangle the slashes and question marks and ampersands that exist in the resource path pattern, while at the same time properly escaping those same characters when they occur inside the object's property value. Closes #221
|
2011-09-13 00:50:55 -05:00 |
|
Parker
|
990ab16a6b
|
Added Apache License to files in Support directory
Didn't add license to: NSString+InflectionSupport.h,
NSString+InflectionSupport.m, RKParser.h
|
2011-09-07 12:02:29 -04:00 |
|
Greg Combs
|
feb941d241
|
Oops … RKPathMatcher merge didn't actually have RKPathMatcher .h and .m in it … Thanks @dmthomas for the heads up.
|
2011-09-06 16:44:55 -05:00 |
|