See how to easily generate and link to an RSS feed using new features in Rails 2.0. Watch this episode or details.
# index.rss.builder
xml.instruct! :xml, :version => "1.0"
xml.rss :version => "2.0" do
xml.channel do
xml.title "Articles"
xml.description "Lots of articles"
xml.link formatted_articles_url(:rss)
for article in @articles
xml.item do
xml.title article.name
xml.description article.content
xml.pubDate article.created_at.to_s(:rfc822)
xml.link formatted_article_url(article, :rss)
xml.guid formatted_article_url(article, :rss)
end
end
end
end
<!-- index.html.erb -->
<%= link_to "RSS Feed", formatted_articles_url(:rss) %>
$rake routes
分享到:
相关推荐
### Generating Artifacts问题解决知识点详解 #### 一、问题背景及概述 在使用MyEclipse进行Web开发过程中,特别是利用Hibernate框架进行数据库反向工程(Hibernate Reverse Engineering)时,可能会遇到名为...
### Generating Functions in Discrete Mathematics: An Overview Based on Herbert S. Wilf's Work #### Introduction to Generating Functions Generating functions serve as a bridge between discrete ...
《Generating Functionology》这本书由赫伯特·S·威尔夫(Herbert S. Wilf)编写,是关于生成函数及其在离散数学中的应用的一本著作。本书探讨了生成函数作为离散数学与连续分析之间桥梁的角色,特别强调了它在处理...
adv Generating a Map Application源码
adv Generating a Map Application 题目
《Generating Parsers with JavaCC-Centennial》是Tom Copeland撰写的一本书,出版于2009年,主要探讨了如何使用JavaCC工具生成解析器。JavaCC(Java Compiler Compiler)是一个广泛使用的开源工具,它允许开发者用...
Generating Random Networks and Graphs By 作者: Ton Coolen – Alessia Annibale – Ekaterina Roberts ISBN-10 书号: 0198709897 ISBN-13 书号: 9780198709893 Edition 版本: 1 出版日期: 2017-05-23 pages 页数...
在"Episode-Based Prototype Generating Network for Zero-Shot Learning"这篇论文中,作者提出了一种新的训练框架,用于解决零样本学习(ZSL)中的挑战。这个框架基于episode训练,每个episode模拟一个零样本分类...
### WC Yeh-universal generating MPs #### 概述 该文章由IEEE Transactions on Systems, Man, and Cybernetics—Part A: Systems and Humans在2009年11月发表,作者Wei-Chang Yeh(IEEE高级会员)提出了一种简单...
当遇到"Maven Generating project in Batch mode"的问题时,通常意味着在批量模式下创建Maven项目时遇到了障碍。这篇博客文章“maven \"Generating project in Batch mode\"问题的解决”可能会提供一些解决方案。 ...
### Modelling and Generating AJAX Applications: A Model-Driven Approach #### Introduction AJAX (Asynchronous JavaScript and XML) represents a significant shift in the way interactive web applications...
### Wrox 的 Generating Code from the Visio Model #### 概述 在软件开发过程中,从UML模型自动生成代码是一项非常高效且节省时间的技术。这一技术不仅有助于减少手动编码的工作量,还可以确保代码与设计的一致性...
母函数,又称生成函数,是数学中一种强大的工具,特别是在组合数学和数论领域。它是一种将序列编码为单一的函数表达式,使得序列的性质可以通过处理这个函数来揭示。母函数通过这种方式提供了序列分析的新视角,使得...
#Express Skeleton 入门##Contents ##Running This App npm start运行db.sh,目的是在... ##Generating the App 这不适用于运行,只能创建一个新的应用程序。 npm install -g express-generator express appDirnam
This section discusses algorithms for generating binary words in lexicographic order, which is useful for generating subsets in a specific order. #### 1.27 Fibonacci Words Fibonacci words are ...
关于泊松点过程的生成方法-Generating Homogeneous Poisson Processes - PDF.pdf 在百度上看很多人问平面内泊松点怎么生成,以前我也迷茫的很久,刚好今天找到一个很有用的方法,分享给大家! Report1_...
###Generating 原生包。 本机包通过 . 它们可以通过执行来生成: mvn jfx:native 它们可以在目录下找到: target/jfx/native 该插件配置为不包含 java 运行时。 这是为了避免非常大的交付物,因为使用 java8 将包含...
Generating Test Cases for Specification Mining. _International Symposium on Software Testing and Analysis_. 通过上述介绍,我们可以看到,本文提出的结合测试用例生成与类型状态挖掘的方法为软件工程领域...
根据提供的文件信息,本文将重点解析"GROK-FPGA- GENERATING REAL ON-CHIP KNOWLEDGE FOR FPGA FINE-GRAIN DELAYS USING TIMING EXTRACTION"所涉及的关键知识点,并结合部分内容进行详细阐述。 ### 标题解析:GROK-...