This project is archived and is in readonly mode.
pp required now in ruby-debug?
Reported by Greg Donald | February 20th, 2010 @ 04:59 PM
I can no longer just type 'params' ?
I now have to type 'pp params' with Rails3 ?
$ ruby script/rails s => Booting WEBrick => Rails
3.0.0.beta application starting in development on http://0.0.0.0:3000 => Call with -d to
detach => Ctrl-C to shutdown server [2010-02-20 10:56:16] INFO
WEBrick 1.3.1 [2010-02-20 10:56:16] INFO ruby 1.8.7 (2010-01-10)
[i386-mingw32] [2010-02-20 10:56:16] INFO
WEBrick::HTTPServer#start: pid=8580 port=3000
c:/Ruby/lib/ruby/gems/1.8/gems/actionpack-3.0.0.beta/lib/action_controller/base.rb:45
default_render unless response_body
(rdb:1) params *** Unknown command: "params". Try "help". (rdb:1)
pp params {"action"=>"index", "controller"=>"home"}
(rdb:1)
Comments and changes to this ticket
-
Rohit Arondekar February 2nd, 2011 @ 10:16 AM
- State changed from new to stale
- Importance changed from to Low
Marking ticket as stale. If this is still an issue please leave a comment with suggested changes, creating a patch with tests, rebasing an existing patch or just confirming the issue on a latest release or master/branches.
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>