Displaying 20 results from an estimated 117 matches for "favicon".
2005 Mar 03
5
Whats ''favicon.ico''
I''m seeing the following in the WEBbrick console output after every GET
192.168.0.108 - - [03/Mar/2005:15:35:19 AUS Eastern Daylight Time] "GET
/favicon.ico HTTP/1.1" 200 60
- -> /favicon.ico
What does /favicon.ico (which doesnt seem to exist in my source) do for
Rails?
_______________________________________________
Rails mailing list
Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/lis...
2006 Mar 04
6
Favicon?
I''m sure I''m missing something rudimentary here...
I seem to be having difficulty getting my favicon to appear. I have my
favicon.ico in the public folder. I''ve configured my route.rb to route
the intro page to my "home" controller. I''m using application.rb in my
views to template the headers and footers.
Here is the tag in my <head> in the application.rb:
<...
2006 Mar 17
2
Favicon.ico doesn''t show in IE 6
Hello All,
I put favicon.ico under "public" folder. Also, I put a copy into
"public/images". And I put these 2 lines in my layout file:
<link rel="icon" href="images/favicon.ico" type="image/ico" />
<link rel="shortcut icon" href="images/fa...
2006 Dec 01
2
favicon
im trying to figure out how to serve a favicon.ico for my app, does anyone have a line for Mongrel::Configurator? all i can see is that everyone seems to use the 404 handler...how boring..
uri "/favico", :handler => Mongrel::DirHandler.new(File.dirname(__FILE__)+"/favicon.ico") is sort of close, but it says The image ?h...
2009 Aug 28
4
favicon.ico and robots.txt
Hello,
I'm running an apache 2.2 webserver on centos 5.3. I'm seeing
frequent requests for robots.txt and favicon.ico from the logs those files
should be in the document root area. What are these files, is this something
the rpm installs, or do i have to retrieve or generate them?
Thanks.
Dave.
2007 Jan 17
8
can i force a favicon.ico ?
...h use the same code and both
domains point to the same public folder. I use different logos by using
a session variable called session[:domain] that i find with
env_table[''HTTP_HOST'']
so anyway, both need a different icon to go in the bookmarks and url, i
know this is done with a favicon.ico, but can i force the server to use
one for one domain and a different one for the other domain ?
if so, how ?
thanks
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups &qu...
2006 Jan 23
1
favicon.ico placement
<link rel="shortcut icon" href="/public/favicon.ico" >
This causes a routing error, and the icon doesn''t load. Should I add
something to my routes.rb file, or should I change the href in the above
link?
--
Posted via http://www.ruby-forum.com/.
2010 Dec 19
0
favicon.ico (shortcut icon) & Internet Explorer 8 & rails
...lace the link at the end of the
<head>. It all works in all browsers then.
Ugh.
- - -
Ok, that''s the workaround. But I have read that FF and IE are supposed
to be able to display the shortcut icon (the icon that appears in a
browser''s various tabs) if the icon is named favicon.ico and is in the
website''s root.
Well, I placed this file in my website''s root, in public, in
public/images ... all to no avail.
Where should I put favicon.ico and what, if anything, should I tell
rails about it?
--
Posted via http://www.ruby-forum.com/.
--
You received thi...
2005 Nov 22
1
What? - 500 unless class Cart included
...05-11-22 23:47:55] INFO ruby 1.8.2 (2004-12-25) [powerpc-darwin8.0]
[2005-11-22 23:47:55] INFO WEBrick::HTTPServer#start: pid=27010
port=3000
127.0.0.1 - - [22/Nov/2005:23:48:05 GMT] "GET /something HTTP/1.1" 500 0
- -> /something
127.0.0.1 - - [22/Nov/2005:23:48:06 GMT] "GET /favicon.ico HTTP/1.1"
200 0
- -> /favicon.ico
^C[2005-11-22 23:48:11] INFO going to shutdown ...
[2005-11-22 23:48:11] INFO WEBrick::HTTPServer#start done.
$ echo "class Cart;end">app/models/Cart.rb
$ script/server
=> Booting WEBrick...
=> Rails application started on http://...
2020 Jan 07
2
delayed write files errors
...smb :
>> \.system\Thunderbird\profile.default-release\calendar-data\cache.sqlite-shm
>>
>> \.system\Thunderbird\profile.default-release\cookies.sqlite-shm
>> \.system\Thunderbird\profile.default-release\places.sqlite-shm
>> \.system\Thunderbird\profile.default-release\favicons.sqlite-shm
>> \.system\Thunderbird\profile.default-release\webappsstore.sqlite-shm
> By the backslashes, this appears to be coming from windows, so is
> there an event ID ?
Yes it's a Windows Event, mrxsmb, ID 139. Strangely it's always for
*sqlite-shm files.
>
>> A...
2008 Apr 20
2
mod_rails showing plain text instead of actual page
...e>
<style type="text/css">@import "/stylesheets/display2.css";</
style>
<!--[if IE]><style type="text/css">@import "/stylesheets/
display2_ie.css";</style><![endif]-->
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<ul id="breadcrumb">
<li><a href="/">mysite</a></li>...
2006 Feb 22
2
Using ez_where
...ad.io_number''
end
puts @display_ad.pub_date
puts @display_ad.io_number
puts cond.to_sql
#display_ad = DisplayAd.find(:all, conditions => cond.to_sql )
#render :action => ''list''
end
127.0.0.1 - - [21/Feb/2006:22:31:46 PST] "GET /favicon.ico HTTP/1.1"
200 0
- -> /favicon.ico
2004-06-02
12345
pub_date = ? AND io_number LIKE ?
@display_ad.pub_date
@display_ad.io_number
The console shows the values being passed to the class but I
don''t know what will give ez_where the values properly.
Thanks for any help
Dave
2011 Jan 07
5
Deployment issues
...gratulations! I''m struggling, frustrated that my app,
which runs so well on my linux box, generates such odd errors on my vps and
completely fails to do anything. For example, at the moment my
production.log file has the error:
ActionController::RoutingError (No route matches "/favicon.ico" with
{:method=>:get}):
Sometimes instead of favicon it complains of robots.txt. Well, nowhere in my
code -- that I can find -- it there any refernece to either, yet here I sit,
looking at a blank screen, and trading the occasional email with the
sysadmin.
Errors like this drive me nu...
2008 Jan 13
2
access to webpage code
...ing like
>site="http://www.R-project.com"
>code=function(site)
>code
!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>The R Project for Statistical Computing</title>
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="R.css">
</head>
<FRAMESET cols="1*, 4*" border=0>...
2020 Jan 05
3
delayed write files errors
...the same error with all this files :
??? mrxsmb :
\.system\Thunderbird\profile.default-release\calendar-data\cache.sqlite-shm
\.system\Thunderbird\profile.default-release\cookies.sqlite-shm
\.system\Thunderbird\profile.default-release\places.sqlite-shm
\.system\Thunderbird\profile.default-release\favicons.sqlite-shm
\.system\Thunderbird\profile.default-release\webappsstore.sqlite-shm
There is new errors in the samba log, like kerberos errors. I don't know
if this errors are normals.
Also, I can see the file favicons.sqlite-shm?in the samba log (@
[2020/01/04 23:59:55.709000,? 2]) with som er...
2011 Apr 23
2
Extract ip address from a kvm guest
Hi all,
Somebody knows how can I extract/know an ip address used by a kvm
guest using a script?? For example I have the following guests:
[root at kvmsrv01 bin]# virsh list --all
Id Name State
----------------------------------
1 linclunode01 running
2 linmgmt running
5 win7desktop running
I know that linclunode01 has 172.25.50.1 as
2020 Jan 07
0
delayed write files errors
...\.system\Thunderbird\profile.default-release\calendar-data\cache.sqlite-shm
>>>
>>> \.system\Thunderbird\profile.default-release\cookies.sqlite-shm
>>> \.system\Thunderbird\profile.default-release\places.sqlite-shm
>>> \.system\Thunderbird\profile.default-release\favicons.sqlite-shm
>>> \.system\Thunderbird\profile.default-release\webappsstore.sqlite-shm
>> By the backslashes, this appears to be coming from windows, so is
>> there an event ID ?
> Yes it's a Windows Event, mrxsmb, ID 139. Strangely it's always for
> *sqlite-shm fil...
2016 Mar 07
0
[PATCH] inspector: add --no-applications and --no-icon
.... everything below this point.
*/
- inspect_mount_root (g, root);
-
- output_applications (xo, root);
+ if (inspect_apps || inspect_icon) {
+ inspect_mount_root (g, root);
+
+ if (inspect_apps)
+ output_applications (xo, root);
+
+ if (inspect_icon) {
+ /* Don't return favicon. RHEL 7 and Fedora have crappy 16x16
+ * favicons in the base distro.
+ */
+ str = guestfs_inspect_get_icon (g, root, &size,
+ GUESTFS_INSPECT_GET_ICON_FAVICON, 0,
+ -1);
+ if (!str) exit (EXIT_FAIL...
2006 Mar 16
2
WEBrick and OS X 10.4.5 problems?
...y
run even freshly generated apps.
For both valid and invalid actions WEBrick is returning 500''s, as
opposed to 404''s or 200''s.
127.0.0.1 - - [16/Mar/2006:02:05:04 PST] "GET / HTTP/1.1" 200 7551
- -> /
127.0.0.1 - - [16/Mar/2006:02:05:04 PST] "GET /favicon.ico HTTP/1.1"
200 0
- -> /favicon.ico
127.0.0.1 - - [16/Mar/2006:02:05:04 PST] "GET /javascripts/
prototype.js HTTP/1.1" 200 47603
http://localhost:3000/ -> /javascripts/prototype.js
127.0.0.1 - - [16/Mar/2006:02:05:04 PST] "GET /javascripts/effects.js
HTTP/1.1"...
2020 Jan 07
1
delayed write files errors
...xsmb :
>> \.system\Thunderbird\profile.default-release\calendar-data\cache.sqlite-shm
>>
>> \.system\Thunderbird\profile.default-release\cookies.sqlite-shm
>> \.system\Thunderbird\profile.default-release\places.sqlite-shm
>> \.system\Thunderbird\profile.default-release\favicons.sqlite-shm
>> \.system\Thunderbird\profile.default-release\webappsstore.sqlite-shm
> By the backslashes, this appears to be coming from windows, so is there
> an event ID ?
>>
>> There is new errors in the samba log, like kerberos errors. I don't know
>> if this e...