[Rails-core] CI build fix

2009-05-21 Thread Chad Woolley
I believe this: https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/2686-fix-ci-build-patch-fix-eager-association-test-related-to-different-ordering-on-sqlite fixes the only (current) build failure for master branch: http://ci.rubyonrails.org/builds/rails -- Chad

[Rails-core] Re: Rails, Activism and Lack of API

2009-05-21 Thread Mislav Marohnić
2009/5/21 Michael Koziarski mich...@koziarski.com authentication authorization: for restful_authentication, authlogic, etc.; This is something I'm *strongly* opposed to including in the core of rails until we have an absolutely bullet proof and popular solution from various plugins.

[Rails-core] default_scope for select option generates incorrect MySQL syntax

2009-05-21 Thread Emili Parreño
This patch https://rails.lighthouseapp.com/projects/8994/tickets/2626 fixes and error when you use select option in default_scope 2009/5/21 Mislav Marohnić mislav.maroh...@gmail.com: 2009/5/21 Michael Koziarski mich...@koziarski.com authentication authorization: for

[Rails-core] Re: Finding the loaded plugins?

2009-05-21 Thread James Adam
On May 20, 8:30 pm, Mislav Marohnić mislav.maroh...@gmail.com wrote: On Wed, May 20, 2009 at 17:08, Michael Schuerig mich...@schuerig.de wrote: The problem is that the current Initializer instance isn't saved anywhere. If you change your environment.rb like this:   Init =

[Rails-core] Re: Finding the loaded plugins?

2009-05-21 Thread Michael Schuerig
On Thursday 21 May 2009, James Adam wrote: On May 20, 8:30 pm, Mislav Marohnić mislav.maroh...@gmail.com wrote: On Wed, May 20, 2009 at 17:08, Michael Schuerig mich...@schuerig.de wrote: The problem is that the current Initializer instance isn't saved anywhere. If you change