Peter Solnica

Results 573 comments of Peter Solnica

@mbj yeah I may do some work on Rails integration if we start porting our project to DM2 but it's very likely I will build a replacement for rails' form...

Sorry but this will not be fixed. It's a mis-use of the library. Should be documented. _Maybe_ we could tackle this in 2.0 if somebody can find a simple way...

It's an enumerable that yields attribute instances so default behavior is that you end up with an array. If there's a simple way of making it return an attribute set...

I think it's a good candidate for a virtus plugin

I'm fine with a plugin and maybe merging it in later for virtus 2.0.0. Now it's not a good moment as the code base is already very complex due to...

...I could introduce a new interface for registering custom extensions, something like that maybe: ``` ruby Virtus::Attribute.register_extension(Virtus::Attribute::Annotated) # it would require some method that would tell virtus when to use...

@mirasrael I wanted to introduce that interface anyway so it's cool to know people need that :)

hey @elskwid any ideas how we could organise the wiki pages? I remember you mentioned you'd be interested in helping with docs too so I figured I'd ask you :smile:

It's not like this issue would block the release... On Wed, Oct 2, 2013 at 11:38 PM, Don Morrison [email protected] wrote: > ## @solnic, I _do_ have some ideas! You...

The target is simple: rip README apart, leave the most basic example so that people can easily start using virtus using this example and leave a link to wiki for...