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 nav_link_to helper

github.com/hibiken/stories - c82e7530cc144611cd12a8d5fd6fbc90f970f52f authored almost 9 years ago by Ken Hibino <[email protected]>
Change root path to dashboards#show

github.com/hibiken/stories - 5a89c4f3ae9b31bc7571e88878b2a9fcab052bda authored almost 9 years ago by Ken Hibino <[email protected]>
Introduce Dashboard class to represent what dashboard is

github.com/hibiken/stories - 2c0cecc27c2dbacda3a1d4d13cc618eb07fc9cf2 authored almost 9 years ago by Ken Hibino <[email protected]>
Add CSS styles to filter links in navbar

github.com/hibiken/stories - 29233e566885ad101bb14b536801d6a20a081e45 authored almost 9 years ago by Ken Hibino <[email protected]>
Update post stats in post partial

github.com/hibiken/stories - 10ce9b4dff60823c1b15c28bef9b73322b3f0f07 authored almost 9 years ago by Ken Hibino <[email protected]>
Update README.md

github.com/hibiken/stories-frontend - 31208bfa31d6a7d926a6f7e828a6007cb39be510 authored almost 9 years ago by Stephen Grider <[email protected]>
Refactor User model's methods: create bookmarked? and liked? method to handle both post and response objects

github.com/hibiken/stories - a0c594ba2fdbde8586358cf546c8773435820048 authored almost 9 years ago by Ken Hibino <[email protected]>
Position like, bookmark icons

github.com/hibiken/stories - 5f9a13eb46f027d2494799ddb78fa206eb9c2f40 authored almost 9 years ago by Ken Hibino <[email protected]>
Ajaxify bookmark buttons

github.com/hibiken/stories - 09549852066a119afbedcd4e1b065c31bc2de706 authored almost 9 years ago by Ken Hibino <[email protected]>
Add CSS styles to bookmark buttons

github.com/hibiken/stories - 7b356854fefbe5e8e308887d2a47a95252faae74 authored almost 9 years ago by Ken Hibino <[email protected]>
Add UI for bookmarking responses

github.com/hibiken/stories - 09acc4e87cd5ead9b90a2fc92efdc5231c62e2bb authored almost 9 years ago by Ken Hibino <[email protected]>
Add association between User, Response, and Bookmark

github.com/hibiken/stories - 6488e3f591309d511624d589bd1b9300f2701716 authored almost 9 years ago by Ken Hibino <[email protected]>
Add Bookmark/Unbookmark button to posts#show page

github.com/hibiken/stories - a391fef673b7f15e897ec65f7d7b4c9b2f005e70 authored almost 9 years ago by Ken Hibino <[email protected]>
Add Bookmark model & Add association between User, Post, and Bookmark

github.com/hibiken/stories - 24b342afcce520838316d320d668280909fee1d0 authored almost 9 years ago by Ken Hibino <[email protected]>
Add spec for bookmarking a post

github.com/hibiken/stories - 5ccbbb8bd162889b5abd752b54f73571c0aa3a61 authored almost 9 years ago by Ken Hibino <[email protected]>
Use SilverSearch for CtrlP fuzzy finder and disable caching for CtrlP

github.com/hibiken/dotfiles - 2d75c16242555c74594409631cd17a354738ac71 authored almost 9 years ago by Ken Hibino <[email protected]>
Update README.md

github.com/hibiken/stories-frontend - c5ad6ad3d450d84fe321858a9ed94a5bf6fd6855 authored almost 9 years ago by Stephen Grider <[email protected]>
Update README.md

github.com/hibiken/stories-frontend - 0c7231d56b5094df36c467372337a3fd7eb2543f authored almost 9 years ago by Stephen Grider <[email protected]>
Change default color and font

github.com/hibiken/dotfiles - 53ef112336138fcfad8cae268f1603434557482e authored almost 9 years ago by Ken Hibino <[email protected]>
Modify add_like_to and remove_like_from in User model for cases where a user happened to have multiple likes

github.com/hibiken/stories - beb5dff18e762ee0ab0058defaf05183d8aa78c3 authored almost 9 years ago by Ken Hibino <[email protected]>
Add post like button to post partial

github.com/hibiken/stories - 82d29e1ebe4feecd44b7106127bc8bfc8dcc3b95 authored almost 9 years ago by Ken Hibino <[email protected]>
Add Selenium-webdriver to test JavaScript

github.com/hibiken/stories - 9c037e4f70d02affddbad45a72f7be2d32aa2107 authored almost 9 years ago by Ken Hibino <[email protected]>
Ajaxify like buttons

github.com/hibiken/stories - 4ddf13f8e47acdf4dc559abc8f1bd0e44d80ecec authored almost 9 years ago by Ken Hibino <[email protected]>
Styled like buttons

github.com/hibiken/stories - a76f4df3cea913b06a0261931900eb4453a52fda authored almost 9 years ago by Ken Hibino <[email protected]>
Add vim-surround plugin

github.com/hibiken/dotfiles - 09592554ebf922a978cd6f70828a4dd716a60f62 authored almost 9 years ago by Ken Hibino <[email protected]>
Create like_button, unlike_button partials for post and response

github.com/hibiken/stories - ce811bacf5c6bfbf1cbdaaac4aeaa7d452ee5762 authored almost 9 years ago by Ken Hibino <[email protected]>
Add like count in the view

github.com/hibiken/stories - 7bdb1f1fe219ab1f5d183a1f0e3595e4e1fbe8fe authored almost 9 years ago by Ken Hibino <[email protected]>
Add UI to like/unlike responses

github.com/hibiken/stories - 29ca45c6d3c7d354e5379582848dbe8eda69e93b authored almost 9 years ago by Ken Hibino <[email protected]>
Add UI for like/unllike posts

github.com/hibiken/stories - ee7d70f3723980070c9e07d833436065f6c98954 authored almost 9 years ago by Ken Hibino <[email protected]>
Add Like model & associated with user and post

github.com/hibiken/stories - 206cb30a677bab2118409907362da0d680c28fa8 authored almost 9 years ago by Ken Hibino <[email protected]>
Add a feature spec for liking a post

github.com/hibiken/stories - 501ff87820a8aee65b9d006e1d472774f903f280 authored almost 9 years ago by Ken Hibino <[email protected]>
Add a custom matchers be_following_tag(tag) to increase readability of specs

github.com/hibiken/stories - 365b119484b0f7c4b320dbfda160bcbb13522e51 authored almost 9 years ago by Ken Hibino <[email protected]>
fix npm start on windows machines

github.com/hibiken/stories-frontend - 6aedde614da38ecea3d83fef8195e713679fa3b3 authored almost 9 years ago by Stephen Grider <[email protected]>
Add CSS styles to new response form

github.com/hibiken/stories - a21ff47b1b8e89e3dfb2f9d7026848b24d0102ec authored almost 9 years ago by Ken Hibino <[email protected]>
Allow user to create a response

github.com/hibiken/stories - be4336b7d2f0837a3ef760512231350731db69f7 authored almost 9 years ago by Ken Hibino <[email protected]>
Add Vundler for Plugin management

github.com/hibiken/dotfiles - 1e1db4e459462210d4e151611b088e7ea1e99c1f authored almost 9 years ago by Ken Hibino <[email protected]>
Minor fixes for specs

github.com/hibiken/stories - 86be8fa530fc913e8c8a2548cf0355f6d7d882b8 authored almost 9 years ago by Ken Hibino <[email protected]>
Add comment and clean up some code. No change in app's behavior

github.com/hibiken/stories - c0c1a0515bdef7795bbe4b33b2c6a16030559c6d authored almost 9 years ago by Ken Hibino <[email protected]>
Add padding-bottom to tags-wrapper

github.com/hibiken/stories - 8d1fce86ada1d442378461030f41420c4595079e authored almost 9 years ago by Ken Hibino <[email protected]>
Addd featured tags to sidebar in dashboard#show page

github.com/hibiken/stories - cb70c0431128a4d3fb1cfa24e46a397e01f1ea1e authored almost 9 years ago by Ken Hibino <[email protected]>
Refactor the view by creating sidebar following tags partial

github.com/hibiken/stories - a9ac05cce1df7e409c51e9f6188db2c2f28317b8 authored almost 9 years ago by Ken Hibino <[email protected]>
Add sidebar to layout template & Add CSS styels to sidebar following tags section

github.com/hibiken/stories - cd428cf9b846215f2816a578529cc4e0a598fc6b authored almost 9 years ago by Ken Hibino <[email protected]>
Add CSS styles for tag follow button

github.com/hibiken/stories - fd752e6011e4cf6adcc84f7e4cc3f7c143ab0222 authored almost 9 years ago by Ken Hibino <[email protected]>
Extract out following user and tag logic to its own concern module and mix into User model

github.com/hibiken/stories - 468874fc8a1f200a457238533a2d35f3ce3afdcf authored almost 9 years ago by Ken Hibino <[email protected]>
Add follow_tag_button_for view helper to clean up the view in tags#show page

github.com/hibiken/stories - 28ee955c00a7a53258c00374ef94e6b7f2fd8730 authored almost 9 years ago by Ken Hibino <[email protected]>
Add following tags to dashboard page

github.com/hibiken/stories - 433550644430e5cd312bcd1d0e757d3e88bd008e authored almost 9 years ago by Ken Hibino <[email protected]>
Add follow button for tags in tags#show page

github.com/hibiken/stories - b9bbcda754219fa07390762136a79c3e12d0f367 authored almost 9 years ago by Ken Hibino <[email protected]>
Add interest model & Add association for following tags

github.com/hibiken/stories - 23fdbf2f230e5191fd97d584ba9bea906292c814 authored almost 9 years ago by Ken Hibino <[email protected]>
Add vendor prefixes for flexbox

github.com/hibiken/stories - 168e4ef88f8865888e42f5afac34789b3af7b2b5 authored almost 9 years ago by Ken Hibino <[email protected]>
Update CSS styles for publish button

github.com/hibiken/stories - 07fab578a01a4957251925685457557dc02db305 authored almost 9 years ago by Ken Hibino <[email protected]>
Add latest scope to Post model

github.com/hibiken/stories - f077703d6cd66ede6559179877afcd9eab15d0ac authored almost 9 years ago by Ken Hibino <[email protected]>
Adjust spec to view change

github.com/hibiken/stories - 71529d83a5663dc1b25064f1008731125e5f4799 authored almost 9 years ago by Ken Hibino <[email protected]>
Add CSS styles to users#show page

github.com/hibiken/stories - ac402e2c4c21e04b6f3520f1427f811c65c69036 authored almost 9 years ago by Ken Hibino <[email protected]>
Add default scope to Post: created_at desc

github.com/hibiken/stories - 67d4cb7e20ea1afa1386905faaeb0378415248d8 authored almost 9 years ago by Ken Hibino <[email protected]>
Add posts to users#show page

github.com/hibiken/stories - 9799d8d45d9d5686a91bf3d3b569e8c9c4cd97a2 authored almost 9 years ago by Ken Hibino <[email protected]>
Add CSS styles to users#show page

github.com/hibiken/stories - f9af0f74c4a6c8d77cd4b115f35ce234d73c308d authored almost 9 years ago by Ken Hibino <[email protected]>
Add follow_button_for helper to refactor the view

github.com/hibiken/stories - 7b443d902cc8afcb81840e7b1f9b251c545fb3df authored almost 9 years ago by Ken Hibino <[email protected]>
Bug fix: check for user_signed_in? before calling method on current_user to avoid an error being raised

github.com/hibiken/stories - 1273b6f38890e4a7ab696f415dc0bdb6665a81f4 authored almost 9 years ago by Ken Hibino <[email protected]>
Bug fix: not showing follw button for self and user are not able to follow self

github.com/hibiken/stories - 5b97c5c10f2417017e0fa52fb55b9eca9210c3b5 authored almost 9 years ago by Ken Hibino <[email protected]>
Build UI for follow/unfollow users

github.com/hibiken/stories - f5918542a42549f44e4930eb48e53da22df30408 authored almost 9 years ago by Ken Hibino <[email protected]>
Add Relationship model for following users & Establish associations

github.com/hibiken/stories - 546b5543f615f6d9209f5c82d4fe569ea5de2aa9 authored almost 9 years ago by Ken Hibino <[email protected]>
Use ActiveRecord's includes finder to avoid N+1 problem

github.com/hibiken/stories - b1866ed1291ad647593a75efd1a839e4da21cf1f authored almost 9 years ago by Ken Hibino <[email protected]>
Change the text for the new-post button to 'Write a story'

github.com/hibiken/stories - 7a6b22bc8fe5b5de42d5699ba5bfaef6d1916bcd authored almost 9 years ago by Ken Hibino <[email protected]>
Get rid of label in post form

github.com/hibiken/stories - d04c5a4318c012c17c54e9a329bdf1af6b1e5619 authored almost 9 years ago by Ken Hibino <[email protected]>
Make the column width for dashboard and tag page shorter

github.com/hibiken/stories - 1e68da75f2de4bc24bf0d5e0133803e63d31742b authored almost 9 years ago by Ken Hibino <[email protected]>
Add CSS to tags#show page

github.com/hibiken/stories - ffb1d8cde4585a2f6298437e7a641e9952010a26 authored almost 9 years ago by Ken Hibino <[email protected]>
Add tags#show page

github.com/hibiken/stories - 02e502aceb7e02a4323786ed9aa6089b889bdfcb authored almost 9 years ago by Ken Hibino <[email protected]>
Add tags to posts

github.com/hibiken/stories - 3c75cb56fa2ad1814aacca38da29d5b8d6959cd4 authored almost 9 years ago by Ken Hibino <[email protected]>
Allow user to edit and delete his/her own post

github.com/hibiken/stories - 52b7e2857314f94191430089c567798ceff94ef7 authored almost 9 years ago by Ken Hibino <[email protected]>
Add CSS styles to posts#show page

github.com/hibiken/stories - 9863db356cd127865c4781cd7c1e9e1775114b86 authored almost 9 years ago by Ken Hibino <[email protected]>
Create README.md

github.com/hibiken/stories-frontend - ec419610db65078e6a803fdc9458ea6f20f003c5 authored almost 9 years ago by Stephen Grider <[email protected]>
Add hide edit profile button unless the user is viewing own profile page

github.com/hibiken/stories - 6c9a98d43bdbd2326a61cf54896add7f58bb11e1 authored almost 9 years ago by Ken Hibino <[email protected]>
Improve posts_helper_spec

github.com/hibiken/stories - ede41300f008bdfb362ce67153f6916950514a58 authored almost 9 years ago by Ken Hibino <[email protected]>
Add CSS styles to navbar

github.com/hibiken/stories - d38e4004cf953926201e9b44aadf4d79d2cbedb3 authored almost 9 years ago by Ken Hibino <[email protected]>
Add post_length_in_minutes view helper

github.com/hibiken/stories - 3a75d385a3eb0c1cf5986c997479c154ec800354 authored almost 9 years ago by Ken Hibino <[email protected]>
Add CSS styles for post panel

github.com/hibiken/stories - 532a71656ca697086668a3d6481361773a440f52 authored almost 9 years ago by Ken Hibino <[email protected]>
Update post partial

github.com/hibiken/stories - 4cc5207acc8cdda253ee260fbef12e0070998ef6 authored almost 9 years ago by Ken Hibino <[email protected]>
Add avatar_for view helper

github.com/hibiken/stories - 7532f948aab2a063b32adc9b9f8759744bcd4eb3 authored almost 9 years ago by Ken Hibino <[email protected]>
Add avatar to User

github.com/hibiken/stories - 818ab5bae9fcdf39b4c8d73dc3ad1a7b70e6d549 authored almost 9 years ago by Ken Hibino <[email protected]>
Add production group in Gemfile

github.com/hibiken/stories - a74d4a3f63f98e2a4a3b7d8fb8012b6a9c680b53 authored almost 9 years ago by Ken Hibino <[email protected]>
added google maps by default

github.com/hibiken/stories-frontend - 7afaf3a3799258c66d01a0b99300522c38baebb7 authored almost 9 years ago by stephen grider <[email protected]>
add lodash

github.com/hibiken/stories-frontend - 07361605eecf2d0b362e4bbb5f50bc6503b0dd20 authored almost 9 years ago by stephen grider <[email protected]>
Add JavaScript for Google Analytics

github.com/hibiken/portfolio_blog - 6657162dcb97b50f142eec493a1de6f16a50d8cf authored almost 9 years ago by Ken Hibino <[email protected]>
Make post title in dashboard page links

github.com/hibiken/stories - 04f93a721f8b19233355ee7b79e40c6d85a46091 authored almost 9 years ago by Ken Hibino <[email protected]>
Add posts#show action

github.com/hibiken/stories - 3e4e6fb6c88ffa506559c9dd1e2e157fa99646a9 authored almost 9 years ago by Ken Hibino <[email protected]>
use store with middleware

github.com/hibiken/stories-frontend - f6a771663a53ea5a9df01ba41778746447c0993b authored almost 9 years ago by stephen grider <[email protected]>
Add dropdown in the navbar

github.com/hibiken/stories - 5c9f7bbb89aa7f158443d6fd848ca2dd7d6bb208 authored almost 9 years ago by Ken Hibino <[email protected]>
Add controller spec for users_controller for security

github.com/hibiken/stories - a3f28ca54e4056b32663567d1a94ff36c6a49f23 authored almost 9 years ago by Ken Hibino <[email protected]>
middleware setup included by default

github.com/hibiken/stories-frontend - 14813f829dd6c5e70bce19e014841d550f873f69 authored almost 9 years ago by stephen grider <[email protected]>
Allow user to edit profile

github.com/hibiken/stories - 6c569ee94a42e3ecc9b66bcf235e5aa05882cf49 authored almost 9 years ago by Ken Hibino <[email protected]>
Modify text in homepage and add message for empty screencast index page

github.com/hibiken/portfolio_blog - 183c5adf9833c7e46c798b423d18e0163e263f24 authored almost 9 years ago by Ken Hibino <[email protected]>
Add validations to Post model

github.com/hibiken/stories - b7987db03a219c67837afbd92a06f10ed74439cf authored almost 9 years ago by Ken Hibino <[email protected]>
Delegate username method to user in Post model

github.com/hibiken/stories - 333fb2b03a05f213096e756b424068106e0c4a35 authored almost 9 years ago by Ken Hibino <[email protected]>
Add dashboard route for logged in user

github.com/hibiken/stories - 9d06757706c4b5cae53fc70da8308522898663c9 authored almost 9 years ago by Ken Hibino <[email protected]>
Add association between User and Post model and scoped the creation of post to current_user

github.com/hibiken/stories - b8d2939f4a859b390fb671ebd84caf8972ca84d4 authored almost 9 years ago by Ken Hibino <[email protected]>
Add CSS styles to post new form

github.com/hibiken/stories - 3ebd8bcd84dde17d63e410be49aff9a2bb4a0849 authored almost 9 years ago by Ken Hibino <[email protected]>
Add sign in user helper module for feature test

github.com/hibiken/stories - c5092101b63bac694b9b8d45b29fa7929c86e7df authored almost 9 years ago by Ken Hibino <[email protected]>
Add authorization to posts controller actions

github.com/hibiken/stories - 6927fe02e966667965834b01846f69c59df0f743 authored almost 9 years ago by Ken Hibino <[email protected]>
Add CSS styles to Sign in/up forms

github.com/hibiken/stories - 7c2a1baa25b73ce0c07f40ed4fd43f92657c441b authored almost 9 years ago by Ken Hibino <[email protected]>
Add CSS style to flash messages

github.com/hibiken/stories - d49931c721e099106f4825733cb82f6618fd3477 authored almost 9 years ago by Ken Hibino <[email protected]>