Peter Toth

Results 3 issues of Peter Toth

Hey, I've encountered a problem with inserting relationships for derived entities in STI. Suppose I have these entities: `Post, PostWithImage, Image`. `PostWithImage` is derived from `Post` and has custom field...

bug
ready to implement

#### Type of PR: - [x] Bugfix - [x] Feature - [ ] Code style update - [x] Refactor - [ ] Build-related changes - [ ] Documentation - [...

Refactored to new ruby hash syntax, since Octopress uses -> Ruby 1.9.3 as per [documentation](http://octopress.org/docs/setup/) Simplifies the code and makes it more succinct. It does not modify any of the...