search for: avcnotes

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

Did you mean: appnotes
2006 May 02
3
CSS for flash messages
...ice, :warning, :message] %> <% if flash[name] %> <%= "<p id=\"#{name}\" class=\"flash\">#{flash[name]}</p>" %> <% end %> <% end %> I''ve implemented CSS in application.rhtml with: <%= stylesheet_link_tag "avcnotes" %> Now, each of these things works--my flash messages appear when they should, and my styles are applied to all the pertinent elements...EXCEPT flash messages. In avcnotes.css I have (among other things): .notice { color:yellow } .warning { color:red } .message { color:yellow } #flash...
2006 May 11
3
LightHTTPD FastCgi Error in Production Mode
...ailed. Going down. no such file to load -- /usr/home/matthew.feadler/rails/avclfc/public/../config/environment (LoadError) My app works beautifully via WebRICK, both in Development and Production modes. My Lighty fcgi config is as follows: fastcgi.server = ( ".fcgi" => ( "AVCNotes" => ( "min-procs" => 1, "max-procs" => 5, "socket" => "/tmp/rails.socket", "bin-path" => "/usr/home/matthew.feadler/rails/avclfc/public/dispatch.fcgi", "bin-environment" => ( &q...