Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/hibiken/stories

Medium clone built with Ruby on Rails
https://github.com/hibiken/stories

Merge pull request #44 from AjayBarot/ab_posts_order

Tags views shows posts ascending but should be descending

6cf9294b6d23366b2c3d52ead9be0b866915d6df authored almost 8 years ago by Ken Hibino <[email protected]>
Merge pull request #43 from AjayBarot/ab_back_button_fix

Fix back button issue Ref: https://github.com/reactjs/react-rails/iss…

0d09a1f37546e894033dc6dcd0518daaee348349 authored almost 8 years ago by Ken Hibino <[email protected]>
Tags views shows posts ascending but should be descending

c5c1f25795f99eee36c07fd4b42936c6be9446f9 authored almost 8 years ago by Ajay Barot <[email protected]>
Fix back button issue Ref: https://github.com/reactjs/react-rails/issues/159

393aadc0c9500d11f2522ba87579b1275cfa8421 authored almost 8 years ago by Ajay Barot <[email protected]>
Fix feed UI

dddac06d26a530eaa12496bbf2452f578861f8d4 authored almost 8 years ago by Ken Hibino <[email protected]>
Update Ruby version to 2.3.3

eb0acce6eb358527538b6bef82639b158404d83e authored almost 8 years ago by Ken Hibino <[email protected]>
Minor fix in post partial

249427818fb712ceec69cbeda0f71fd3abb0382e authored over 8 years ago by Ken Hibino <[email protected]>
Add respond_to_missing? method to Feed class

Whenever overriding method_missing, override respond_to_missing?
to maintain consistency for res...

c802164a174acdd95e1f4d0c68035519dde690a4 authored over 8 years ago by Ken Hibino <[email protected]>
Add social-share button to posts#show page

Allow user to share a post on Facebook, Twitter, and Google plus
by clicking on the share button...

a2a3398fe618a0ee485675bc2697fa444a87d8de authored over 8 years ago by Ken Hibino <[email protected]>
Add comment icon in posts#show main content

5559732552683c1f6a937dc534c7f06008a5d3e1 authored over 8 years ago by Ken Hibino <[email protected]>
Extract post metadata bar component into a partial

Clean up posts#show template by extracting metadata-bar component into a
separate partial.

5793f946f40f3db2e1f68b6176ab40ef58294c0b authored over 8 years ago by Ken Hibino <[email protected]>
Add pry-rails gem in development group

pry-rails gem provides better rails console output
and helps with debugging in development.

77d23abf037d574a1b4f1db1c485dda0a0c135b8 authored over 8 years ago by Ken Hibino <[email protected]>
Add bouncing animation on like button :)

98e56eb1d1e553d53a6fbc9ed2c8e566d330bc00 authored over 8 years ago by Ken Hibino <[email protected]>
Refactor Tag#related_tags to return tags sorted by relevance

23d32246e51dd65f53d62add4e1a368b9f49d466 authored over 8 years ago by Ken Hibino <[email protected]>
Add spec to RelatedTagCreator

6d33f41d54edce241d23de03b358ac3028cc4484 authored over 8 years ago by Ken Hibino <[email protected]>
Replace featured tags with related tags in tags#show page

43c5f9850e00be021ef62da89ce0b82c03d60909 authored over 8 years ago by Ken Hibino <[email protected]>
Add TagRelationship ActiveRecord model for 'related tags' feature

1675f33bc5586a1c40d21a4e56a9c9177e081853 authored over 8 years ago by Ken Hibino <[email protected]>
Change relevance level in SeachablePost module

Post's title and tag name has more relevance in search

a1c59801f1e7cad9cad192fcb9ee0e59c57909d4 authored over 8 years ago by Ken Hibino <[email protected]>
Add filter to make sure search controller provides only published posts to the view

a98ad884860e3cd2be8f7b400cffeb7983a2af77 authored over 8 years ago by Ken Hibino <[email protected]>
Add quiet_assets gem in development

a380c96f8b03167da3b053f58ecef4d124b77078 authored over 8 years ago by Ken Hibino <[email protected]>
Add popover effect to links in the main sidebar

bb43871c88405b5f75c7137b3d70d0e6aa1ffd6d authored over 8 years ago by Ken Hibino <[email protected]>
Add border radius to related posts thumbnail images

1bff7235ac48313695c3c70f4ef6ac39d0d610d1 authored over 8 years ago by Ken Hibino <[email protected]>
Add related posts to posts#show page

66d2b0b9dbc6e2a082ff8499e91dc1e8c063ca80 authored over 8 years ago by Ken Hibino <[email protected]>
Change the link to MIT license in README

8b4c9e353b4a247b5ba71de60de2594a881a69bf authored over 8 years ago by Ken Hibino <[email protected]>
Add MIT license for open sourcing the project

5033a0b1a94f92e14ade4f3df93ac2d585a86f94 authored over 8 years ago by Ken Hibino <[email protected]>
Update remove_javascript helper

c5e0ab2649524d9100e352d07495c099c5bb9123 authored over 8 years ago by Ken Hibino <[email protected]>
Update .gitignore file

35be3827ecf9dffec110a2a79176f5f6a2e545bc authored over 8 years ago by Ken Hibino <[email protected]>
Add Bundler-audit to check for vulnerable versions of gems in Gemfile.lock & Add bundler:audit rake task to default rake task

183028308c725285404053e1938a4b983061dd01 authored over 8 years ago by Ken Hibino <[email protected]>
Upgrade to Rails 4.2.6

f49efa65213a589e0596ae55394fb14ccaeb5a49 authored over 8 years ago by Ken Hibino <[email protected]>
Add remove_script_tag view helper to prevent XSS

4acb8004040990de68021f16c4fa7908fed77a77 authored over 8 years ago by Ken Hibino <[email protected]>
Force SSL in production

ef82bd0fc3cf47c5dbb7d6ce3f75dec09e5c0e43 authored over 8 years ago by Ken Hibino <[email protected]>
Remove N+1 query from posts#show

12dac3f9ab90a081a9dda43482732497b3cd14b3 authored over 8 years ago by Ken Hibino <[email protected]>
Configure to use memcache as a cache store in production

6f38ce19c8ad3f5b9f20d8d5e36c40e5cf2ae763 authored over 8 years ago by Ken Hibino <[email protected]>
Eager load users for recommended posts in users#show action

89d9a6234a545a8b2b4495f5e6ab4639a0622fae authored over 8 years ago by Ken Hibino <[email protected]>
Add Bullet gem for detecting N+1 queries in development

610ece24d349ae9d138f156ba8420f3c48589a01 authored over 8 years ago by Ken Hibino <[email protected]>
Minor fixes in posts#show template

271398495ac51ff99f523453ae21c099f5fb9b2c authored over 8 years ago by Ken Hibino <[email protected]>
Get rid of prerendering option for featured tag section for better performance

ab896cd90141e5f09865329ef5bc178f633de498 authored over 8 years ago by Ken Hibino <[email protected]>
Shorten progress bar animation duration time down to 500ms

9d0d15b0a52b2be6511aa9cf1811b81ffb558372 authored over 8 years ago by Ken Hibino <[email protected]>
Remove SearchContainer server-side rendering for better performance

e47de7ac9c0f5bf54b7336d97256c15dbbe87815 authored over 8 years ago by Ken Hibino <[email protected]>
Add fading animation to follow suggestion items

27e46de2e7fd1c5c7a378ef86f82d5fd686c452d authored over 8 years ago by Ken Hibino <[email protected]>
Eager load users whenever fetch posts

629172cc05a72c754ca6a459e3a966ba233c696d authored over 8 years ago by Ken Hibino <[email protected]>
Update top-stories partial

d3d43088791b1972dda1e04fcf44a8ca6a787535 authored over 8 years ago by Ken Hibino <[email protected]>
Add responses_count to Post for better performance

7835f9fe40caf1ca27cf08363a69cd5b51e2cd6e authored over 8 years ago by Ken Hibino <[email protected]>
Clean up users#show template

ea73c47a22131881c67e2ff34d18e34a350fd106 authored over 8 years ago by Ken Hibino <[email protected]>
Minor CSS style change in user overlay and user popover component

dcc9daa8e12e11c2dad91479d9307592389c1f17 authored over 8 years ago by Ken Hibino <[email protected]>
Add spec for API::Posts::LikesController

a85c6de62092b74f5d9fbca5425175c1286ec87b authored over 8 years ago by Ken Hibino <[email protected]>
Fix minor css bug in the header

2ab47932d104efb6ee4ca9f3647237fada92e049 authored over 8 years ago by Ken Hibino <[email protected]>
Adjust tags#show page layout to new header width

5027b57bc462daf7558e33221b41d3790c6db2d7 authored over 8 years ago by Ken Hibino <[email protected]>
Add bootstrap grid system CSS class to header

b7776d64207c0e7fa8df89cbc76d87ce4731fe22 authored over 8 years ago by Ken Hibino <[email protected]>
Fix positioning of loader in search result page

c344d7a164424dafa3103028c8cc2c34c384d1b1 authored over 8 years ago by Ken Hibino <[email protected]>
Merge pull request #24 from kenny-hibino/loader

Endless Scroll Loader

2cdafb786166ca66e1231235baa5bd2ffe904873 authored over 8 years ago by Dan Lee <[email protected]>
Removed loader from top of posts area

493fd305a702d50c344d299d637d291cecf01d20 authored over 8 years ago by Dan Lee <[email protected]>
Merge branch 'master' into loader

a525a033adfcfc2b5e85769c6d77afc54b82a4ba authored over 8 years ago by Dan Lee <[email protected]>
Fix animation with "backwards"

Added backwards to the animation:

The animation will apply the values defined in the first rele...

4c1f50de194f96a15e5fcdd4e9d494575cc9281b authored over 8 years ago by Dan Lee <[email protected]>
Fix inline editor 'go full screen' button bug

333f6ab03e0f3052353d6f7536c3eaa9b40ab14f authored over 8 years ago by Ken Hibino <[email protected]>
Add PubSub subscribe and unsubscribe to follow suggestion container component

ecec52e750d849179ac0abdc3a94b4ffca72ac49 authored over 8 years ago by Ken Hibino <[email protected]>
Add refresh link to follow suggestion component

6e547f88c0c8fdff8035872d568ae525ae7b54c1 authored over 8 years ago by Ken Hibino <[email protected]>
Add follow suggestion secion in the sidebar in dashboard pages

447c01686888dba65b8d8d4d559c47a3171a51fe authored over 8 years ago by Ken Hibino <[email protected]>
Implment #people_to_follow method in User class and create API controller to return the data in json format

31c1bf3f0770af45d4fad3021261ac415bb20558 authored over 8 years ago by Ken Hibino <[email protected]>
Merge branch 'spec-refactor'

3a581bca9c6ebfe25f19c54bfb83f18f7720e00d authored over 8 years ago by Ken Hibino <[email protected]>
Add spec for API::PostsController

6ead6b68f89975927bad08c0fadc4a236a113497 authored over 8 years ago by Ken Hibino <[email protected]>
Fix CSS for the sign in button in the search result page

459c76dfae2260da4045c66aeeb853b4a97c4918 authored over 8 years ago by Ken Hibino <[email protected]>
Rename private method in UsersController and remove unnecessary code

4b62f58f651cb6694a1429113814d4cc907cb618 authored over 8 years ago by Ken Hibino <[email protected]>
Refactor search_autocomplete controller

0147bc64fb8892faae63ace7e4c12c42f5a81534 authored over 8 years ago by Ken Hibino <[email protected]>
Add spec for ResponsesController and refactor the controller

483f8513d2c6963feb4b5ba77afca36a3e9bcb2a authored over 8 years ago by Ken Hibino <[email protected]>
Refactor before_actions in PostsController and Update PostsController spec

ecbe0cd49cfc6bcfa105d27957a464ea722f8068 authored over 8 years ago by Ken Hibino <[email protected]>
Center the loader & add loader at the top of dashboard page for development purpose

f2eef999e5318ba3b6c571c1ed6394494ba81e5e authored over 8 years ago by Ken Hibino <[email protected]>
Fix style bug in editor message

a9886b2967069d94539a2aa34936689c21fbb061 authored over 8 years ago by Ken Hibino <[email protected]>
Update tag_spec.rb

d87315dedb0255078f743476a6aa7876805ff8bf authored over 8 years ago by Ken Hibino <[email protected]>
Add spec for Response model

cebc5ba3c8e67c3f5817369d7e4c93652b82a043 authored over 8 years ago by Ken Hibino <[email protected]>
Add spec for Notification model

60a2e7bab8564a8fa2578ef71522f47d0bcca3eb authored over 8 years ago by Ken Hibino <[email protected]>
Endless Scroll Loader

An alternative to the endless scroll loader that fits the colour scheme
and has less code.

1dc64902846990b827b60c6d317a836f26dae5ff authored over 8 years ago by Dan Lee <[email protected]>
Add spec for Interest model

fa0bf90ae9d727b94d2aec96fb61d426a07bf555 authored over 8 years ago by Ken Hibino <[email protected]>
Take out .travis.yml for time being

7efedda326831af208727c0630b922947effa10b authored over 8 years ago by Ken Hibino <[email protected]>
Add redis-server to services in .travis.yml

cc02bc3ea6626cc86a7f02f5d1810a648d486a80 authored over 8 years ago by Ken Hibino <[email protected]>
Add services postgresql to .travis.yml

22911c6667228ce947ea41314f5f3c69b9a321dc authored over 8 years ago by Ken Hibino <[email protected]>
Add .travis.yml file

ed9f79411f701380416f2fc5b85a7e31bbc894f0 authored over 8 years ago by Ken Hibino <[email protected]>
Comment out most of the feature specs temporarily

73413724ed073af31b9462ebe6208a5bee52e01e authored over 8 years ago by Ken Hibino <[email protected]>
Update all specs related to posts

33c810f81692ea0c9f5e9c9294a601538fa66f44 authored over 8 years ago by Ken Hibino <[email protected]>
Delete user_visit_homepage_spec.rb

a8fd6d4f3d9aa5d71d23165d4183d8a6a0ce1c4b authored over 8 years ago by Ken Hibino <[email protected]>
Override Bootstrap styles in the navbar

69e1409248622383cc7148b94ebf3af18de503aa authored over 8 years ago by Ken Hibino <[email protected]>
Fix sign-in-button style

b0239e308abd7d584ffdda8e3b5cc50a247c159b authored over 8 years ago by Ken Hibino <[email protected]>
Add viewport matatag for responsive design

60ff4be390d9d57ff7d490eea44c0547f1550682 authored over 8 years ago by Ken Hibino <[email protected]>
Merge pull request #22 from kenny-hibino/responsive-menu

Responsive Menu

031b5c39fd4b99059c1525e3d0964c34e879440e authored over 8 years ago by Dan Lee <[email protected]>
Removed Background Color and Container Width

Removed Background Color and Container Width

94f6d3659f100f324f0c79d2aa06ec77b3bb0471 authored over 8 years ago by Dan Lee <[email protected]>
Fix post_spec.rb

655a14180863ee843f6733d79fe02a38d8a8b993 authored over 8 years ago by Ken Hibino <[email protected]>
Clean up posts#show template

0ad89c1f2b05686bb27c158bce8d51d40235a5f3 authored over 8 years ago by Ken Hibino <[email protected]>
Fix user_bookmarks_response_spec.rb

b87cc9ceee2aac4b1941e98f284f0a1724d4fd5a authored over 8 years ago by Ken Hibino <[email protected]>
fix user_likes_response_spec.rb

a0fb362e25c76ce9d53bc676922ff61d516e9932 authored over 8 years ago by Ken Hibino <[email protected]>
Fix user_bookmark_post_spec.rb

2102503df4b7630d698c0be18e01056ce4fb915f authored over 8 years ago by Ken Hibino <[email protected]>
Merge branch 'master' into responsive-menu

67548209344611d3cee80741fac8f5d831b126f0 authored over 8 years ago by Ken Hibino <[email protected]>
Merge branch 'master' into responsive-menu

bc045acac7a87604838b63982d0f309dca88e48b authored over 8 years ago by Dan Lee <[email protected]>
Switch from fluid width to fixed width

- Switch from fluid width to fixed width to aid reading. Big screens
will make fluid width too w...

b4edadd63a356ea70f30c163654d098f5930cdc1 authored over 8 years ago by Dan Lee <[email protected]>
Hide Filter Nav and Write Buttons

Not sure if this is the best way to hide the filter navigation and
white buttons, would logic be...

9934c5d1706f0b3dfe5eac0f5a57de26390b41d9 authored over 8 years ago by Dan Lee <[email protected]>
Adjusting Width to Search Input

a67ee2efe128833d9da8f79bf24674528da4985e authored over 8 years ago by Dan Lee <[email protected]>
Reorganise code to use Mobile First design

Media Query sizes follow:

- Extra small devices (phones, less than 768px - no media query neede...

9a8ffed1f11c3cb83b4c98e290b9f46dfc9bcfd3 authored over 8 years ago by Dan Lee <[email protected]>
Adjust Button Size

Buttons same height as icon buttons in menu

907d803f4f86b1141c83c55e00670567f73ed77f authored over 8 years ago by Dan Lee <[email protected]>
Rewrite user_likes_post_spec.rb

f6aae03567ec0ab8c8214a5958ddea0705f2df74 authored over 8 years ago by Ken Hibino <[email protected]>
Code Cleanup: user.rb, user_spec.rb

e89f6d540f3ceaca8e36f5d6600d56247edb6289 authored over 8 years ago by Ken Hibino <[email protected]>
Get rid of require statement for elasticsearch/model from model files

d9c425c6a7d53a1bdfc381e02c2ae547fce33f86 authored over 8 years ago by Ken Hibino <[email protected]>