aboutsummaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* fix tweets#user_discovered_byRhenium2014-02-214-17/+6
* Merge branch 'new_design'Rhenium2014-02-2173-603/+1396
|\
| * apply rot's new web designRhenium2014-02-2073-603/+1396
* | fix pagination: can't render page 2 or later in user_discoveriesRhenium2014-02-211-10/+15
* | rename user page in tweets controller (best -> user_best, timeline -> user_ti...Rhenium2014-02-2011-17/+17
|/
* show reply tree on tweets/show (single tweet page)Rhenium2014-02-113-1/+31
* don't render status code on error pageRhenium2014-02-111-1/+0
* split tweets/_tweet templateRhenium2014-02-115-73/+79
* fix route: Api's namespaceRhenium2014-02-091-2/+5
* rewrite APIs with Grape and RABLRhenium2014-02-0927-227/+419
* Merge branch 'master' of github.com:rhenium/aclogRhenium2014-02-081-1/+5
|\
| * Fix the time displayed on timelinewasao2014-02-081-1/+5
* | fix single tweet template (haml)Rhenium2014-02-081-1/+1
* | fix html of single tweet templateRhenium2014-02-012-2/+2
* | add threshold buttons to timeline (timeline_path and user_timeline_path) pagesRhenium2014-01-315-3/+18
|/
* remove unused style from tweets.css.sassRhenium2014-01-311-2/+0
* improve tweet views: click fav/rts count to show full; move import linkRhenium2014-01-312-8/+8
* improve (Tweet|Favorite|Retweet).from_jsonRhenium2014-01-313-16/+24
* fix single tweet importingRhenium2014-01-311-5/+9
* change Sass syntax: ":prop option" -> "prop: option"Rhenium2014-01-315-118/+118
* remove unused stylesheet_link_tagRhenium2014-01-311-1/+0
* reorganize asset filesRhenium2014-01-3113-4/+9
* catch error when exception raised in Favorite/Retweet.from_jsonRhenium2014-01-302-12/+10
* simplify User.findRhenium2014-01-241-15/+3
* fix Retweet.from_json: id missingRhenium2014-01-241-1/+1
* convert tweeted_at to localtime in JavaScriptRhenium2014-01-243-7/+11
* replace *_filter to *_actionRhenium2014-01-242-3/+2
* move TwitterOauthEchoAuthentication to app/controllers/concernsRhenium2014-01-232-8/+34
* update _widgets.js from http://platform.twitter.com/widgets.jsRhenium2014-01-221-24/+27
* fix Tweet.from_twitter_objectRhenium2014-01-211-3/+4
* fix _tweet.html.haml: not use 'raw'Rhenium2014-01-211-1/+2
* use Twitter::Autolink to link usernames / urls / ...Rhenium2014-01-213-27/+10
* fix Tweet.extract_entitiesRhenium2014-01-201-8/+5
* fix Account: fix scope: set_of_collectorRhenium2014-01-201-1/+1
* _(┐「ε:)_Rhenium2014-01-201-4/+1
* fix sessions#create: use User.from_jsonRhenium2014-01-201-5/+5
* fix Account: replace alias with simple methodRhenium2014-01-201-2/+2
* fix syntax errorRhenium2014-01-201-1/+1
* update modelsRhenium2014-01-206-87/+58
* update Tweet modelRhenium2014-01-202-66/+27
* add tweets#importRhenium2014-01-193-7/+31
* ignore "Status is a duplicate." errorRhenium2014-01-191-0/+2
* fix autoloading: stop loading if next_url is nullRhenium2014-01-191-1/+1
* rename search to filterRhenium2014-01-194-58/+41
* remove HelpControllerRhenium2014-01-183-49/+1
* change Array#to_h to Hash.[]: Array#to_h is only in Ruby 2.1.0...Rhenium2014-01-171-2/+2
* fix ApplicationControllerRhenium2014-01-171-2/+4
* use INSERT IGNORE INTO ... when creating favorites/retweetsRhenium2014-01-172-8/+4
* refactor AccountRhenium2014-01-171-9/+5
* add page autoloading GIF animationRhenium2014-01-172-2/+3