Displaying 20 results from an estimated 100000 matches similar to: "Google Sitemap"
2008 Apr 09
2
sitemap for RoR
Hi all
is there a plugin available by which i can generate a sitemap for my
site automatically.. I mean when ever a page is added it will get listed
in the sitemap?
If you have implemented it do let me know
thanks
dhaval parikh
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
2009 Jan 14
1
How to create a sitemap.xml?
Hi all,
is there a way one can generate a sitemap.xml for google in Rails? Is it
similar to generating xml.rss? (Rails 2.2.2)
Thank you,
Rollie.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2008 Feb 29
1
Lighttpd & VB.Net HTTPWEBREQUEST
Hi guys/gals,
I don''t know if anyone can answer this, and this post may belong in a
VB.Net forum, but my question is more for lighttpd. I have a .net app
that sends a HTTPWEBREQUEST to the webserver. Then my def saves this
hit to a mysql db. In webrick, this works fine, but not in lighttpd. I
was wondering if anyone has ever done this or does anyone know if
lighttpd does not accept
2006 Apr 28
0
available: google sitemap for rails project
Hi,
Google Sitemaps (https://www.google.com/webmasters/sitemaps/) is a way
to help Google''s crawler on your website.
I''ve published a little script to generate, from a rails project, a
urllist file usable with the Google sitemap generator.
You drop the script in your RAILS_ROOT/lib directory, edit it to set
the base url, and you''re set. Run it with
ruby script/runner
2009 Aug 10
0
A rails sitemap plugin
Hi, guys:
I wrote a sitemap plugin for rails yesterday. This plugin will
generate the public/sitemap.xml from config/sitemap.rb whose format is
very familiar to config/routes.rb.
I think it is very helpful if you have a website written by rails and
want it to be crawled by spiders such as google, yahoo and baidu.
The home page of the plugin is http://github.com/flyerhzm/sitemap/tree/master
The
2007 Nov 29
7
Sessions Not Working In Production Mode
I am completely stumped by this problem, and would welcome any
suggestions people could provide.
My application uses active-record-based sessions. In development mode,
the app works fine with sessions, no problems. But in production mode,
the process works for a while (a few hours, maybe more), but at a
certain point the session mechanism stop working.
It looks like the system stops storing new
2007 Jan 10
7
ultramonkey vs pound?
I know most people use pound, but has anyone tried using ultramonkey as
a load balancing solution between a cluster of mongrels and lighttpd?
Thanks,
Ray
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email
2007 Feb 08
2
cannot set ENV['RAILS_RELATIVE_URL_ROOT']
i am on lighttpd now, and i cannot set
cannot set enviroment variable:
i added this line to enviroment.rb, but it doesn not work!!
ENV[''RAILS_RELATIVE_URL_ROOT''] = ''something''
links on my page are ok, but all links to images, stylesheets etc are
broken, (because relative_url_root returns ''''), what else can I do?
thanks. f.
--
Posted via
2006 Oct 17
5
lighttpd exits, don't know why
Hi, I''m new to Rails and was trying out the tutorial that they give on
the apple website
http://developer.apple.com/tools/rubyonrails.html
I installed everything including lighttpd, and I got up to the point
where I want to create
my first record. When I hit the ''create'' button, lighttpd quits. If I
have the server running
as a foreground process I get this message
2006 Nov 13
3
Lighttpd Problems
Hi everybody,
I was using ruby with Lighttpd just fine, and all of a sudden I''m having
a problem. I''ve exhausted google - nobody else seems to have this
problem.
when running script/server, I get:
=> Booting lighttpd (use ''script/server webrick'' to force WEBrick)
=> Rails application started on http://0.0.0.0:3000
=> Call with -d to detach
=>
2007 Feb 04
0
Locomotive/lighttpd config questions
I''ve got a couple of configuration questions about
using lighttpd under Locomotive:
* (how) can I cause lighttpd to run each Rails page
request as a separate process? It seems like this
should be possible, using dispatch.cgi, but I don''t
know how to get that to run.
* Assuming that I have a looong-running Rails app,
(how) can I raise the lighttpd
2008 Feb 26
0
[ADV] Updated Advanced Rails Recipes PDF
Hi Folks,
We''ve just uploaded the third beta revision of the Advanced Rails
Recipes PDF:
http://pragprog.com/titles/fr_arr
To get your updated PDF, simply sign in to your account (http://
pragprog.com/my_account) and ask the system to regenerate it.
This revision adds 14 new recipes (81 total) from some of the top
developers in the community:
* Process Recurring Credit Card
2007 Mar 21
0
Getting the module name with ObjectSpace...
Hey :)
I''m trying to create a method for making a sitemap dynamically. It
works great for flat sites where you simply have your controllers in
the app/controllers directory. In this case, I can extract the
controller names like,
@controllers
ObjectSpace.subclasses_of(ActionController::Base).each do |obj|
@controllers["#{obj.controller_name}"] = obj
end
However,
2009 Mar 14
2
Rails, lighttpd and the Expires header
I have a controller that serves up images from a different location
from /public/images/ by using send_file or send_data on /media/thumbs/
38 for example
In lighttpd I have:
expire.url = ( "/media/" => "access 10 years",
"/stylesheets/" => "access 10 years" ,
"/javascripts/" => "access 10 years",
2007 May 13
0
dispatch.fcgi + lighttpd upload files
Hi,
as i''m aware that there are not too many out there still using
dispatch.fcgi && lighttpd (rather moving to mongrels && nginx ) , i''ll
try to make this simple:
how do i limit a file upload size in lighttpd? am i supposed to do this
via the app? i''ve racked the internet for a while now, and my mind is
heavy and stumped.
i''m running
2008 Oct 16
2
Read files from two servers
Hi,
in production I have 2 debian servers to which my app is deployed:
the first has a public IP and serves as webserver and the second has a
private IP and is used for database and other scripts running.
The scripts that are running saves some files on the second server
that should be accessed from the first server.
Is there an easy way to mount/link (?) the directories I need to be
accessed
2007 Jan 25
0
Full-Dulpex Ajax module for Lighttpd
Hello,
Full-Dulpex Ajax module v 0.5 for Lighttpd released. Designed for RoR.
http://www.refwell.com/blog/index.php/2007/01/25/full-dulpex-ajax-module-for-lighttpd/
Regards,
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to
2006 Sep 03
0
Solaris + Lighttpd + FastCGI + SSL HowTo
Hey guys,
After having problems when following Linux/MacOS HowTos I created a
Solaris + Lighttpd + FastCGI + SSL HowTo.
I hope this will help some of you:
http://net3x.blogspot.com/2006/09/solaris-lighttpd-fastcgi-ssl-howto.html
cheers,
i
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2009 Mar 27
1
Starting Mongrels = no such file to load -- initializer (load error)
I''ve searched high and low and cannot find a solution to this problem.
Any help would be appreciated.
My problem is when starting my mongrels with this command:
mongrel_rails start -d -p 3000 -P log/mongrel1.pid
I get this error in my mongrel_rails_persist.log:
** Starting Mongrel listening at 0.0.0.0:3000
** Starting Rails with production environment...
2008 Nov 04
1
HAproxy not listening to all IP address
guys,
i am trying to install HAproxy infront of my webserver.
usually my webserver listens on port 80 and since we have 5 ip address
serving 5 different sites on the same physical server the webserver
listens to all these ips and proxy the traffic to the relavent app
servers.
now the problem is if want to loadbalance i should install HAproxy on
port 80 and there lies the problem.