Displaying 5 results from an estimated 5 matches for "feedreader".
Did you mean:
eidreader
2013 Nov 10
0
What's New in Rails? New List (Wiki Page on GitHub) for Finding Rails News
...put together a wiki page about Rails News Options & Alternatives. For
example:
- Ruby on Rails Blog
- Rails Talk Mailing List (Yes!)
- Planet Ruby on Rails (planetrubyonrails.com)
- Rails Casts (railscasts.com)
- Reddit for Rails (reddit.com/r/rails)
More -> github.com/feedreader/pluto.samples/wiki/rails
How do you find out what''s new in Rails? Any sites, links, projects,
etc. missing? Just wondering.
Cheers.
[1] http://plutolive.herokuapp.com
[2] https://github.com/feedreader/pluto.live - Planet Ruby source
--
You received this message because you are...
2007 Apr 25
6
Running something periodically.
Suppose, for a moment, that I have a Camping app. It looks at
something, like an RSS feed of upcoming events, and displays them if
they meet a specified criterion. I look at the index page, it fetches
the feed items and then displays them. Yay. Maybe it also writes them
to a database.
Which is great, so long as I keep looking at the page every so often.
But what do I do while I''m
2005 Jan 07
5
Instiki 0.9.2
...le reference)
* 0.7.0: Added Markdown (BlueCloth) and RDoc [Mauricio Fern‡ndez] as command-line markup choices
Added wanted and orphan page lists to All pages (only show up if there''s actually orphan or wanted pages)
Added ISO-8859-1 as XML encoding in RSS feeds (makes FeedReader among others happy for special entities)
Added proper links in the RSS feed (but the body links are still relative, which NNW and others doesn''t grok)
Added access keys: E => Edit, H => HomePage, A => All Pages, U => Recently Revised, X =&...
2005 Oct 16
13
More than one parameter with link_to_remote
Hi all,
I''m trying to pass more than one parameters using link_to_remote, but I''m
getting a behaviour that seems quite strange to me. Here''s the code:
link_to_remote ''some text'',
:update => ''form'',
:method => ''get'',
:url => { :action =>
2008 Jan 11
13
Role of stories vs specs, revisited
A couple months ago I asked how stories and specs might impact each
other. [1] If you look at Dan North''s example of what''s in a story
[2], and you imagine using the spec framework to drive the design, you
can probably imagine a significant bit of overlap in the two. Is that
a bad thing? I''m not sure. It has made me a bit uncomfortable
though, and I''ve