Ruby JSON Mapping
Usually when we build apps we generate JSON on the backend using Ruby/Rails and send it to iOS side. On the iOS side we parse »
Usually when we build apps we generate JSON on the backend using Ruby/Rails and send it to iOS side. On the iOS side we parse »
Problem: Using deep STI(meaning more than one level of inheritance for your STI models) with Rails 3 you might get an error ActiveRecord::RecordNotFound: when »
Problem: Lately I’ve been working on a Rails project and since I’m coming from iOS and Android background I had a need in versioning »