Displaying 20 results from an estimated 20000 matches similar to: "RSS testing on localhost?"
2006 Mar 05
2
RSS feed for blog entries...
Can someone guide me on the process of providing an RSS feed for my
site? I''m not sure how to go about this. Thanks.
--
Posted via http://www.ruby-forum.com/.
2006 Mar 17
1
RSS problem when trying to display ID - HELP
I want to append "#comment-1" or whatever, depending on the id to the
end of my xml.link(" ... /#comment-1") attribute in my generated xml.
Well, when I put:
xml.link(" ... /#comment-" + comment.id)
I get an Application error (rails) message when I look at the generated
XML. This is what I''m doing without the id on the comments (its working
fine):
2006 Mar 04
4
How to redirect_to the same page after comment posting?
How can I have the page redirect_to the same page after someone posts a
comment?
I know that you can do "redirect_to :action => ''index''", but the page is
located at this URL:
/posts/2006/02/01/individual_post/
So, the action is "individual" which is in the "posts" controller, but
there is a custom URL mapped for the URL shown above. How can
2008 Nov 18
2
rss feed is not detected in firefox ?
my rails version is 2.2.0
i have created a rss feed
It is working fine in IE
but in fire fox
only xml content is showned
like
"This XML file does not appear to have any style information associated
with it. The document tree is shown below."
any idea ?
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because
2006 Jun 07
5
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Mar 04
2
Current date/time - how to store with comments?
Can someone tell me how to store the current date/time when someone
posts a comment on my blog? I could even update the comments table
after the comment is saved in the controller, but I''m not sure how to do
that either.
Thanks for any help...
--
Posted via http://www.ruby-forum.com/.
2006 Jul 21
3
Interface with Flickr
Does anyone know how to get going with the flickr api WITHOUT using the
''flickr.rb'' gem? I''m wanting to just use the REXML and ''net/http''
stuff. I''m just wondering how to send requests to the api and handle
the response. Any tips would be great!
Thanks!
--
Posted via http://www.ruby-forum.com/.
2006 May 08
4
<%= text_field %> - how to set the value to session name?
I''m trying to automatically fill a "posted_by" text by with whoever is
logged into the session. How do you set the value attribute using "<%=
text_field ... %>"???
I''ve tried:
<%= text_field ''post'', ''posted_by'', ''value'' =>
User.find(session[:user_id]).name.capitalize) %>
But I get
2006 Mar 14
5
Dreamhost Database problems
I''m working on uploading my site to dreamhost. I just setup my
production database, and gave it a host name. It said that it was
successfully created. Now, it''s been like 25 minutes, and I still can''t
connect to it. Is that normal?
How can I get my tables created? Just wait it out? I''m trying to load
it in the browser, and it says "server not
2006 Mar 29
7
Dreamhost upgraded 1.1 - app doesn''t work
Does anyone know how long it will be until Dreamhost get''s the Rails 1.1
install running correctly?
My site has been down since last night at about 7:00 pm (I think).
It''s annoying, and are a lot of others having this problem too?
Thanks.
--
Posted via http://www.ruby-forum.com/.
2012 May 17
1
using XML package to read RSS
Hi,
I'm trying to use the XML package to read an RSS feed. To get
started, I was trying to use this post as an example:
http://www.r-bloggers.com/how-to-build-a-dataset-in-r-using-an-rss-feed-or-web-page/
I can replicate the beginning section of the post, but when I try to
use another RSS feed I have an issue. The RSS feed I would like to
use is:
> URL <-
2006 Mar 05
2
Sending an email when a comment is posted
When a user posts a comment on my site, is there a way for me to be
notified via email? I know this is pretty easy in php, i.e. mail()
function, but I''m looking for the equivalent in Rails.
Thanks!
--
Posted via http://www.ruby-forum.com/.
2009 Oct 15
1
R RSS feed
I was trying to subscribe to an RSS feed from
<http://developer.r-project.org/RSSfeeds.html> but IE chokes on DTDs and
Firefox also has trouble with this feed. (I'm not sure if it has trouble
with DTDs in general.)
I went to one of our web developers to see what I should use to read the
feed, and he pointed out that the mix of RSS 2.00 and rss-0.91 looks
like a mistake:
<!--
2006 Mar 20
3
can''t get my rss to validate with feedtools
I know that I''m doing something wrong, but I can''t figure out what.
I''ve looked at every wiki and tutorial I can find on feedtools but I
still can''t get my rss feed working. Here''s my code.
feed = FeedTools::Feed.new
feed.entries << FeedTools::FeedItem.new
feed.entries[0].author.name = "Charlie Bowman"
feed.entries[0].title =
2007 Jul 09
1
CRANberries -- An RSS feed about New and Updated CRAN packages
Announcing CRANberries -- An RSS feed about New and Updated CRAN packages
A new RSS feed [1] is now available that summarizes uploads to CRAN. This
makes it possibly to quickly obtain concise information about which (of the
now over one thousand !!) packages were added or updated at CRAN and its
mirrors.
To this end, two basic variants are provided:
- a feed for new packages where we display
2007 Jul 09
1
CRANberries -- An RSS feed about New and Updated CRAN packages
Announcing CRANberries -- An RSS feed about New and Updated CRAN packages
A new RSS feed [1] is now available that summarizes uploads to CRAN. This
makes it possibly to quickly obtain concise information about which (of the
now over one thousand !!) packages were added or updated at CRAN and its
mirrors.
To this end, two basic variants are provided:
- a feed for new packages where we display
2006 Jun 06
2
RSS Generator - Can not subscribe from yahoo
Hi
I have created a rss generator for my web site; it is
http://www.rordirectory.com/rss
The feed displays correctly; but when I try to subscribe from my yahoo
account, after entering the feed url, I get the following message :-
"There was a problem subscribing to the following feeds. Please try
again later"
what am I doing wrong?
thanks
--
Posted via http://www.ruby-forum.com/.
2006 Aug 04
4
RSS feeds
Hi all,
Can anybody tell me how we can create RSS feed using Ruby on Rails.
How do I go about constructing this RSS file? Can I find an example in
any site?
regards,
Prasad
--
Posted via http://www.ruby-forum.com/.
2004 Jun 26
2
RSS News Feed
Tom,
Can you/someone get a news feed setup for shorewall announcements? If
not, I''ll have to make use of the shorewall rss feeds at SF.
Project RSS Feeds: shorewall
http://sourceforge.net/export/rss2_project.php?group_id=22587
BTW, planetplanet.org has links to some cool feeds.
--
Mike Noyes <mhnoyes at users.sourceforge.net>
http://sourceforge.net/users/mhnoyes/
SF.net
2016 Aug 03
1
rss centos.announce outdated
Hi folks, I usually use the RSS feed http://rss.gmane.org/messages/complete/gmane.linux.centos.announce to know the centos updates but recently is outdated. Is this temporary? Is there another source?
Thanks.