log app/models/tweet.rb @ 143:8a858aec1905

age author description
Wed, 13 Dec 2017 06:09:17 +0900 nanaya Stringify the cache key
Wed, 13 Dec 2017 04:57:04 +0900 nanaya Forgot about this one
Wed, 13 Dec 2017 04:31:31 +0900 nanaya Restrict to just the fetch process
Wed, 13 Dec 2017 03:46:32 +0900 nanaya Better use symbol?
Wed, 13 Dec 2017 03:44:43 +0900 nanaya Skip self retweets
Wed, 13 Dec 2017 02:52:22 +0900 nanaya Fix the variable as well while at it
Wed, 13 Dec 2017 02:51:27 +0900 nanaya Refactored client initialization
Wed, 13 Dec 2017 02:28:34 +0900 nanaya Only try/catch the tweet downloading part
Sun, 30 Oct 2016 04:26:09 +0900 nanaya Increase count to 100
Sun, 30 Oct 2016 04:24:41 +0900 nanaya Extend cache time to up to 30 minutes
Fri, 23 Sep 2016 23:02:16 +0900 nanaya Add support for extended tweets
Thu, 28 Jul 2016 07:08:52 +0900 nanaya Avoid uniformly expiring cache
Tue, 28 Jun 2016 02:38:27 +0900 nanaya Increase cache timeout to ease up load ;_;
Mon, 27 Jun 2016 05:14:10 +0900 nanaya The caching becomes a bit confusing because of parameters
Sun, 26 Jun 2016 16:55:46 +0900 nanaya Reraise when no usable key left
Sun, 26 Jun 2016 16:49:15 +0900 nanaya Don't loop if twitter0 is not configured
Sun, 26 Jun 2016 16:46:02 +0900 nanaya Allows usage of multiple twitter keys
Fri, 13 May 2016 04:52:20 +0900 nanaya Avoid using constant. Use global instead =D
Tue, 19 Jan 2016 22:32:08 +0900 nanaya Ensure options for cache key isn't changed
Tue, 01 Dec 2015 01:34:12 +0900 nanaya Take care of rt removal from gem api
Thu, 23 Apr 2015 16:14:35 +0900 nanaya Prevent exploding on empty timeline.
Thu, 23 Apr 2015 16:05:08 +0900 nanaya Also allow config-file-based configuration.
Thu, 18 Sep 2014 09:29:07 +0900 edogawaconan Whoops, expires_in accidentally as key name.
Sat, 06 Sep 2014 00:46:25 +0900 edogawaconan Basic caching support.
Fri, 05 Sep 2014 23:26:34 +0900 edogawaconan Update variable names.
Fri, 05 Sep 2014 23:14:40 +0900 edogawaconan Realign.
Fri, 05 Sep 2014 20:37:25 +0900 edogawaconan Add tweets~