Here the complete log since startup of Tracks:
[baswi@homeserver2 TracksApp-tracks-f98d32c]$ bundle exec rails server -e production
/home/baswi/build_apps/tracks/src/TracksApp-tracks-f98d32c/.bundle/ruby/2.2.0/gems/activesupport-3.2.19/lib/active_support/values/time_zone.rb:270: warning: circular argument reference - now
/home/baswi/build_apps/tracks/src/TracksApp-tracks-f98d32c/.bundle/ruby/2.2.0/gems/htmlentities-4.3.1/lib/htmlentities/mappings/expanded.rb:465: warning: duplicated key at line 466 ignored: "inodot"
=> Booting WEBrick
=> Rails 3.2.19 application starting in production on
http://0.0.0.0:3000=> Call with -d to detach
=> Ctrl-C to shutdown server
[2015-04-04 17:17:30] INFO WEBrick 1.3.1
[2015-04-04 17:17:30] INFO ruby 2.2.1 (2015-02-26) [armv7l-linux-eabihf]
[2015-04-04 17:17:30] INFO WEBrick::HTTPServer#start: pid=14526 port=3000
Started GET "/" for 192.168.1.63 at 2015-04-04 17:17:36 +0200
Processing by TodosController#index as HTML
Redirected to
http://192.168.1.13:3000/loginFilter chain halted as :login_or_feed_token_required rendered or redirected
Completed 302 Found in 21.2ms (ActiveRecord: 2.7ms)
Started GET "/login" for 192.168.1.63 at 2015-04-04 17:17:37 +0200
Processing by LoginController#login as HTML
Redirected to
http://192.168.1.13:3000/signupCompleted 302 Found in 1092.0ms (ActiveRecord: 1.6ms)
Started GET "/signup" for 192.168.1.63 at 2015-04-04 17:17:38 +0200
Processing by UsersController#new as HTML
Rendered shared/_flash.html.erb (3.8ms)
Rendered users/new.html.erb within layouts/login (86.2ms)
Rendered shared/_footer.html.erb (8.6ms)
Completed 200 OK in 237.8ms (Views: 165.3ms | ActiveRecord: 1.6ms)
Started POST "/users" for 192.168.1.63 at 2015-04-04 17:17:51 +0200
Processing by UsersController#create as HTML
Parameters: {"utf8"=>"â", "authenticity_token"=>"ktJAJpDz2tj/4KodxPY1TZen/d99QjOLR0pytsujfSk=", "user"=>{"login"=>"baswi", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}
Binary data inserted for `string` type on column `crypted_password`
Redirected to
http://192.168.1.13:3000/Completed 302 Found in 1681.9ms (ActiveRecord: 249.3ms)
/home/baswi/build_apps/tracks/src/TracksApp-tracks-f98d32c/.bundle/ruby/2.2.0/gems/activerecord-3.2.19/lib/active_record/associations/has_many_association.rb:53: warning: circular argument reference - reflection
/home/baswi/build_apps/tracks/src/TracksApp-tracks-f98d32c/.bundle/ruby/2.2.0/gems/activerecord-3.2.19/lib/active_record/associations/has_many_association.rb:57: warning: circular argument reference - reflection
/home/baswi/build_apps/tracks/src/TracksApp-tracks-f98d32c/.bundle/ruby/2.2.0/gems/activerecord-3.2.19/lib/active_record/associations/has_many_association.rb:61: warning: circular argument reference - reflection
/home/baswi/build_apps/tracks/src/TracksApp-tracks-f98d32c/.bundle/ruby/2.2.0/gems/activerecord-3.2.19/lib/active_record/associations/has_many_association.rb:80: warning: circular argument reference - reflection
Started GET "/" for 192.168.1.63 at 2015-04-04 17:17:53 +0200
Processing by TodosController#index as HTML
Rendered collection (0.0ms)
Rendered todos/_todo.html.erb (0.0ms)
Rendered todos/_completed.html.erb (56.6ms)
Rendered todos/_new_todo_form.html.erb (51.9ms)
Rendered todos/_new_multi_todo_form.html.erb (20.8ms)
Rendered shared/_add_new_item_form.html.erb (190.7ms)
Rendered sidebar/sidebar.html.erb (44.7ms)
Rendered todos/index.html.erb within layouts/application (333.5ms)
Rendered shared/_flash.html.erb (0.4ms)
Rendered shared/_footer.html.erb (3.9ms)
Completed 200 OK in 725.9ms (Views: 459.0ms | ActiveRecord: 30.4ms)
Started GET "/contexts.autocomplete?_source_view=todo&_tag_name=&term=default" for 192.168.1.63 at 2015-04-04 17:18:21 +0200
Processing by ContextsController#index as AUTOCOMPLETE
Parameters: {"_source_view"=>"todo", "_tag_name"=>"", "term"=>"default"}
Rendered text template (0.0ms)
Completed 200 OK in 62.6ms (Views: 23.6ms | ActiveRecord: 3.6ms)
Started POST "/todos" for 192.168.1.63 at 2015-04-04 17:18:24 +0200
Processing by TodosController#create as JS
Parameters: {"utf8"=>"â", "authenticity_token"=>"\"ktJAJpDz2tj/4KodxPY1TZen/d99QjOLR0pytsujfSk=\"", "default_project_name"=>"", "default_context_name"=>"", "new_todo_starred"=>"false", "todo"=>{"description"=>"acite11817", "notes"=>"", "due"=>"06/04/2015", "show_from"=>""}, "project_name"=>"p1", "context_name"=>"default", "initial_tag_list"=>"", "tag_list"=>"", "predecessor_input"=>"", "predecessor_list"=>"", "_source_view"=>"todo", "0"=>"_", "1"=>"s", "2"=>"o", "3"=>"u", "4"=>"r", "5"=>"c", "6"=>"e", "7"=>"_", "8"=>"v", "9"=>"i", "10"=>"e", "11"=>"w", "12"=>"=", "13"=>"t", "14"=>"o", "15"=>"d", "16"=>"o", "17"=>"&", "18"=>"_", "19"=>"t", "20"=>"a", "21"=>"g", "22"=>"_", "23"=>"n", "24"=>"a", "25"=>"m", "26"=>"e", "27"=>"="}
Completed 500 Internal Server Error in 1325.9ms
NoMethodError (undefined method `name' for nil:NilClass):
app/controllers/todos_controller.rb:156:in `create'
/home/baswi/build_apps/tracks/src/TracksApp-tracks-f98d32c/.bundle/ruby/2.2.0/gems/activesupport-3.2.19/lib/active_support/time_with_zone.rb:71: warning: Comparable#== will no more rescue exceptions of #<=> in the next release.
/home/baswi/build_apps/tracks/src/TracksApp-tracks-f98d32c/.bundle/ruby/2.2.0/gems/activesupport-3.2.19/lib/active_support/time_with_zone.rb:71: warning: Return nil in #<=> if the comparison is inappropriate or avoid such comparison.
Started GET "/" for 192.168.1.63 at 2015-04-04 17:18:55 +0200
Processing by TodosController#index as HTML
Couldn't find template for digesting: ings/ing.html
Cache digest for contexts/_context.html: b9ee296a92fbc373dd6b97ac54e01e92
Read fragment views/contexts/1-20150404151825/todo/20150404//b9ee296a92fbc373dd6b97ac54e01e92 0.6ms