[Rails-core] Add #many? implementations for Scope and AssociationCollection

2009-05-11 Thread Chris Kampmeier
e and AssociationCollection so that they'd use a SQL COUNT instead of loading the entire collection. #any?, #none?, and friends work that way, which is much more efficient for some use cases. Thanks- Chris Kampmeier --~--~-~--~~~---~--~~ You received this message because you are

[Rails-core] Re: rubyonrails.org

2009-04-22 Thread Chris Kampmeier
Here's a screenshot, in case people are seeing different things due to DNS propagation-- http://skitch.com/kampers/bcapb/rails-consultants-ruby-code-api-at-rubyonrails.org On Apr 22, 6:08 pm, Chris Kampmeier wrote: > It looks like a domain squatter grabbed rubyonrails.org -- anybod

[Rails-core] rubyonrails.org

2009-04-22 Thread Chris Kampmeier
It looks like a domain squatter grabbed rubyonrails.org -- anybody know what's going on there? http://reports.internic.net/cgi/whois?whois_nic=rubyonrails.org&type=domain Chris --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Googl

[Rails-core] Re: Online API docs not updated?

2008-06-18 Thread Chris Kampmeier
Here's the ticket: http://rails.lighthouseapp.com/projects/8994/tickets/357 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegrou

[Rails-core] Re: TestSession hash is no longer indifferent?

2008-01-17 Thread Chris Kampmeier
On Jan 15, 7:56 pm, "Michael Koziarski" <[EMAIL PROTECTED]> wrote: > This doesn't sound like a deliberate change. Please send a patch with > failing tests and we'll get it applied. It was changed to be indifferent in [6086], but rolled back in [6145] because the change broke some functional test

[Rails-core] Re: I Miss the Semicolon

2007-08-01 Thread Chris Kampmeier
On Jul 31, 4:44 pm, "Michael Koziarski" <[EMAIL PROTECTED]> wrote: > Sounds a little too tricky for my liking. What we really want is a > way for people to provide a prefix for their collection actions so > that we can distinguish these two cases > > /users/the-prefix/popular > /users/mr-popular