my app seems to be running fine in dev mode ( Rails4, Devise, OAuth2 , 
Doorkeeper ) but looking at the console , I can see all log lines 
duplicated ....
where should I look for any tricky bug or missing param ?anyway to get more 
info on what's happening ?  thanks a lot for feedback

 (ruby-2.0.0@rails40)$ rails server -p 4000
=> Booting WEBrick
=> Rails 4.0.0 application starting in development on http://0.0.0.0:4000
=> Run `rails server -h` for more startup options
=> Ctrl-C to shutdown server
[2013-08-22 12:42:08] INFO  WEBrick 1.3.1
[2013-08-22 12:42:08] INFO  ruby 2.0.0 (2013-06-27) [x86_64-darwin12.3.0]
[2013-08-22 12:42:08] INFO  WEBrick::HTTPServer#start: pid=13913 port=4000

Started GET "/oauth/authorized_applications" for 127.0.0.1 at 2013-08-22 
12:42:12 +0200
Started GET "/oauth/authorized_applications" for 127.0.0.1 at 2013-08-22 
12:42:12 +0200
Started GET "/users/sign_in" for 127.0.0.1 at 2013-08-22 12:42:13 +0200
Started GET "/users/sign_in" for 127.0.0.1 at 2013-08-22 12:42:13 +0200
Started POST "/users/sign_in" for 127.0.0.1 at 2013-08-22 12:46:39 +0200
Started POST "/users/sign_in" for 127.0.0.1 at 2013-08-22 12:46:39 +0200

***
Successful login with email_id : {"login"=>"yves", 
"password"=>"[FILTERED]", "remember_me"=>"0"}
***

***
Successful login with email_id : {"login"=>"yves", 
"password"=>"[FILTERED]", "remember_me"=>"0"}
***

Started GET "/oauth/authorized_applications" for 127.0.0.1 at 2013-08-22 
12:46:40 +0200
Started GET "/oauth/authorized_applications" for 127.0.0.1 at 2013-08-22 
12:46:40 +0200


-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/4fd07185-5b3e-4eec-ba08-31646df6c23a%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to