Top "Magicalrecord" questions

MagicalRecord is inspired by the Ruby on Rails ActiveRecord implementation, providing an easier way to interact with Core Data.

How to save Array to CoreData?

I need to save my array to Core Data. let array = [8, 17.7, 18, 21, 0, 0, 34] The values inside that array, and the number of …

ios arrays swift core-data magicalrecord
How do I use Magical Record to create & update objects and save them without using contextForCurrentThread

I just read the author of MagicalRecord's blog post on Why contextForCurrentThread Doesn't work in MagicalRecord. contextForCurrentThread is deprecated and …

ios core-data rubymotion magicalrecord
Clean (remove) a database in MagicalRecord

I have an app that is using MagicalRecord for its Core Data handling and this works nice. However I have …

ios xcode core-data magicalrecord
Magical Record not saving

I am using Magical Record: https://github.com/magicalpanda/MagicalRecord I am trying to save records that I get the …

ios ios5 core-data ios4 magicalrecord