Faissal Bensefia

Results 3 issues of Faissal Bensefia

Something similar was briefly mentioned here: https://github.com/jsonapi-rb/jsonapi-rails/issues/68#issuecomment-417905177 When a relation contains an item of an STI type jsonapi-rails isn't able to infer the renderer for it and instead it only...

https://ruby-doc.org/stdlib-2.5.1/libdoc/readline/rdoc/Readline.html#method-c-special_prefixes I think this snippet gets us someway there but `@rl_special_prefixes` seems to be broken. ``` module Readline def self.special_prefixes() @rl_special_prefixes end def self.special_prefixes=(prefixes) @rl_special_prefixes = prefixes end end ```

This would involve: - Using ICollections instead of arrays - Creating foreign keys e.g: `[Column("_ID")] public virtual int? Id { get; set; }` - Adding the `[Key] public int ID...

customization
C#
need info