[Rails-core] Thoughts on Rails development

2006-08-15 Thread Benjamin Curtis
Here are some thoughts I had as a result of the fun from last week: http://www.bencurtis.com/archives/2006/08/rails-is-growing-up/.  I'd be delighted to hear any feedback from subscribers to this list.--Benjamin Curtishttp://www.bencurtis.com/http://www.tesly.com/ -- Collaborative test case managem

Re: [Rails-core] bug in new map.resources

2006-08-01 Thread Benjamin Curtis
On Aug 1, 2006, at 5:49 AM, Benjamin Curtis wrote: --Benjamin Curtishttp://www.bencurtis.com/http://www.tesly.com/ -- Collaborative test case managementhttp://www.agilewebdevelopment.com/ -- Resources for the Rails community On Jul 31, 2006, at 9:33 PM, Josh Susser wrote:On Jul 31, 2006, at 8:33

Re: [Rails-core] bug in new map.resources

2006-08-01 Thread Benjamin Curtis
--Benjamin Curtishttp://www.bencurtis.com/http://www.tesly.com/ -- Collaborative test case managementhttp://www.agilewebdevelopment.com/ -- Resources for the Rails community On Jul 31, 2006, at 9:33 PM, Josh Susser wrote:On Jul 31, 2006, at 8:33 PM, David Heinemeier Hansson wrote: When do you feel

Re: [Rails-core] Re: Why are has_one objects resaved when the parentis saved?

2006-07-28 Thread Benjamin Curtis
This issue has been addressed a number of times as patches in trac and emails to this mailing list.  A thorough search of both will turn them up. --Benjamin Curtishttp://www.bencurtis.com/http://www.tesly.com/ -- Collaborative test case managementhttp://www.agilewebdevelopment.com/ -- Resources for

Re: [Rails-core] #3527, flash and halted filter chains

2006-07-11 Thread Benjamin Curtis
On Jul 11, 2006, at 8:56 AM, Caio Chassot wrote:I believe the expected behavior is for the flash to always be swept. So I'd give in some control for less surprise. That's certainly the behavior I would expect.--Benjamin Curtishttp://www.bencurtis.com/http://www.tesly.com/ -- Collaborative test cas

Re: [Rails-core] Continuous integration - with the common plugins ?

2006-06-04 Thread Benjamin Curtis
tarted with this. If you do go forward with this, you might want to get in touch with Benjamin Curtis of http://www.agilewebdevelopment.com/, as it seems like this plugin directory would be a great place to update the status of the tests of the plugins. If plugins authors and users are notified qui

Re: [Rails-core] Overriding to_xml and associations

2006-05-05 Thread Benjamin Curtis
o_xml on the association's AR instances? Definitely. This is the way I've done it in the past, when I had to roll my own, and I think it makes sense. If people like this idea, I'll code up a patch for it. Please do. :) -- Benjamin Curtis http://www.tesly.com/ -- Col

Re: [Rails-core] New Rails Plugins Directory

2006-04-22 Thread Benjamin Curtis
Rick Olson wrote: If you provide an xml feed that lists the most recent plugins added, then I'll integrate pointers to your directory instead. Get Simply Restful (http://dev.rubyonrails.org/browser/plugins/simply_restful/README) and provide an XML interface for it :) This would allow not

Re: [Rails-core] New Rails Plugins Directory

2006-04-22 Thread Benjamin Curtis
Francois Beausoleil wrote: Hello Benjamin, 2006/4/21, Benjamin Curtis <[EMAIL PROTECTED]>: Thoughts? Little bug. On http://www.agilewebdevelopment.com/plugins/show/16, click Jonathan's name. You end up on Emanuel's page... Nice stuff, and I like the design too.

Re: [Rails-core] New Rails Plugins Directory

2006-04-22 Thread Benjamin Curtis
f you provide an xml feed that lists the most recent plugins added, then I'll integrate pointers to your directory instead. -San --- Benjamin Curtis <[EMAIL PROTECTED]> wrote: I mentioned this on the Rails general mailing list, but I thought I'd mention it here because I'm h

[Rails-core] New Rails Plugins Directory

2006-04-21 Thread Benjamin Curtis
I mentioned this on the Rails general mailing list, but I thought I'd mention it here because I'm hoping for some action from the core team on this. At the end of David's presentation at CanadaOnRails there was some discussion about needing a better resource for plugins than the current wiki

Re: [Rails-core] Flash problem with upgrade to Rails 1.1?

2006-03-31 Thread Benjamin Curtis
I filed ticket 4400 regarding this... and then I rewrote my tests. :) On Mar 31, 2006, at 1:05 PM, John W. Long wrote: Rick Olson wrote: Setup of course creates a new controller, request, etc... Has something changed in the upgrade to 1.1 that would effect multiple process calls in a contr

Re: [Rails-core] Converting AR Test Suite to use AR::Schema - Feedback needed

2006-03-01 Thread Benjamin Curtis
+1 for also paying attention to primary_key_prefix_type when creating primary keys. :) On Mar 1, 2006, at 4:08 PM, Bob Silva wrote: Hi, I'm working on converting the test suite over to AR::Schema. I'm finding there are a lot of barriers to doing this due to somewhat limited customization sup

Re: [Rails-core] Rails 1.1 is coming

2006-02-27 Thread Benjamin Curtis
I'm probably one of two people using Rails who really cares about the little annoyances that come with choosing to use primary key field names of tablename_id. :) I don't know if it's 1.1 worthy, but I would like some feedback on http://dev.rubyonrails.org/ticket/3373 -- specifically, what