log

age author description
Mon, 16 Nov 2015 01:19:26 +0900 nanaya Always enable npm
Sun, 15 Nov 2015 18:56:48 +0900 nanaya Add newrelic monitoring
Sat, 14 Nov 2015 20:44:54 +0900 nanaya Update gems
Tue, 27 Oct 2015 23:20:39 +0900 nanaya Update gems
Thu, 17 Sep 2015 18:36:35 +0900 nanaya Update gems
Fri, 03 Jul 2015 01:17:40 +0900 nanaya Add twitter id to the url so it'll be consistent.
Sat, 27 Jun 2015 14:47:28 +0900 nanaya Update gems.
Wed, 17 Jun 2015 14:54:01 +0900 nanaya Update gems.
Fri, 29 May 2015 04:45:07 +0900 nanaya Update repository url.
Fri, 29 May 2015 04:44:47 +0900 nanaya Less serif.
Thu, 23 Apr 2015 16:30:47 +0900 nanaya Rename config option.
Thu, 23 Apr 2015 16:23:36 +0900 nanaya Ignore local config files.
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, 23 Apr 2015 15:32:56 +0900 nanaya Update gems.
Sat, 20 Dec 2014 17:51:07 +0900 edogawaconan Rails 4.2.
Thu, 11 Dec 2014 16:08:22 +0900 edogawaconan Fix rubocop compliance.
Thu, 11 Dec 2014 16:07:09 +0900 edogawaconan Cleanup comments in Gemfile.
Thu, 11 Dec 2014 16:05:12 +0900 edogawaconan Reset default scripts.
Thu, 11 Dec 2014 15:56:25 +0900 edogawaconan Remove unused seeds file.
Thu, 11 Dec 2014 15:56:16 +0900 edogawaconan Disallow site crawling.
Thu, 11 Dec 2014 15:51:35 +0900 edogawaconan Remove all initializers.
Thu, 11 Dec 2014 15:47:36 +0900 edogawaconan Move static#index to tweet#index.
Thu, 11 Dec 2014 15:44:51 +0900 edogawaconan There's no i18n here.
Thu, 11 Dec 2014 15:43:36 +0900 edogawaconan Move setting of secret_key_base to application.rb.
Thu, 11 Dec 2014 15:38:23 +0900 edogawaconan Welcome to rails 4.2.
Thu, 11 Dec 2014 15:33:14 +0900 edogawaconan Remove main rails dependency.
Thu, 11 Dec 2014 15:32:26 +0900 edogawaconan Remove ActiveModel dependency.
Sun, 09 Nov 2014 05:42:13 +0900 edogawaconan Update gems.
Tue, 04 Nov 2014 10:46:14 +0900 edogawaconan Update gems.
Thu, 18 Sep 2014 09:29:07 +0900 edogawaconan Whoops, expires_in accidentally as key name.
Mon, 15 Sep 2014 17:03:36 +0900 edogawaconan Update gems.
Sat, 06 Sep 2014 00:46:25 +0900 edogawaconan Basic caching support.
Sat, 06 Sep 2014 00:08:18 +0900 edogawaconan Fix logging to stdout in production.
Fri, 05 Sep 2014 23:51:16 +0900 edogawaconan Add standalone servers.
Fri, 05 Sep 2014 23:38:57 +0900 edogawaconan Properly rescue 403 and 404.
Fri, 05 Sep 2014 23:36:55 +0900 edogawaconan Mark optional settings.
Fri, 05 Sep 2014 23:26:34 +0900 edogawaconan Update variable names.
Fri, 05 Sep 2014 23:21:29 +0900 edogawaconan Use nested style instead of compact.
Fri, 05 Sep 2014 23:14:40 +0900 edogawaconan Realign.
Fri, 05 Sep 2014 23:11:51 +0900 edogawaconan Remove extra blank lines, add eol at eof where missing.
Fri, 05 Sep 2014 23:11:19 +0900 edogawaconan Double quotes everywhere.
Fri, 05 Sep 2014 23:10:53 +0900 edogawaconan Hash rocket everywhere.
Fri, 05 Sep 2014 20:40:50 +0900 edogawaconan Add readme, copied off original app.
Fri, 05 Sep 2014 20:37:56 +0900 edogawaconan Add basic hgignore.
Fri, 05 Sep 2014 20:37:25 +0900 edogawaconan Add tweets~
Fri, 05 Sep 2014 19:03:15 +0900 edogawaconan Update gems.
Fri, 05 Sep 2014 18:52:03 +0900 edogawaconan Put back secrets.yml because rails hate booting up without secret_key_base.
Fri, 05 Sep 2014 18:50:34 +0900 edogawaconan No need to add cookie handler.
Fri, 05 Sep 2014 18:50:24 +0900 edogawaconan This is a read-only site.
Fri, 05 Sep 2014 18:45:28 +0900 edogawaconan Add twitter gems.
Fri, 05 Sep 2014 18:36:31 +0900 edogawaconan Remove seemingly unused secrets.
Fri, 05 Sep 2014 18:33:22 +0900 edogawaconan Add static controller.
Fri, 05 Sep 2014 18:30:50 +0900 edogawaconan And no layout~
Fri, 05 Sep 2014 18:30:35 +0900 edogawaconan Hahaha, no assets.
Fri, 05 Sep 2014 18:29:42 +0900 edogawaconan Remove jbuilder.
Fri, 05 Sep 2014 18:26:23 +0900 edogawaconan Turns out it's :disabled to disable session.
Fri, 05 Sep 2014 18:25:49 +0900 edogawaconan Remove action mailer leftover.
Fri, 05 Sep 2014 18:25:02 +0900 edogawaconan Nuke out session store.
Fri, 05 Sep 2014 18:24:34 +0900 edogawaconan Remove ActionMailer.