Ecosyste.ms: OpenCollective

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

Asynq

Provide a reliable task queue library to developers
Collective - Host: opensource - https://opencollective.com/asynq - Code: https://github.com/hibiken

Add FlashMessage component and flashMessage reducer

github.com/hibiken/Isomorphic-js-project - 1dce8ca75fe92e68d1b91314372f2c15332b1eda authored over 8 years ago
Add sign up Redux logic

github.com/hibiken/Isomorphic-js-project - 9ca1421925fe7b62c35545a1354238be807492df authored over 8 years ago
Clean up NavbarHeader and routes

github.com/hibiken/Isomorphic-js-project - dad0ed5191dc3c08f63b0e0da69b4f607131b3a2 authored over 8 years ago
Add CORS to the server

github.com/hibiken/Isomorphic-js-project - 75ec155f52c534b22c9736c794cbf1e7162b3f7c authored over 8 years ago
Add signInUser feature on the client side

github.com/hibiken/Isomorphic-js-project - 7edcb7e0bde24f70b7cb3d0dfcc4420fef5c678e authored over 8 years ago
Add SignIn route and SignIn Form

github.com/hibiken/Isomorphic-js-project - acae540a7514fd5fef24ca617a69e53f689942e8 authored over 8 years ago
Add NavbarHeader component

github.com/hibiken/Isomorphic-js-project - 5e6433a61aec0e60cb79ba64c659851a60abb9a7 authored over 8 years ago
Add Redux to the project

github.com/hibiken/Isomorphic-js-project - 699cfecde6d92d03c1ae1cb4dc8855f666b51c2a authored over 8 years ago
Minor fix in post partial

github.com/hibiken/stories - 249427818fb712ceec69cbeda0f71fd3abb0382e authored over 8 years ago
Create auth Node server

github.com/hibiken/nodeAuthServer - 42f430337bd7790a8560bc144e796da7f75fd1b4 authored over 8 years ago
Add respond_to_missing? method to Feed class

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

github.com/hibiken/stories - c802164a174acdd95e1f4d0c68035519dde690a4 authored over 8 years ago
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...

github.com/hibiken/stories - a2a3398fe618a0ee485675bc2697fa444a87d8de authored over 8 years ago
Add comment icon in posts#show main content

github.com/hibiken/stories - 5559732552683c1f6a937dc534c7f06008a5d3e1 authored almost 9 years ago
Extract post metadata bar component into a partial

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

github.com/hibiken/stories - 5793f946f40f3db2e1f68b6176ab40ef58294c0b authored almost 9 years ago
Add pry-rails gem in development group

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

github.com/hibiken/stories - 77d23abf037d574a1b4f1db1c485dda0a0c135b8 authored almost 9 years ago
Add bouncing animation on like button :)

github.com/hibiken/stories - 98e56eb1d1e553d53a6fbc9ed2c8e566d330bc00 authored almost 9 years ago
Refactor Tag#related_tags to return tags sorted by relevance

github.com/hibiken/stories - 23d32246e51dd65f53d62add4e1a368b9f49d466 authored almost 9 years ago
Add spec to RelatedTagCreator

github.com/hibiken/stories - 6d33f41d54edce241d23de03b358ac3028cc4484 authored almost 9 years ago
Replace featured tags with related tags in tags#show page

github.com/hibiken/stories - 43c5f9850e00be021ef62da89ce0b82c03d60909 authored almost 9 years ago
Add TagRelationship ActiveRecord model for 'related tags' feature

github.com/hibiken/stories - 1675f33bc5586a1c40d21a4e56a9c9177e081853 authored almost 9 years ago
Change relevance level in SeachablePost module

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

github.com/hibiken/stories - a1c59801f1e7cad9cad192fcb9ee0e59c57909d4 authored almost 9 years ago
Add filter to make sure search controller provides only published posts to the view

github.com/hibiken/stories - a98ad884860e3cd2be8f7b400cffeb7983a2af77 authored almost 9 years ago
Add quiet_assets gem in development

github.com/hibiken/stories - a380c96f8b03167da3b053f58ecef4d124b77078 authored almost 9 years ago
Add popover effect to links in the main sidebar

github.com/hibiken/stories - bb43871c88405b5f75c7137b3d70d0e6aa1ffd6d authored almost 9 years ago
Add border radius to related posts thumbnail images

github.com/hibiken/stories - 1bff7235ac48313695c3c70f4ef6ac39d0d610d1 authored almost 9 years ago
Add related posts to posts#show page

github.com/hibiken/stories - 66d2b0b9dbc6e2a082ff8499e91dc1e8c063ca80 authored almost 9 years ago
Change the link to MIT license in README

github.com/hibiken/stories - 8b4c9e353b4a247b5ba71de60de2594a881a69bf authored almost 9 years ago
Add MIT license for open sourcing the project

github.com/hibiken/stories - 5033a0b1a94f92e14ade4f3df93ac2d585a86f94 authored almost 9 years ago
Update remove_javascript helper

github.com/hibiken/stories - c5e0ab2649524d9100e352d07495c099c5bb9123 authored almost 9 years ago
Update .gitignore file

github.com/hibiken/stories - 35be3827ecf9dffec110a2a79176f5f6a2e545bc authored almost 9 years ago
Add Bundler-audit to check for vulnerable versions of gems in Gemfile.lock & Add bundler:audit rake task to default rake task

github.com/hibiken/stories - 183028308c725285404053e1938a4b983061dd01 authored almost 9 years ago
Upgrade to Rails 4.2.6

github.com/hibiken/stories - f49efa65213a589e0596ae55394fb14ccaeb5a49 authored almost 9 years ago
Add remove_script_tag view helper to prevent XSS

github.com/hibiken/stories - 4acb8004040990de68021f16c4fa7908fed77a77 authored almost 9 years ago
Force SSL in production

github.com/hibiken/stories - ef82bd0fc3cf47c5dbb7d6ce3f75dec09e5c0e43 authored almost 9 years ago
Remove N+1 query from posts#show

github.com/hibiken/stories - 12dac3f9ab90a081a9dda43482732497b3cd14b3 authored almost 9 years ago
Configure to use memcache as a cache store in production

github.com/hibiken/stories - 6f38ce19c8ad3f5b9f20d8d5e36c40e5cf2ae763 authored almost 9 years ago
Eager load users for recommended posts in users#show action

github.com/hibiken/stories - 89d9a6234a545a8b2b4495f5e6ab4639a0622fae authored almost 9 years ago
Add Bullet gem for detecting N+1 queries in development

github.com/hibiken/stories - 610ece24d349ae9d138f156ba8420f3c48589a01 authored almost 9 years ago
Minor fixes in posts#show template

github.com/hibiken/stories - 271398495ac51ff99f523453ae21c099f5fb9b2c authored almost 9 years ago
Get rid of prerendering option for featured tag section for better performance

github.com/hibiken/stories - ab896cd90141e5f09865329ef5bc178f633de498 authored almost 9 years ago
Shorten progress bar animation duration time down to 500ms

github.com/hibiken/stories - 9d0d15b0a52b2be6511aa9cf1811b81ffb558372 authored almost 9 years ago
Remove SearchContainer server-side rendering for better performance

github.com/hibiken/stories - e47de7ac9c0f5bf54b7336d97256c15dbbe87815 authored almost 9 years ago
Add fading animation to follow suggestion items

github.com/hibiken/stories - 27e46de2e7fd1c5c7a378ef86f82d5fd686c452d authored almost 9 years ago
Eager load users whenever fetch posts

github.com/hibiken/stories - 629172cc05a72c754ca6a459e3a966ba233c696d authored almost 9 years ago
Update top-stories partial

github.com/hibiken/stories - d3d43088791b1972dda1e04fcf44a8ca6a787535 authored almost 9 years ago
Add responses_count to Post for better performance

github.com/hibiken/stories - 7835f9fe40caf1ca27cf08363a69cd5b51e2cd6e authored almost 9 years ago
Clean up users#show template

github.com/hibiken/stories - ea73c47a22131881c67e2ff34d18e34a350fd106 authored almost 9 years ago
Minor CSS style change in user overlay and user popover component

github.com/hibiken/stories - dcc9daa8e12e11c2dad91479d9307592389c1f17 authored almost 9 years ago
Add spec for API::Posts::LikesController

github.com/hibiken/stories - a85c6de62092b74f5d9fbca5425175c1286ec87b authored almost 9 years ago
Fix minor css bug in the header

github.com/hibiken/stories - 2ab47932d104efb6ee4ca9f3647237fada92e049 authored almost 9 years ago
Adjust tags#show page layout to new header width

github.com/hibiken/stories - 5027b57bc462daf7558e33221b41d3790c6db2d7 authored almost 9 years ago
Add bootstrap grid system CSS class to header

github.com/hibiken/stories - b7776d64207c0e7fa8df89cbc76d87ce4731fe22 authored almost 9 years ago
Fix positioning of loader in search result page

github.com/hibiken/stories - c344d7a164424dafa3103028c8cc2c34c384d1b1 authored almost 9 years ago
Merge pull request #24 from kenny-hibino/loader

Endless Scroll Loader

github.com/hibiken/stories - 2cdafb786166ca66e1231235baa5bd2ffe904873 authored almost 9 years ago
Removed loader from top of posts area

github.com/hibiken/stories - 493fd305a702d50c344d299d637d291cecf01d20 authored almost 9 years ago
Merge branch 'master' into loader

github.com/hibiken/stories - a525a033adfcfc2b5e85769c6d77afc54b82a4ba authored almost 9 years ago
Fix animation with "backwards"

Added backwards to the animation:

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

github.com/hibiken/stories - 4c1f50de194f96a15e5fcdd4e9d494575cc9281b authored almost 9 years ago
Initialize repository

github.com/hibiken/nodeAuthServer - 6074fedb3fcaff75728af8a50a984e7ce7101c06 authored almost 9 years ago
Fix inline editor 'go full screen' button bug

github.com/hibiken/stories - 333f6ab03e0f3052353d6f7536c3eaa9b40ab14f authored almost 9 years ago
Add PubSub subscribe and unsubscribe to follow suggestion container component

github.com/hibiken/stories - ecec52e750d849179ac0abdc3a94b4ffca72ac49 authored almost 9 years ago
Add refresh link to follow suggestion component

github.com/hibiken/stories - 6e547f88c0c8fdff8035872d568ae525ae7b54c1 authored almost 9 years ago
Add follow suggestion secion in the sidebar in dashboard pages

github.com/hibiken/stories - 447c01686888dba65b8d8d4d559c47a3171a51fe authored almost 9 years ago
Implment #people_to_follow method in User class and create API controller to return the data in json format

github.com/hibiken/stories - 31c1bf3f0770af45d4fad3021261ac415bb20558 authored almost 9 years ago
Merge branch 'spec-refactor'

github.com/hibiken/stories - 3a581bca9c6ebfe25f19c54bfb83f18f7720e00d authored almost 9 years ago
Add spec for API::PostsController

github.com/hibiken/stories - 6ead6b68f89975927bad08c0fadc4a236a113497 authored almost 9 years ago
Fix CSS for the sign in button in the search result page

github.com/hibiken/stories - 459c76dfae2260da4045c66aeeb853b4a97c4918 authored almost 9 years ago
Rename private method in UsersController and remove unnecessary code

github.com/hibiken/stories - 4b62f58f651cb6694a1429113814d4cc907cb618 authored almost 9 years ago
Refactor search_autocomplete controller

github.com/hibiken/stories - 0147bc64fb8892faae63ace7e4c12c42f5a81534 authored almost 9 years ago
Add spec for ResponsesController and refactor the controller

github.com/hibiken/stories - 483f8513d2c6963feb4b5ba77afca36a3e9bcb2a authored almost 9 years ago
Refactor before_actions in PostsController and Update PostsController spec

github.com/hibiken/stories - ecbe0cd49cfc6bcfa105d27957a464ea722f8068 authored almost 9 years ago
Center the loader & add loader at the top of dashboard page for development purpose

github.com/hibiken/stories - f2eef999e5318ba3b6c571c1ed6394494ba81e5e authored almost 9 years ago
Fix style bug in editor message

github.com/hibiken/stories - a9886b2967069d94539a2aa34936689c21fbb061 authored almost 9 years ago
Update tag_spec.rb

github.com/hibiken/stories - d87315dedb0255078f743476a6aa7876805ff8bf authored almost 9 years ago
Add spec for Response model

github.com/hibiken/stories - cebc5ba3c8e67c3f5817369d7e4c93652b82a043 authored almost 9 years ago
Add spec for Notification model

github.com/hibiken/stories - 60a2e7bab8564a8fa2578ef71522f47d0bcca3eb authored almost 9 years ago
Endless Scroll Loader

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

github.com/hibiken/stories - 1dc64902846990b827b60c6d317a836f26dae5ff authored almost 9 years ago
Add spec for Interest model

github.com/hibiken/stories - fa0bf90ae9d727b94d2aec96fb61d426a07bf555 authored almost 9 years ago
Take out .travis.yml for time being

github.com/hibiken/stories - 7efedda326831af208727c0630b922947effa10b authored almost 9 years ago
Add redis-server to services in .travis.yml

github.com/hibiken/stories - cc02bc3ea6626cc86a7f02f5d1810a648d486a80 authored almost 9 years ago
Add services postgresql to .travis.yml

github.com/hibiken/stories - 22911c6667228ce947ea41314f5f3c69b9a321dc authored almost 9 years ago
Add .travis.yml file

github.com/hibiken/stories - ed9f79411f701380416f2fc5b85a7e31bbc894f0 authored almost 9 years ago
Comment out most of the feature specs temporarily

github.com/hibiken/stories - 73413724ed073af31b9462ebe6208a5bee52e01e authored almost 9 years ago
Update all specs related to posts

github.com/hibiken/stories - 33c810f81692ea0c9f5e9c9294a601538fa66f44 authored almost 9 years ago
Delete user_visit_homepage_spec.rb

github.com/hibiken/stories - a8fd6d4f3d9aa5d71d23165d4183d8a6a0ce1c4b authored almost 9 years ago
Override Bootstrap styles in the navbar

github.com/hibiken/stories - 69e1409248622383cc7148b94ebf3af18de503aa authored almost 9 years ago
Fix sign-in-button style

github.com/hibiken/stories - b0239e308abd7d584ffdda8e3b5cc50a247c159b authored almost 9 years ago
Add viewport matatag for responsive design

github.com/hibiken/stories - 60ff4be390d9d57ff7d490eea44c0547f1550682 authored almost 9 years ago
Merge pull request #22 from kenny-hibino/responsive-menu

Responsive Menu

github.com/hibiken/stories - 031b5c39fd4b99059c1525e3d0964c34e879440e authored almost 9 years ago
Removed Background Color and Container Width

Removed Background Color and Container Width

github.com/hibiken/stories - 94f6d3659f100f324f0c79d2aa06ec77b3bb0471 authored almost 9 years ago
Fix post_spec.rb

github.com/hibiken/stories - 655a14180863ee843f6733d79fe02a38d8a8b993 authored almost 9 years ago
Clean up posts#show template

github.com/hibiken/stories - 0ad89c1f2b05686bb27c158bce8d51d40235a5f3 authored almost 9 years ago
Fix user_bookmarks_response_spec.rb

github.com/hibiken/stories - b87cc9ceee2aac4b1941e98f284f0a1724d4fd5a authored almost 9 years ago
fix user_likes_response_spec.rb

github.com/hibiken/stories - a0fb362e25c76ce9d53bc676922ff61d516e9932 authored almost 9 years ago
Fix user_bookmark_post_spec.rb

github.com/hibiken/stories - 2102503df4b7630d698c0be18e01056ce4fb915f authored almost 9 years ago
Merge branch 'master' into responsive-menu

github.com/hibiken/stories - 67548209344611d3cee80741fac8f5d831b126f0 authored almost 9 years ago