This project is archived and is in readonly mode.
[PATCH] ./script/dbconsole is broken in edge rails
Reported by Sam Granieri | January 14th, 2010 @ 12:41 AM
Commit
http://github.com/rails/rails/commit/8cb594a2e1808cd7d93f3593afed04...
broke ./script/dbconsole. I've provided a quick fix for it..
Here's how it works now
[sam@sambookpro] [~/Sites/edgeapp]
[git:master] % ./script/dbconsole
/Users/sam/Documents/Development/ruby/rails/railties/lib/rails/commands/dbconsole.rb:37:in `start': undefined local variable or method `env' for #<Rails::DBConsole:0x1021ca400> (NameError)
from /Users/sam/Documents/Development/ruby/rails/railties/lib/rails/commands/dbconsole.rb:8:in `start'
from ./script/dbconsole:6
[sam@sambookpro] [~/Sites/edgeapp]
Comments and changes to this ticket
-
Sam Granieri January 14th, 2010 @ 01:01 AM
- Tag changed from dbconsole, edge, patch, rails3, railties to 3.0, dbconsole, edge, patch, rails3, railties
-
Rizwan Reza January 16th, 2010 @ 08:49 AM
- Tag changed from 3.0, dbconsole, edge, patch, rails3, railties to 3.0, bugmash, dbconsole, edge, patch, rails3, railties, review
+1 verified
Works like a charm. Nice catch!
-
Repository January 16th, 2010 @ 03:25 PM
- State changed from new to resolved
(from [488b4c8c5c8e441c0aaaa9d4f71263dd3beacde4]) Make script/dbconsole work again [#3690 state:resolved]
Signed-off-by: Pratik Naik pratiknaik@gmail.com
http://github.com/rails/rails/commit/488b4c8c5c8e441c0aaaa9d4f71263...
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>
People watching this ticket
Attachments
Referenced by
- 3690 [PATCH] ./script/dbconsole is broken in edge rails (from [488b4c8c5c8e441c0aaaa9d4f71263dd3beacde4]) Make sc...