Displaying 3 results from an estimated 3 matches for "default_head_options".
2005 Jun 08
0
warning: already initialized constant problem
Hi,
I am getting the following error in WeBrick when using salted login
generator:
> ./script/../config/..//app/helpers/user_helper.rb:7: warning: already
> initialized constant DEFAULT_HEAD_OPTIONS
> 127.0.0.1 - - [31/May/2005:18:04:55 PDT] "HEAD /company.html HTTP/1.0"
> 200 0
Now, I can easily get around this bug but i wondered how to prevent it
from happening. Because user_helper is a module / mixin, and in my
experience this bug happens only when the ''load'...
2005 May 18
10
Salted Login Generator issues
...very page load drops the following in my apache error log:
[Tue May 17 17:14:52 2005] [error] [client xxx.xxx.xxx.xxx] FastCGI:
server "/opt/www/toolbox/public/dispatch.fcgi" stderr:
/opt/www/toolbox/public/../config/..//app/helpers/user_helper.rb:8:
warning: already initialized constant DEFAULT_HEAD_OPTIONS
I''ve grepped the entire tree and the only mentions of
DEFAULT_HEAD_OPTIONS exist in that file. It''s set at the beginning of
the file:
DEFAULT_HEAD_OPTIONS = {
:notice => true,
:message => true,
:error => false
}.freeze
It must exist elsewhere in the app, but I c...
2006 Feb 16
1
file_column problem
.... I get the following errors in the console:
127.0.0.1 - - [16/Feb/2006:12:35:46 Eastern Standard Time] "GET
/user/yourpic HTTP/1.1" 200 1332
http://localhost:3000/user/account -> /user/yourpic
./script/../config/../app/helpers/user_helper.rb:7: warning: already
initialized constant DEFAULT_HEAD_OPTIONS
./script/../config/../vendor/plugins/trunk/lib/file_column.rb:193:
warning: already initialized constant EXT_REGEXPS
./script/../config/../vendor/plugins/trunk/lib/file_column.rb:587:
warning: already initialized constant MIME_EXTENSIONS
./script/../config/../vendor/plugins/trunk/lib/file_column....