How to test RSS feeds while developing it on localhost

Hi,

I am developing on windows xp and am trying to create RSS feed for an
app
using RoR. How do I test my RSS feed while I am developing it. I don’t
know
of any feed reader that would accept localhost as the input.

Thanks

try using 127.0.0.1 instead of localhost

Damien wrote:

try using 127.0.0.1 instead of localhost

You can also put an entry into your hosts file to route a ficticious
domain name back to 127.0.0.1

On Wed, 2006-06-07 at 16:35 +0200, Mark wrote:

Damien wrote:

try using 127.0.0.1 instead of localhost

You can also put an entry into your hosts file to route a ficticious
domain name back to 127.0.0.1

or sign up with a free service such as dyndsn. I prefer this method so
that I can access my site from anywhere without having to remember my
IP.

Charlie B.
http://www.recentrambles.com

Neeraj K. wrote:


Rails mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails

If you have python installed, you can run feed validator on the command
line:

http://feedvalidator.org/docs/howto/install_and_run.html

-Ross

Neeraj K. wrote:

Hi,

I am developing on windows xp and am trying to create RSS feed for an
app
using RoR. How do I test my RSS feed while I am developing it. I don’t
know
of any feed reader that would accept localhost as the input.

Thanks

Thunderbird RSS feeds can be localhost just fine.