search for: sugarstats

Displaying 2 results from an estimated 2 matches for "sugarstats".

Did you mean: sugarstack
2007 Jun 16
2
Specs don''t find modules when using the secure_actions or ssl_requirement plugin
...39;'m installed the plugin, and added the include in application controller: class ApplicationController < ActionController::Base include ExceptionNotifiable include AuthenticatedSystem include SecureActions ... but when I try to run the specs I got this error: /home/edgar/sandboxes/sugarstats/config/../vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:477:in `const_missing'': uninitialized constant ApplicationController::SecureActions (NameError) the same behavior if I try with ssl_requirement plugin any clue? -- Edgar Gonz?lez Gonz?lez E-m...
2006 Oct 10
1
A few quick fragment cache questions
Doing some reading up on fragment cache before implmenting it and had a few questions: 1.) I read that page and action caching have issues or don''t work at all with query strings (more so with page caching). Does fragment caching work with query strings? i.e something like example.com/foo/bar?page=2 2.) If the above is true and I have an authentication system built into my app, if 2