This project is archived and is in readonly mode.
simple "rake test" fails
Reported by Sam Ruby | June 28th, 2009 @ 09:24 PM | in 2.x
Symptom
railties/lib/rails/configuration.rb:79:in
push': wrong number of arguments (0 for 1) (ArgumentError)</code>
</pre>
Steps required to reproduce the problem<br/>
<pre><code>ruby script/generate scaffold product title:string
rake db:migrate
rake test</code>
</pre>
Broken by commit [188a892c5a097ee6d62249d048a6be7d2dfe9649](http://github.com/rails/rails/commit/188a892c5a097ee6d62249d048a6be7d2dfe9649#diff-1)
Comments and changes to this ticket
-
Sam Ruby June 28th, 2009 @ 09:28 PM
- Tag changed from 3.0, configuration, rake, test to 3.0, configuration, patch, rake, test
-
Sam Ruby June 28th, 2009 @ 09:39 PM
- Tag changed from 3.0, configuration, patch, rake, test to 3.0, configuration, patch, rake, test
-
Carl Lerche June 30th, 2009 @ 05:13 PM
- State changed from new to resolved
It seems that I fixed this in parallel http://github.com/rails/rails/commit/f66b5d79c15c92e0712315b5843e61...
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>