aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix favoriters layout (view: _tweet_stats.html.haml)new_designRhenium2014-02-222-1/+31
* fix haml to output clean htmlRhenium2014-02-226-63/+53
* fix page title / captionsRhenium2014-02-2223-59/+78
* (no style changes) format application.css.sass: use only LF, use space to ind...Rhenium2014-02-221-884/+884
* Merge branch 'new_design'Rhenium2014-02-223-47/+51
|\
| * fix top page: don't collapse navbarRhenium2014-02-222-46/+50
| * fix README.txt: update rot's Twitter usernameRhenium2014-02-211-1/+1
* | fix SQL of tweets#user_discoveries / tweets#user_discovered_byRhenium2014-02-223-11/+11
|/
* fix sidebar: threshold menu was hidden in user_timeline / user_discoveries / ...Rhenium2014-02-211-1/+1
* Merge branch 'new_design'Rhenium2014-02-212-9/+10
|\
| * hide loading animation by defaultRhenium2014-02-211-0/+1
| * fix text in about#indexRhenium2014-02-211-9/+9
* | fix Atom feed templatesRhenium2014-02-215-5/+1
* | fix tweets#user_discovered_byRhenium2014-02-215-18/+7
* | update README.md, add LICENSE.txtRhenium2014-02-212-2/+25
* | Merge branch 'new_design'Rhenium2014-02-2176-614/+1400
|\|
| * apply rot's new web designRhenium2014-02-2076-614/+1400
* | 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-2012-25/+25
|/
* 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-092-3/+6
* rewrite APIs with Grape and RABLRhenium2014-02-0943-451/+492
* Merge branch 'master' of github.com:rhenium/aclogRhenium2014-02-081-1/+5
|\
| * Merge pull request #7 from wasao/masterrhenium2014-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
* | 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-316-5/+20
|/
* remove unused style from tweets.css.sassRhenium2014-01-311-2/+0
* update collector's em-twitter (0.3.3)Rhenium2014-01-312-11/+6
* 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
* Revert "don't add digest to precompiled assets filename"Rhenium2014-01-311-1/+1
* reorganize asset filesRhenium2014-01-3113-4/+9
* use bootstrap-sassRhenium2014-01-312-5/+4
* 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
* catch error when exception raised in Favorite/Retweet.from_jsonRhenium2014-01-302-12/+10
* add quiet_assets gemRhenium2014-01-292-0/+4
* update formats to Rails 4.0.2 styleRhenium2014-01-2815-37/+35
* bundle updateRhenium2014-01-281-5/+7
* remove activerecord-import from GemfileRhenium2014-01-282-4/+0
* remove config/initializers/wrap_parameters.rb: not in useRhenium2014-01-281-14/+0