The old Rails have something called the Breakpointer. But no one used it seriously because it was not well implemented. A few months ago another player came into the party and that’s ruby-debug. It is so good that Rails now incorporates hooks for it.
install the gem
sudo gem install ruby-debug
Now restart ur server
./script/server -u
No comments :
Post a Comment