[Rails-core] Re: rake dev on 2-3-stable is still broken

2009-10-05 Thread John Trupiano
In case it wasn't clear, this command is run from within a local checkout of the rails source, e.g. git clone git://github.com/rails/rails.git cd rails git branch --track 2-3-stable origin/2-3-stable git checkout 2-3-stable cd railties rake dev This used to work fine but now leaves ERB in config/e

[Rails-core] Re: rake dev on 2-3-stable is still broken

2009-10-05 Thread John Trupiano
Hi Jeff, >From within the railties project, running 'rake dev' will generate a rails app with the current codebase and stick it in LOCAL_CHECKOUT_ROOT/rails. It is very helpful for testing the behavior of bugs reported in lighthouse. -John On Mon, Oct 5, 2009 at 4:29 PM, Jeff wrote: > > What i

[Rails-core] Re: rake dev on 2-3-stable is still broken

2009-10-05 Thread Jeff
What is meant by "rake dev", by the way? rake -T with a clean 2.3.4 app doesn't show any task named "dev" on my box. Jeff On Oct 4, 2:22 pm, John Trupiano wrote: > Hey guys, can we get this patch applied?  Currently the rails app > generated with 'rake dev' is broken.  A patch with more than e

[Rails-core] Re: Test Issue - test_no_automatic_reconnection_after_timeout(MysqlConnectionTest)

2009-10-05 Thread Marcelo Silveira
I'm using 2.8.1. On Sun, Sep 27, 2009 at 5:13 AM, Michael Koziarski wrote: > > > Is it a known issue? I think it might be something related to my mysql > > install but since I'm running a clean install (5.1.37) I decided to > > check with you guys first. > > I don't get that error here, which ve