Skip to content

Revisions

  • Updated Object Mapping (markdown)

    Amin Cheloh committed Mar 15, 2015
  • Updated applying valueTransformer code for better understanding

    @rusik rusik committed Oct 22, 2014
  • Missing "@", string literal

    @mrowles mrowles committed Aug 6, 2014
  • Minor clarifications in new section.

    MarkHamby committed Jun 28, 2014
  • Added section on use of "addConnectionForRelationship". Experienced RestKit developers should review for accuracy.

    MarkHamby committed Jun 28, 2014
  • Fix #1938

    @blakewatters blakewatters committed May 27, 2014
  • Fix objectStore -> managedObjectStore

    Ernesto Rivera committed May 6, 2014
  • Fix objectStore -> managedObjectStore

    Ernesto Rivera committed May 6, 2014
  • Wrong class name: RKObjectMapping is not a subclass of RKPropertyMapping but RKRelationshipMapping is.

    @MBulli MBulli committed Apr 25, 2014
  • Updated Object Mapping (markdown)

    @segiddins segiddins committed Apr 3, 2014
  • Changing @dynamic author; -> @dynamic articleID; in the core data mapping example

    @kgn kgn committed Dec 13, 2013
  • Changed to RKErrorDomain

    @kgn kgn committed Dec 12, 2013
  • Array @[ @"name", @"body", @"publicationDate" ] should be @[ @"title", @"body", @"publicationDate" ], because Article doesn't have "name" property.

    @4PixelsDev 4PixelsDev committed Dec 8, 2013
  • Remove deprecated method invocations in Object Mapping docs

    @segiddins segiddins committed Dec 1, 2013
  • Update RKResponseDescriptor initialization to include `method`

    @segiddins segiddins committed Dec 1, 2013
  • Add section about date and time transformation

    @blakewatters blakewatters committed Sep 28, 2013
  • Update for 0.21.0 and include section on value transformers

    @blakewatters blakewatters committed Sep 28, 2013
  • Do not annotate properties with `strong` since this is the default. See: https://developer.apple.com/library/ios/documentation/cocoa/conceptual/ProgrammingWithObjectiveC/EncapsulatingData/EncapsulatingData.html#//apple_ref/doc/uid/TP40011210-CH5-SW31

    @gregschlom gregschlom committed Sep 9, 2013
  • Make a note about the class mismatch problem, so others following behind won't wonder why it's not working.

    @timshadel timshadel committed Jul 25, 2013
  • Small fixes in key-value validation method (an indirection was missing)

    @domi-papin domi-papin committed Jul 23, 2013
  • Drop duplicated top-level h1

    @blakewatters blakewatters committed Jul 14, 2013
  • Add note about configuring property rejection in Core Data

    @blakewatters blakewatters committed Jul 11, 2013
  • Fix invalid method example

    @blakewatters blakewatters committed Jun 26, 2013
  • Syntax fix.

    @bobspryn bobspryn committed Jun 24, 2013
  • Fix typo is mapping example code. fixes #1441

    @blakewatters blakewatters committed Jun 10, 2013
  • Revert 1ef542aa0833b99ad9444986177f0c8d621655bf^ ... 1ef542aa0833b99ad9444986177f0c8d621655bf on Object Mapping

    Steven Luscher committed May 31, 2013
  • Revert e3bca7f91df289bc62b44c3957ded1e5f46fb431^ ... e3bca7f91df289bc62b44c3957ded1e5f46fb431 on Object Mapping

    Steven Luscher committed May 31, 2013
  • Fix typo 'exammple'

    @blakewatters blakewatters committed May 22, 2013
  • Add documentation about `nil` source key-path. refs #1401

    @blakewatters blakewatters committed May 22, 2013
  • Update version and hotlink RKObjectParameterization

    @blakewatters blakewatters committed May 22, 2013