aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* web: lazy loading user stats (sidebar)rhenium2015-02-071-1/+2
* web: rewrite javascripts with coffeescriptrhenium2015-01-301-3/+3
* Ruby on Rails 4.2.0.beta1rhenium2014-09-156-12/+24
* don't use connection_pool (because aclog no longer use Puma)rhenium2014-09-031-1/+1
* web: merge tweets#*_recent into tweets#*_bestrhenium2014-07-201-6/+1
* web: remove users#statsrhenium2014-07-141-1/+0
* web: expand favoriters list on clicking [xxx Favs] linkrhenium2014-07-131-0/+1
* db: reorganize accounts (remove private, rename notification to notification_...rhenium2014-06-281-1/+0
* web: remove tweets#user_discoveries and tweets#user_discovered_by and create ...rhenium2014-05-191-3/+1
* web: use friends/ids to get follow relationrhenium2014-05-181-0/+1
* collector/config: flush received events at specified intervalsrhenium2014-05-181-0/+1
* collector: bulk insert received events every secondsrhenium2014-05-181-0/+1
* config: add cache.statsrhenium2014-05-171-0/+3
* web: switch back to Unicornrhenium2014-05-162-19/+36
* use POST method for /i/:id/importrhenium2014-05-051-1/+1
* improve loggingrhenium2014-05-051-2/+5
* add status pagerhenium2014-05-041-0/+2
* reorganize workersRhenium2014-04-041-2/+2
* fix config/environments/production.rbRhenium2014-03-181-1/+1
* remove config/secrets.yml from Git repository...Rhenium2014-03-181-20/+0
* upgrade Rails to 4.1.0.rc1, add Guard, SpringRhenium2014-03-1315-40/+75
* xhtmlRhenium2014-03-133-41/+50
* refactor error handlingRhenium2014-03-133-42/+43
* add incremental search suggestion to jump_to_user on page headerRhenium2014-03-091-0/+2
* swich web server from unicorn to pumaRhenium2014-03-033-38/+20
* fix tweets#user_discovered_byRhenium2014-02-211-1/+1
* Merge branch 'new_design'Rhenium2014-02-213-11/+4
|\
| * apply rot's new web designRhenium2014-02-203-11/+4
* | rename user page in tweets controller (best -> user_best, timeline -> user_ti...Rhenium2014-02-201-8/+8
|/
* fix route: Api's namespaceRhenium2014-02-091-1/+1
* rewrite APIs with Grape and RABLRhenium2014-02-093-9/+14
* remove :reactions segment from /i/timeline and /:screen_name/timelineRhenium2014-01-311-2/+2
* add threshold buttons to timeline (timeline_path and user_timeline_path) pagesRhenium2014-01-311-2/+2
* Revert "don't add digest to precompiled assets filename"Rhenium2014-01-311-1/+1
* precompile *.jsRhenium2014-01-311-1/+2
* don't add digest to precompiled assets filenameRhenium2014-01-301-1/+1
* precompile assets: add *.css and *.jsRhenium2014-01-301-1/+1
* update formats to Rails 4.0.2 styleRhenium2014-01-287-29/+21
* remove config/initializers/wrap_parameters.rb: not in useRhenium2014-01-281-14/+0
* suppress SQL logging in ActiveRecordRhenium2014-01-282-195/+22
* update Tweet modelRhenium2014-01-201-0/+1
* rename search to filterRhenium2014-01-191-1/+1
* remove HelpControllerRhenium2014-01-181-2/+0
* fix config/initializers/active_record_insert_ignore.rb: call validations, cal...Rhenium2014-01-171-1/+67
* use INSERT IGNORE INTO ... when creating favorites/retweetsRhenium2014-01-171-0/+129
* update JSON API routesRhenium2014-01-161-3/+3
* update routesRhenium2014-01-161-61/+41
* update controllersRhenium2014-01-151-8/+8
* reorganize controllers (add API documentations (lib/apidoc); reorganize auto ...Rhenium2014-01-073-12/+17
* change settings.ymlRhenium2013-12-201-1/+1