[Rails-core] XmlMini nokogiri back end update

2009-03-15 Thread Aaron Patterson
I submitted a patch making my code less clever, easier to read, and faster execution. http://tinyurl.com/dxnq66 I also like kittens and ice cream. -- Aaron Patterson http://tenderlovemaking.com/ --~--~-~--~~~---~--~~ You received this message because you are su

[Rails-core] Re: Last call for patches - 2.3 final is imminent

2009-03-15 Thread jodosha
I found a little issue in Metal file name convention: I have a Metal piece file called legacy_routes.rb with the related class called LegacyRoutes, when I try to start the server it returns the following error: /Library/Ruby/Gems/1.8/gems/activesupport-2.3.0/lib/active_support/ dependencies.rb:44

[Rails-core] Re: Plugin migrations - simplest approach

2009-03-15 Thread James Adam
On Mar 15, 7:35 pm, David Masover wrote: > On Sun, Mar 15, 2009 at 7:17 AM, James Adam wrote: > > I'd invite you to look athttp://interblah.net/plugin-migrations for a > > more in-depth 'think-through' of why this is important, but do let me > > know if you're still not convinced. > > Ah, I see

[Rails-core] Re: Plugin migrations - simplest approach

2009-03-15 Thread David Masover
On Sun, Mar 15, 2009 at 7:17 AM, James Adam wrote: > > On Mar 15, 1:40 am, David Masover wrote: > > At the risk of bikeshedding, I'd rather not have duplicate, > semi-generated > > code cluttering up that directory, and likely getting checked in to > version > > control. It was bad enough with s

[Rails-core] Re: Session Issues

2009-03-15 Thread Glenn Powell
I seem to be also seeing this faulty session behavior using nginx and mongrel clusters. Does anyone know if nginx is working on an update to support these new Rails 2.3 / Rack sessions? --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[Rails-core] Re: Plugin migrations - simplest approach

2009-03-15 Thread James Adam
On Mar 15, 1:40 am, David Masover wrote: > At the risk of bikeshedding, I'd rather not have duplicate, semi-generated > code cluttering up that directory, and likely getting checked in to version > control. It was bad enough with sass... > > A compromise might be to use symlinks instead, but that

[Rails-core] Template Runner enhancement patch submitted

2009-03-15 Thread dinshaw
I just opened ticket #2237 with a patch to enhance the new template runner with two methods: (http://rails.lighthouseapp.com/projects/8994/tickets/2237-template- runner-add-two-new-methods) add_observer and application_include (for includes in application_controller.rb) This is my first attempt