Re: [Rails-core] ganging up on tests and docs

2006-04-26 Thread Rob Sanheim
On 4/26/06, Jonathan Viney <[EMAIL PROTECTED]> wrote: > Which parts of rails do you think need more documentation/tests? Are you > talking about documentation for the internals of rails as well as the > exposed APIs? > > From the bits and pieces I've done with ActiveRecord I've been pretty > impres

Re: [Rails-core] Re: [Ruby on Rails] #5544: [PATCH] Add underscore_table_names option to ActiveRecord::Base

2006-06-29 Thread Rob Sanheim
On 6/29/06, Charles O Nutter <[EMAIL PROTECTED]> wrote: n/m, I got the purpose of this reversed... [whole thread snipped] The larger (and worst) issue with set_table_name is that it breaks transactional fixtures and forces you to use instantiated fixtures...but I suppose thats a whole 'nothe

Re: [Rails-core] Re: [Ruby on Rails] #5544: [PATCH] Add underscore_table_names option to ActiveRecord::Base

2006-07-05 Thread Rob Sanheim
On 7/3/06, Rick Olson <[EMAIL PROTECTED]> wrote: fixtures map to table names. Use set_fixture_class to set a custom class name for a fixture name. -- Rick Olson http://techno-weenie.net Is there any reason there is no documentation for this? Or just awaiting a patch? - Rob -- http://www.r

Re: [Rails-core] error on ticket submit

2006-08-01 Thread Rob Sanheim
On 8/1/06, Caio Chassot <[EMAIL PROTECTED]> wrote: On 2006-08-01, at 03:59 , Kamil Kukura wrote: > I wanted to submit ticket but no success. I got following stack trace: Isn't it maybe a good idea to take the new ticket page down for the moment? I'm sure a lot of people are posting reports on

Re: [Rails-core] Clean Functional Tests

2006-08-17 Thread Rob Sanheim
On 8/17/06, Keith Morrison <[EMAIL PROTECTED]> wrote: Hi all, I'd like to gauge the interest for a patch before I add to the already large ticket list in Trac. I've created a small patch that cleans up functional tests. With this patch applied, functional tests can look just like unit tests. T