Displaying 1 result from an estimated 1 matches for "browse_date".
2006 Apr 08
4
rails won''t cache my action
...ersion. 
What can I do to fix this problem.  I''m running rails 1.1  Here is my 
routes.rb.  I think it might have something to do with the problem.
  map.connect ''pragmatic/browse/:id/:page'',
    :controller => ''pragmatic'',
    :action => ''browse_date'',
    :requirements => { :page => /\d+/},
    :page => nil,
    :id => /\d\d\d\d/
-- 
Posted via http://www.ruby-forum.com/.