>> - Calendar view doesn't seem to be working at all. I have plenty
> I cannot reproduce. I'm running the tree as of today, but my calendar
> view is filled, and my iCal feed is working too.

I tried again just now: I did a 'git pull upstream master' and renamed
site.yml.tmp to site.yml, adjusted the salt, ran 'rake db:migrate',
started the webserver ('script/server -e production') and navigated in
my browser to the frontpage. I have several 'agenda' contexts with due
actions that I can see there. If I try the calendar view, nothing is
shown. The ICS file is empty too (except for a header).

>> - Recurring actions don't work the way I expect. For example, > Same here, I 
>> created a weekly todo for Tuesday and Saturday and it
> works for me.
>
> Sounds like your installation is not correct. Did you get the latest
> tree? Did you migrate your old database? Is your environment.rb recreated
> from the new template? Any errors in your logs?

See my description above, I think I did everything correct.

If I try to load the calendar view the following gets dumped in the log:

Processing TodosController#calendar (for 127.0.0.1 at 2009-02-03 21:05:30) [GET]
  Session ID: 2e8885a58071df3d51a8286e03b933b9
Rendering template within layouts/standard
Rendering todos/calendar
Completed in 78ms (View: 15, DB: 47) | 200 OK [http://localhost/calendar]


Processing UnobtrusiveJavascriptController#generate (for 127.0.0.1 at
2009-02-03 21:05:31) [GET]
  Session ID: 2e8885a58071df3d51a8286e03b933b9
  Parameters: {"page_path"=>["calendar.js"]}
Completed in 0ms (View: 0, DB: 0) | 304 Not Modified
[http://localhost/behaviours/calendar.js]

However, a little while back I see the following which seems suspect:

Processing LoginController#check_expiry (for 127.0.0.1 at 2009-02-03
21:07:35) [POST]
  Session ID: 2e8885a58071df3d51a8286e03b933b9
  Parameters: {"action"=>"check_expiry",
"authenticity_token"=>"5d295bb6ae1aaaa8cb937e41fde9d0a6bcf71d47",
"controller"=>"login"}


ActionController::InvalidAuthenticityToken
(ActionController::InvalidAuthenticityToken):
    
/vendor/rails/actionpack/lib/action_controller/request_forgery_protection.rb:86:in
`verify_authenticity_token'
    /vendor/rails/activesupport/lib/active_support/callbacks.rb:178:in
`evaluate_method'
    /vendor/rails/activesupport/lib/active_support/callbacks.rb:166:in `call'
    /vendor/rails/actionpack/lib/action_controller/filters.rb:225:in `call'
    /vendor/rails/actionpack/lib/action_controller/filters.rb:629:in
`run_before_filters'
    /vendor/rails/actionpack/lib/action_controller/filters.rb:615:in
`call_filters'
    /vendor/rails/actionpack/lib/action_controller/filters.rb:610:in
`perform_action_without_benchmark'
    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in
`perform_action_without_rescue'
    c:/Installed/rails-prod-win/ruby/lib/ruby/1.8/benchmark.rb:293:in `measure'
    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in
`perform_action_without_rescue'
    /vendor/rails/actionpack/lib/action_controller/rescue.rb:136:in
`perform_action_without_caching'
    /vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:13:in
`perform_action'
    
/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in
`cache'
    /vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache'
    /vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:12:in
`perform_action'
    /vendor/rails/actionpack/lib/action_controller/base.rb:524:in
`process_without_filters'
    /vendor/rails/actionpack/lib/action_controller/filters.rb:606:in
`process_without_session_management_support'
    /vendor/rails/actionpack/lib/action_controller/session_management.rb:134:in
`process'
    /vendor/rails/actionpack/lib/action_controller/base.rb:392:in `process'
    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:183:in
`handle_request'
    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:110:in
`dispatch_unlocked'
    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:123:in
`dispatch'
    c:/Installed/rails-prod-win/ruby/lib/ruby/1.8/thread.rb:135:in `synchronize'
    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:122:in
`dispatch'
    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:132:in
`dispatch_cgi'
    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:39:in
`dispatch'
    /vendor/rails/railties/lib/webrick_server.rb:103:in `handle_dispatch'
    /vendor/rails/railties/lib/webrick_server.rb:74:in `service'
    c:/Installed/rails-prod-win/ruby/lib/ruby/1.8/webrick/httpserver.rb:104:in
`service'
    c:/Installed/rails-prod-win/ruby/lib/ruby/1.8/webrick/httpserver.rb:65:in
`run'
    c:/Installed/rails-prod-win/ruby/lib/ruby/1.8/webrick/server.rb:173:in
`start_thread'
    c:/Installed/rails-prod-win/ruby/lib/ruby/1.8/webrick/server.rb:162:in
`start_thread'
    c:/Installed/rails-prod-win/ruby/lib/ruby/1.8/webrick/server.rb:95:in
`start'
    c:/Installed/rails-prod-win/ruby/lib/ruby/1.8/webrick/server.rb:92:in
`start'
    c:/Installed/rails-prod-win/ruby/lib/ruby/1.8/webrick/server.rb:23:in
`start'
    c:/Installed/rails-prod-win/ruby/lib/ruby/1.8/webrick/server.rb:82:in
`start'
    /vendor/rails/railties/lib/webrick_server.rb:60:in `dispatch'
    /vendor/rails/railties/lib/commands/servers/webrick.rb:66
    
c:/Installed/rails-prod-win/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
`require'
    /vendor/rails/activesupport/lib/active_support/dependencies.rb:153:in
`require'
    /vendor/rails/activesupport/lib/active_support/dependencies.rb:521:in
`new_constants_in'
    /vendor/rails/activesupport/lib/active_support/dependencies.rb:153:in
`require'
    /vendor/rails/railties/lib/commands/server.rb:49
    
c:/Installed/rails-prod-win/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
`require'
    script/server:3

Rendering 
c:/Installed/rails-prod-win/rails_apps/tracks_dev/tracks/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb
(unprocessable_entity)


Processing UnobtrusiveJavascriptController#generate (for 127.0.0.1 at
2009-02-03 21:07:35) [GET]
  Session ID: 2e8885a58071df3d51a8286e03b933b9
  Parameters: {"page_path"=>["index.js"]}
Completed in 0ms (View: 0, DB: 0) | 200 OK
[http://localhost/behaviours/index.js]


Processing LoginController#check_expiry (for 127.0.0.1 at 2009-02-03
21:07:36) [POST]
  Session ID: 2e8885a58071df3d51a8286e03b933b9
  Parameters: {"action"=>"check_expiry",
"authenticity_token"=>"a08064f50a74e0534116a7f752cf881490263dc0",
"controller"=>"login"}


ActionController::InvalidAuthenticityToken
(ActionController::InvalidAuthenticityToken):
    
/vendor/rails/actionpack/lib/action_controller/request_forgery_protection.rb:86:in
`verify_authenticity_token'
    /vendor/rails/activesupport/lib/active_support/callbacks.rb:178:in
`evaluate_method'
    /vendor/rails/activesupport/lib/active_support/callbacks.rb:166:in `call'
    /vendor/rails/actionpack/lib/action_controller/filters.rb:225:in `call'
    /vendor/rails/actionpack/lib/action_controller/filters.rb:629:in
`run_before_filters'
    /vendor/rails/actionpack/lib/action_controller/filters.rb:615:in
`call_filters'
    /vendor/rails/actionpack/lib/action_controller/filters.rb:610:in
`perform_action_without_benchmark'
    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in
`perform_action_without_rescue'
    c:/Installed/rails-prod-win/ruby/lib/ruby/1.8/benchmark.rb:293:in `measure'
    /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in
`perform_action_without_rescue'
    /vendor/rails/actionpack/lib/action_controller/rescue.rb:136:in
`perform_action_without_caching'
    /vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:13:in
`perform_action'
    
/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in
`cache'
    /vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache'
    /vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:12:in
`perform_action'
    /vendor/rails/actionpack/lib/action_controller/base.rb:524:in
`process_without_filters'
    /vendor/rails/actionpack/lib/action_controller/filters.rb:606:in
`process_without_session_management_support'
    /vendor/rails/actionpack/lib/action_controller/session_management.rb:134:in
`process'
    /vendor/rails/actionpack/lib/action_controller/base.rb:392:in `process'
    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:183:in
`handle_request'
    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:110:in
`dispatch_unlocked'
    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:123:in
`dispatch'
    c:/Installed/rails-prod-win/ruby/lib/ruby/1.8/thread.rb:135:in `synchronize'
    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:122:in
`dispatch'
    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:132:in
`dispatch_cgi'
    /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:39:in
`dispatch'
    /vendor/rails/railties/lib/webrick_server.rb:103:in `handle_dispatch'
    /vendor/rails/railties/lib/webrick_server.rb:74:in `service'
    c:/Installed/rails-prod-win/ruby/lib/ruby/1.8/webrick/httpserver.rb:104:in
`service'
    c:/Installed/rails-prod-win/ruby/lib/ruby/1.8/webrick/httpserver.rb:65:in
`run'
    c:/Installed/rails-prod-win/ruby/lib/ruby/1.8/webrick/server.rb:173:in
`start_thread'
    c:/Installed/rails-prod-win/ruby/lib/ruby/1.8/webrick/server.rb:162:in
`start_thread'
    c:/Installed/rails-prod-win/ruby/lib/ruby/1.8/webrick/server.rb:95:in
`start'
    c:/Installed/rails-prod-win/ruby/lib/ruby/1.8/webrick/server.rb:92:in
`start'
    c:/Installed/rails-prod-win/ruby/lib/ruby/1.8/webrick/server.rb:23:in
`start'
    c:/Installed/rails-prod-win/ruby/lib/ruby/1.8/webrick/server.rb:82:in
`start'
    /vendor/rails/railties/lib/webrick_server.rb:60:in `dispatch'
    /vendor/rails/railties/lib/commands/servers/webrick.rb:66
    
c:/Installed/rails-prod-win/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
`require'
    /vendor/rails/activesupport/lib/active_support/dependencies.rb:153:in
`require'
    /vendor/rails/activesupport/lib/active_support/dependencies.rb:521:in
`new_constants_in'
    /vendor/rails/activesupport/lib/active_support/dependencies.rb:153:in
`require'
    /vendor/rails/railties/lib/commands/server.rb:49
    
c:/Installed/rails-prod-win/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
`require'
    script/server:3

Rendering 
c:/Installed/rails-prod-win/rails_apps/tracks_dev/tracks/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb
(unprocessable_entity)

Any ideas?

Thanks,

Steven

-- 
LinkedIn profile: http://www.linkedin.com/in/zteven
_______________________________________________
Tracks-discuss mailing list
[email protected]
http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss

Reply via email to