Selected articles for topic: rails rss feed gem
→ 2 articles
No video selected for that topic
Install Ruby on Rails 5.0 · Ubuntu · RailsApps
To get a list of gems that are outdated:
$ gem outdated ### list not shown for brevity
To update all stale gems:
$ gem update ### list not shown for brevity
In particular, rake should be updated to version 10.2.1 or newer.
Stay Current
You can track updates to gems at the RubyGems.org site by creating an account and visiting your dashboard . Search for each gem you use and "subscribe" to see a...
Date: 2017-01-27 08:56:05
Website:
http://railsapps.github.io
Related topics : rails rss feed gem / rails rss gem / rails rss feed example / create rss feed for site without one
Agile RSS Aggregator in Ruby - igvita.com
Agile RSS Aggregator in Ruby
By Ilya Grigorik on March 22, 2007
A liberal RSS aggregator in 26 lines of Ruby - may be hard to believe, but it's true. On top of that, it is also capable of serving static files, has a templating engine, and accepts an arbitrary number and types of RSS feeds - talk about squeezing functionality out of every line!
Leveraging Ruby libraries
Knowing the right libraries...
Website:
https://www.igvita.com
Related topics : rss and atom feed aggregator / rss feed aggregator server / rss news feed aggregator / top rss feed aggregators / create rss feed aggregator
2 Resources