Created
August 4, 2010 20:04
-
-
Save tubbo/508697 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Processing UsersController#create (for 69.142.78.178 at 2010-08-04 11:37:35) [POST] | |
| Parameters: {"commit"=>"Signup", "user"=>{"password_confirmation"=>"HEYNOW", "last_name"=>"Scott", "password"=>"HEYNOW", "login"=>"tubbo", "email"=>"HEYNOW", "first_name"=>"Tom"}} | |
| Sent mail to [email protected] | |
| ArgumentError (wrong number of arguments (3 for 2)): | |
| /usr/ruby1.8.7/lib/ruby/1.8/net/smtp.rb:525:in `start' | |
| app/models/user_observer.rb:22:in `after_create' | |
| /usr/ruby1.8.7/lib/ruby/1.8/observer.rb:185:in `notify_observers' | |
| /usr/ruby1.8.7/lib/ruby/1.8/observer.rb:184:in `each' | |
| /usr/ruby1.8.7/lib/ruby/1.8/observer.rb:184:in `notify_observers' | |
| app/controllers/users_controller.rb:247:in `create' | |
| /home/heroku_rack/lib/static_assets.rb:9:in `call' | |
| /home/heroku_rack/lib/last_access.rb:25:in `call' | |
| /home/heroku_rack/lib/date_header.rb:14:in `call' | |
| thin (1.2.6) lib/thin/connection.rb:76:in `pre_process' | |
| thin (1.2.6) lib/thin/connection.rb:74:in `catch' | |
| thin (1.2.6) lib/thin/connection.rb:74:in `pre_process' | |
| thin (1.2.6) lib/thin/connection.rb:57:in `process' | |
| thin (1.2.6) lib/thin/connection.rb:42:in `receive_data' | |
| eventmachine (0.12.10) lib/eventmachine.rb:256:in `run_machine' | |
| eventmachine (0.12.10) lib/eventmachine.rb:256:in `run' | |
| thin (1.2.6) lib/thin/backends/base.rb:57:in `start' | |
| thin (1.2.6) lib/thin/server.rb:156:in `start' | |
| thin (1.2.6) lib/thin/controllers/controller.rb:80:in `start' | |
| thin (1.2.6) lib/thin/runner.rb:177:in `send' | |
| thin (1.2.6) lib/thin/runner.rb:177:in `run_command' | |
| thin (1.2.6) lib/thin/runner.rb:143:in `run!' | |
| thin (1.2.6) bin/thin:6 | |
| /usr/ruby1.8.7/bin/thin:19:in `load' | |
| /usr/ruby1.8.7/bin/thin:19 | |
| Rendering /disk1/home/slugs/253947_5e652d3_c6b3/mnt/public/500.html (500 Internal Server Error) | |
| ==> dyno-1884451.log <== | |
| >> Thin web server (v1.2.6 codename Crazy Delicious) | |
| >> Maximum connections set to 1024 | |
| >> Listening on 0.0.0.0:56311, CTRL+C to stop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment