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

Get rid of form from dashborad page

c67845e3f768c02b2c423e9432d686083000e697 authored almost 9 years ago by Ken Hibino <[email protected]>
Add non_filtered? method to dashboard

b991a973a11c85da161ebedcae1ae1af63d3d81a authored almost 9 years ago by Ken Hibino <[email protected]>
Add recommended by clause to feed

95cb7fd8c52daba38201dc073578bb0a3a6658ca authored almost 9 years ago by Ken Hibino <[email protected]>
Minor change in CSS

d7ccb54e8943a761da44bef74d7415d514a66477 authored almost 9 years ago by Ken Hibino <[email protected]>
Add CSS styles to feed metadata

42ef98c89a0c3fc1793895313f7512889157fb60 authored almost 9 years ago by Ken Hibino <[email protected]>
Add Feed service object

ff01ec578e9eb703a58897f3e6e8e84750195f02 authored almost 9 years ago by Ken Hibino <[email protected]>
Add specs for authentication for liking and bookmarking posts and responses

d371d71d25684ba2f661b5a54af960ce3203fdbd authored almost 9 years ago by Ken Hibino <[email protected]>
Change conditional for displaying form on dashboard

e89331dcb7db66912ca7cffdc9723f90196510db authored almost 9 years ago by Ken Hibino <[email protected]>
Allow user to create a post from dashboard page

3951194fca33ba924f49be87a70048b17a30b622 authored almost 9 years ago by Ken Hibino <[email protected]>
Add more CSS styles to post partial

abd3c9366e4aa88f48a6c10a9fedea430525fdf0 authored almost 9 years ago by Ken Hibino <[email protected]>
Add PictureUploader for Post model

e32c59de789035c27031c98e60795ab228e9e36e authored almost 9 years ago by Ken Hibino <[email protected]>
Change margin around response-count element

3608a8f04be3dfb5c974f617e6824c8fde8e9fe1 authored almost 9 years ago by Ken Hibino <[email protected]>
Add nav_link_to helper

c82e7530cc144611cd12a8d5fd6fbc90f970f52f authored almost 9 years ago by Ken Hibino <[email protected]>
Change root path to dashboards#show

5a89c4f3ae9b31bc7571e88878b2a9fcab052bda authored almost 9 years ago by Ken Hibino <[email protected]>
Introduce Dashboard class to represent what dashboard is

2c0cecc27c2dbacda3a1d4d13cc618eb07fc9cf2 authored almost 9 years ago by Ken Hibino <[email protected]>
Add CSS styles to filter links in navbar

29233e566885ad101bb14b536801d6a20a081e45 authored almost 9 years ago by Ken Hibino <[email protected]>
Update post stats in post partial

10ce9b4dff60823c1b15c28bef9b73322b3f0f07 authored almost 9 years ago by Ken Hibino <[email protected]>
Refactor User model's methods: create bookmarked? and liked? method to handle both post and response objects

a0c594ba2fdbde8586358cf546c8773435820048 authored almost 9 years ago by Ken Hibino <[email protected]>
Position like, bookmark icons

5f9a13eb46f027d2494799ddb78fa206eb9c2f40 authored almost 9 years ago by Ken Hibino <[email protected]>
Ajaxify bookmark buttons

09549852066a119afbedcd4e1b065c31bc2de706 authored almost 9 years ago by Ken Hibino <[email protected]>
Add CSS styles to bookmark buttons

7b356854fefbe5e8e308887d2a47a95252faae74 authored almost 9 years ago by Ken Hibino <[email protected]>
Add UI for bookmarking responses

09acc4e87cd5ead9b90a2fc92efdc5231c62e2bb authored almost 9 years ago by Ken Hibino <[email protected]>
Add association between User, Response, and Bookmark

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

a391fef673b7f15e897ec65f7d7b4c9b2f005e70 authored almost 9 years ago by Ken Hibino <[email protected]>
Add Bookmark model & Add association between User, Post, and Bookmark

24b342afcce520838316d320d668280909fee1d0 authored almost 9 years ago by Ken Hibino <[email protected]>
Add spec for bookmarking a post

5ccbbb8bd162889b5abd752b54f73571c0aa3a61 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

beb5dff18e762ee0ab0058defaf05183d8aa78c3 authored almost 9 years ago by Ken Hibino <[email protected]>
Add post like button to post partial

82d29e1ebe4feecd44b7106127bc8bfc8dcc3b95 authored almost 9 years ago by Ken Hibino <[email protected]>
Add Selenium-webdriver to test JavaScript

9c037e4f70d02affddbad45a72f7be2d32aa2107 authored almost 9 years ago by Ken Hibino <[email protected]>
Ajaxify like buttons

4ddf13f8e47acdf4dc559abc8f1bd0e44d80ecec authored almost 9 years ago by Ken Hibino <[email protected]>
Styled like buttons

a76f4df3cea913b06a0261931900eb4453a52fda authored almost 9 years ago by Ken Hibino <[email protected]>
Create like_button, unlike_button partials for post and response

ce811bacf5c6bfbf1cbdaaac4aeaa7d452ee5762 authored almost 9 years ago by Ken Hibino <[email protected]>
Add like count in the view

7bdb1f1fe219ab1f5d183a1f0e3595e4e1fbe8fe authored almost 9 years ago by Ken Hibino <[email protected]>
Add UI to like/unlike responses

29ca45c6d3c7d354e5379582848dbe8eda69e93b authored almost 9 years ago by Ken Hibino <[email protected]>
Add UI for like/unllike posts

ee7d70f3723980070c9e07d833436065f6c98954 authored almost 9 years ago by Ken Hibino <[email protected]>
Add Like model & associated with user and post

206cb30a677bab2118409907362da0d680c28fa8 authored almost 9 years ago by Ken Hibino <[email protected]>
Add a feature spec for liking a post

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

365b119484b0f7c4b320dbfda160bcbb13522e51 authored almost 9 years ago by Ken Hibino <[email protected]>
Add CSS styles to new response form

a21ff47b1b8e89e3dfb2f9d7026848b24d0102ec authored almost 9 years ago by Ken Hibino <[email protected]>
Allow user to create a response

be4336b7d2f0837a3ef760512231350731db69f7 authored almost 9 years ago by Ken Hibino <[email protected]>
Minor fixes for specs

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

c0c1a0515bdef7795bbe4b33b2c6a16030559c6d authored almost 9 years ago by Ken Hibino <[email protected]>
Add padding-bottom to tags-wrapper

8d1fce86ada1d442378461030f41420c4595079e authored almost 9 years ago by Ken Hibino <[email protected]>
Addd featured tags to sidebar in dashboard#show page

cb70c0431128a4d3fb1cfa24e46a397e01f1ea1e authored almost 9 years ago by Ken Hibino <[email protected]>
Refactor the view by creating sidebar following tags partial

a9ac05cce1df7e409c51e9f6188db2c2f28317b8 authored almost 9 years ago by Ken Hibino <[email protected]>
Add sidebar to layout template & Add CSS styels to sidebar following tags section

cd428cf9b846215f2816a578529cc4e0a598fc6b authored almost 9 years ago by Ken Hibino <[email protected]>
Add CSS styles for tag follow button

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

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

28ee955c00a7a53258c00374ef94e6b7f2fd8730 authored almost 9 years ago by Ken Hibino <[email protected]>
Add following tags to dashboard page

433550644430e5cd312bcd1d0e757d3e88bd008e authored almost 9 years ago by Ken Hibino <[email protected]>
Add follow button for tags in tags#show page

b9bbcda754219fa07390762136a79c3e12d0f367 authored almost 9 years ago by Ken Hibino <[email protected]>
Add interest model & Add association for following tags

23fdbf2f230e5191fd97d584ba9bea906292c814 authored almost 9 years ago by Ken Hibino <[email protected]>
Add vendor prefixes for flexbox

168e4ef88f8865888e42f5afac34789b3af7b2b5 authored almost 9 years ago by Ken Hibino <[email protected]>
Update CSS styles for publish button

07fab578a01a4957251925685457557dc02db305 authored almost 9 years ago by Ken Hibino <[email protected]>
Add latest scope to Post model

f077703d6cd66ede6559179877afcd9eab15d0ac authored almost 9 years ago by Ken Hibino <[email protected]>
Adjust spec to view change

71529d83a5663dc1b25064f1008731125e5f4799 authored almost 9 years ago by Ken Hibino <[email protected]>
Add CSS styles to users#show page

ac402e2c4c21e04b6f3520f1427f811c65c69036 authored almost 9 years ago by Ken Hibino <[email protected]>
Add default scope to Post: created_at desc

67d4cb7e20ea1afa1386905faaeb0378415248d8 authored almost 9 years ago by Ken Hibino <[email protected]>
Add posts to users#show page

9799d8d45d9d5686a91bf3d3b569e8c9c4cd97a2 authored almost 9 years ago by Ken Hibino <[email protected]>
Add CSS styles to users#show page

f9af0f74c4a6c8d77cd4b115f35ce234d73c308d authored almost 9 years ago by Ken Hibino <[email protected]>
Add follow_button_for helper to refactor the view

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

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

5b97c5c10f2417017e0fa52fb55b9eca9210c3b5 authored almost 9 years ago by Ken Hibino <[email protected]>
Build UI for follow/unfollow users

f5918542a42549f44e4930eb48e53da22df30408 authored almost 9 years ago by Ken Hibino <[email protected]>
Add Relationship model for following users & Establish associations

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

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

7a6b22bc8fe5b5de42d5699ba5bfaef6d1916bcd authored almost 9 years ago by Ken Hibino <[email protected]>
Get rid of label in post form

d04c5a4318c012c17c54e9a329bdf1af6b1e5619 authored almost 9 years ago by Ken Hibino <[email protected]>
Make the column width for dashboard and tag page shorter

1e68da75f2de4bc24bf0d5e0133803e63d31742b authored almost 9 years ago by Ken Hibino <[email protected]>
Add CSS to tags#show page

ffb1d8cde4585a2f6298437e7a641e9952010a26 authored almost 9 years ago by Ken Hibino <[email protected]>
Add tags#show page

02e502aceb7e02a4323786ed9aa6089b889bdfcb authored almost 9 years ago by Ken Hibino <[email protected]>
Add tags to posts

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

52b7e2857314f94191430089c567798ceff94ef7 authored almost 9 years ago by Ken Hibino <[email protected]>
Add CSS styles to posts#show page

9863db356cd127865c4781cd7c1e9e1775114b86 authored almost 9 years ago by Ken Hibino <[email protected]>
Add hide edit profile button unless the user is viewing own profile page

6c9a98d43bdbd2326a61cf54896add7f58bb11e1 authored almost 9 years ago by Ken Hibino <[email protected]>
Improve posts_helper_spec

ede41300f008bdfb362ce67153f6916950514a58 authored almost 9 years ago by Ken Hibino <[email protected]>
Add CSS styles to navbar

d38e4004cf953926201e9b44aadf4d79d2cbedb3 authored almost 9 years ago by Ken Hibino <[email protected]>
Add post_length_in_minutes view helper

3a75d385a3eb0c1cf5986c997479c154ec800354 authored almost 9 years ago by Ken Hibino <[email protected]>
Add CSS styles for post panel

532a71656ca697086668a3d6481361773a440f52 authored almost 9 years ago by Ken Hibino <[email protected]>
Update post partial

4cc5207acc8cdda253ee260fbef12e0070998ef6 authored almost 9 years ago by Ken Hibino <[email protected]>
Add avatar_for view helper

7532f948aab2a063b32adc9b9f8759744bcd4eb3 authored almost 9 years ago by Ken Hibino <[email protected]>
Add avatar to User

818ab5bae9fcdf39b4c8d73dc3ad1a7b70e6d549 authored almost 9 years ago by Ken Hibino <[email protected]>
Add production group in Gemfile

a74d4a3f63f98e2a4a3b7d8fb8012b6a9c680b53 authored almost 9 years ago by Ken Hibino <[email protected]>
Make post title in dashboard page links

04f93a721f8b19233355ee7b79e40c6d85a46091 authored almost 9 years ago by Ken Hibino <[email protected]>
Add posts#show action

3e4e6fb6c88ffa506559c9dd1e2e157fa99646a9 authored almost 9 years ago by Ken Hibino <[email protected]>
Add dropdown in the navbar

5c9f7bbb89aa7f158443d6fd848ca2dd7d6bb208 authored almost 9 years ago by Ken Hibino <[email protected]>
Add controller spec for users_controller for security

a3f28ca54e4056b32663567d1a94ff36c6a49f23 authored almost 9 years ago by Ken Hibino <[email protected]>
Allow user to edit profile

6c569ee94a42e3ecc9b66bcf235e5aa05882cf49 authored almost 9 years ago by Ken Hibino <[email protected]>
Add validations to Post model

b7987db03a219c67837afbd92a06f10ed74439cf authored almost 9 years ago by Ken Hibino <[email protected]>
Delegate username method to user in Post model

333fb2b03a05f213096e756b424068106e0c4a35 authored almost 9 years ago by Ken Hibino <[email protected]>
Add dashboard route for logged in user

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

b8d2939f4a859b390fb671ebd84caf8972ca84d4 authored almost 9 years ago by Ken Hibino <[email protected]>
Add CSS styles to post new form

3ebd8bcd84dde17d63e410be49aff9a2bb4a0849 authored almost 9 years ago by Ken Hibino <[email protected]>
Add sign in user helper module for feature test

c5092101b63bac694b9b8d45b29fa7929c86e7df authored almost 9 years ago by Ken Hibino <[email protected]>
Add authorization to posts controller actions

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

7c2a1baa25b73ce0c07f40ed4fd43f92657c441b authored almost 9 years ago by Ken Hibino <[email protected]>
Add CSS style to flash messages

d49931c721e099106f4825733cb82f6618fd3477 authored almost 9 years ago by Ken Hibino <[email protected]>
Add Twitter Bootstrap

78fa59f8ad8818f01340f6616a851a2d2693ede9 authored almost 9 years ago by Ken Hibino <[email protected]>
Add User with devise gem

a11fc2e1d2e9d4865d3fc49cfc33b52a678022b0 authored almost 9 years ago by Ken Hibino <[email protected]>
Allow user to create posts

d4d757b18f0fc03c3329af039398907c227b3b03 authored almost 9 years ago by Ken Hibino <[email protected]>