dish
dish copied to clipboard
Super simple conversion of hashes into plain Ruby objects. Also works in RubyMotion.
Hey there, I'm using Dish in RubyMotion and I really love it! Thanks so much for creating this library and making it compatible with RM! Question about getting a reference...
How would I do this? Is it possible to do that or do I have to use the Dish(Hash) syntax?
Right now we don't have any tests for the project in RubyMotion. Anybody have ideas on how to automatically test the project with RubyMotion? Thanks.
Why has the `Dish::Plate#to_json` method been merged into 99ac61a0d76c52bfdf10ff41e5a4bccf80aa76bd? It is quite complex and even contains platform specific dependencies (`NSJSONSerialization`). So let the user decide how he/she wants to use...
On a `Product` model, calling `description` returns: ``` "#" ``` Using in RubyMotion