[Rails-core] RichUnits - Orphan Needs Home

2008-11-07 Thread 7rans
I'm looking for someone to take over the RichUnits project. (http:// richunits.rubyforge.org). RichUnits is pretty much a drop in equivalent for the corresponding ActiveSupport libraries. I think having this as a separate project can lend itself to wider usage of these idioms, and greater improvem

[Rails-core] Re: Array#to_proc

2008-10-28 Thread 7rans
On Oct 27, 7:19 pm, TaQ <[EMAIL PROTECTED]> wrote: > Hi, I made a patch some days ago: > > http://rails.lighthouseapp.com/projects/8994/tickets/1253-arrayto_proc > > There is some time I'm using this behaviour and would like to know > what you guys think about. :-) Is this the method?

[Rails-core] Re: Another take on ActiveModel

2008-09-10 Thread 7rans
On Sep 10, 1:53 am, August Lilleaas <[EMAIL PROTECTED]> wrote: > Greetings, > > At RailsConf Europe 2008, I spent some time playing with my own > implementation of ActiveModel. Most of the validations stuff has been > implemented now, so I think it's ready to be shared with the > community. > >

[Rails-core] Re: Hash#slice!

2008-09-04 Thread 7rans
On Sep 4, 4:13 am, "Michael Koziarski" <[EMAIL PROTECTED]> wrote: > > I also updated the tests. Should I submit a patch? How do I proceed? > > You should create a patch following the guidelines we have on lighthouse: > > http://rails.lighthouseapp.com/projects/8994/sending-patches > > Once that'

[Rails-core] Re: Hash#slice!

2008-09-03 Thread 7rans
On Sep 2, 11:48 am, "Michael Koziarski" <[EMAIL PROTECTED]> wrote: > > We do have tests which assert that that's the result returned, but > they've been there from the beginning: > > http://github.com/rails/rails/tree/86deb270953f9c5b62813d3e1938f33cc8... > > If you want to take a look at making

[Rails-core] Hash#slice!

2008-09-02 Thread 7rans
Hi, One of the fundamental methods share by both ActiveSupport and Facets is Hash#slice!. A few days ago, someone pointed out to me that the two libs in this case are not quite the same. Quote, "I got hosed by a lovely bug stemming from facets' and rails' slice! returning opposite things... facet