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

Bug fix: CSS styles change medium-editor height: 300px => min-height: 300px

31fa7c749bd2a7b167edd07a397a9ca9c05d576e authored almost 9 years ago by Ken Hibino <[email protected]>
Refactor service classes to use attr_reader to access data (following advice from Sandi Metz)

332506428132525ee1e7b16b2f335ccf8e34aea4 authored almost 9 years ago by Ken Hibino <[email protected]>
Fix spec: Adjust capybara selector to use input's name field

384b6753ef3cf0675a15268f48f9ebd559ab1e66 authored almost 9 years ago by Ken Hibino <[email protected]>
Add image preview for user avatar image

7aedef9b809e00b341a0c857e307a6654fe022ed authored almost 9 years ago by Ken Hibino <[email protected]>
Add CSS styles to users#edit page

b02fb09883f00fedb7dc89c2de9e75702485eec4 authored almost 9 years ago by Ken Hibino <[email protected]>
Add CSS styles to Log in and Sign up page

be50ead18fc96e46ba8dcbfe4840420ec2b93d15 authored almost 9 years ago by Ken Hibino <[email protected]>
Preload tags when updating a post

05e6ddbe18814dfcbab458f32958a31c8b029874 authored almost 9 years ago by Ken Hibino <[email protected]>
Add image preview for updating posts

f9fd54e504c68156e1fd03d88d10df59b915d581 authored almost 9 years ago by Ken Hibino <[email protected]>
Add file upload preview

c8677a2e1229408d69914e4af8f00da7da1224d4 authored almost 9 years ago by Ken Hibino <[email protected]>
Add avatar image in posts#new and posts#edit page

2dc2f7d9bd5703826765f5600b729607ab1e8c68 authored almost 9 years ago by Ken Hibino <[email protected]>
Fix syntax error in welcome email job

52bcf370f8fa73c88128dd24d744adce5f16566a authored almost 9 years ago by Ken Hibino <[email protected]>
Add CSS styles to editor form

718c6c9f39622368ed357c8179c24e3a27d8f7f2 authored almost 9 years ago by Ken Hibino <[email protected]>
Merge branch 'master' into medium-editor

4496cc1836ff25e0746309a10443104c4eadcf7b authored almost 9 years ago by Ken Hibino <[email protected]>
Update abstract LikesController and BookmarksController class to raise NotImplementedError when a subclass doesn't implement before_action method

2db200d5f49310740a20cdbe4ff0b048881347e1 authored almost 9 years ago by Ken Hibino <[email protected]>
Add CSS styles to editor

a29715bde8c777d7626fe8f61a7fe6ab4c9967cb authored almost 9 years ago by Ken Hibino <[email protected]>
Add Taggle.js

fa72d824061ea9ddf2a13ce3541a8b2d8be8630c authored almost 9 years ago by Ken Hibino <[email protected]>
Add camera icon for image upload button

b5eaf809e16f379953bf063d962a91f69b7c17ea authored almost 9 years ago by Ken Hibino <[email protected]>
Turn off filtering HTML tags to use Medium Editor's features

da88d23347579e2eccba070a13cdf4360aa3400c authored almost 9 years ago by Ken Hibino <[email protected]>
Add Vendor Medium Editor javascript and css files

9ba6ef273d3afaf9fb876d684e9a04726c164396 authored almost 9 years ago by Ken Hibino <[email protected]>
Ajust markup for gmail

a916928a370a9999844866af2f18402e279001e6 authored almost 9 years ago by Ken Hibino <[email protected]>
Fix CSS style for daily digest email

4d0e4a1e890888f3734354fbd288b8d9f4fe2792 authored almost 9 years ago by Ken Hibino <[email protected]>
Add Sidetiq gem to schedule Daily Digest emails

69cd9262677780e9e4442a78023b68446dc60dd0 authored almost 9 years ago by Ken Hibino <[email protected]>
Add CSS styles to Daily Digest email

df8cf6b8b7ef4dbdd27fbe2d8622e3d5e6ff42a5 authored almost 9 years ago by Ken Hibino <[email protected]>
Add DigestMailer

eec421478c2cc4369427d6c0999251ae50d26cd7 authored almost 9 years ago by Ken Hibino <[email protected]>
Make minor fixes in WelcomeEmailJob

3b077958cbeca991d206284f753f677619f7a761 authored almost 9 years ago by Ken Hibino <[email protected]>
Add CSS styles to Welcome HTML email

1dcc47309bdc24b1fe3cddf69ac66abc526994aa authored almost 9 years ago by Ken Hibino <[email protected]>
Add configuration for sending emails in production

e531462c4b5124f61a3d3ee41982637ac38a8280 authored almost 9 years ago by Ken Hibino <[email protected]>
Add WelcomeEmailJob to process sending welcome emails in the background

23a1bc8a2f477f1043b6f033d5d8e1d2bd4bd554 authored almost 9 years ago by Ken Hibino <[email protected]>
Add UserMailer for sending welcome emails

8929ef0202bb8d04a432eb7573e10ed6da764d98 authored almost 9 years ago by Ken Hibino <[email protected]>
Simplify render call in view

de0ebd23591900b6aa63a417600f5971177d14dd authored almost 9 years ago by Ken Hibino <[email protected]>
Refactor Likes & Bookmarks base controller to use User#remove_like_from User#remove_bookmark_from methods

dc307c859483e82fdb4c8950b8a9f6e6d9306126 authored almost 9 years ago by Ken Hibino <[email protected]>
Change local variable name in markdown view helper method

4d25b2a2d7b7f24466d62f9575001d354635c460 authored almost 9 years ago by Ken Hibino <[email protected]>
Add Redcarpet gem and add markdown helper method

5a05b7e9081f17dffd663fcb512c57539e9f645e authored almost 9 years ago by Ken Hibino <[email protected]>
Add author-info section in posts#show page

f394ee5a307f96adc019f4764ae4b2fc9aa24ac2 authored almost 9 years ago by Ken Hibino <[email protected]>
Add index cofiguration for Elasticserach to optimize autocomplete

44b79130e12d518cc70c7e0149865902d87b12cd authored almost 9 years ago by Ken Hibino <[email protected]>
Fix syntax error for ng-model directive

56edb16e9620e5cb2c43b7e1e3bad382261682ee authored almost 9 years ago by Ken Hibino <[email protected]>
Add CSS styles to autocomplete & Get rid of jQuery autocomplete js and css

c3d15a17c3a0e5841dd10ed1576175ecb28e0731 authored almost 9 years ago by Ken Hibino <[email protected]>
Add AngularJS for autocomplete dropdown

8f669441d711826bd334aa3ff9ca22e4994f1405 authored almost 9 years ago by Ken Hibino <[email protected]>
Make change to use puma server in development as well as in production

1dc8f158df7368812aac82a0b817c8cfa9cb91be authored almost 9 years ago by Ken Hibino <[email protected]>
Add a comment for future reference

7a6a11c362699eed1fa2be5fb3cae225881d9770 authored almost 9 years ago by Ken Hibino <[email protected]>
Modify API for autocomplete

07b84a4994963d37e2d55f9dc4e69e9e2a5b0ad1 authored almost 9 years ago by Ken Hibino <[email protected]>
Add rack-mini-profiler gem for profiling

e6f6f7f94883e8ff98974a67ed1435627c5e2adf authored almost 9 years ago by Ken Hibino <[email protected]>
Replcase jQuery UI autocomplete with custom autocomplete

41baa52e2c9cd4229d668555901dc14267437d80 authored almost 9 years ago by Ken Hibino <[email protected]>
Add jQuery-UI gem for autocomplete

b6b100acc84ecc156a03fe3afcd03d693104a80c authored almost 9 years ago by Ken Hibino <[email protected]>
Refactor ElasticsearchIndexJob to not to raise ActiveRecord::RecordNotFound exception

ee1e3c4015463cae4b32876938bf3bae5c4dfd9e authored almost 9 years ago by Ken Hibino <[email protected]>
Moke changes to Guardfile to be Spring aware

52993dce8d458b47e2dbcfe8f8978a02ed4c2f49 authored almost 9 years ago by Ken Hibino <[email protected]>
Merge branch 'indexjob'

5c66a4780ff37f173ad5e9cf601fcd137a2d39e8 authored almost 9 years ago by Ken Hibino <[email protected]>
Bug fix: Clear notifications when user is deleted from DB

80c89b8c399c344732df53d411d1a3f5976e1bac authored almost 9 years ago by Ken Hibino <[email protected]>
Combine PostIndexJob and UserIndexJob into one class

72fdfd587de9fd58b571dce15f3855117b27d1a9 authored almost 9 years ago by Ken Hibino <[email protected]>
Extract out searchable concern into a separate module

2904a2b2d7c6ea127e46d19672c8d2e113d26351 authored almost 9 years ago by Ken Hibino <[email protected]>
Add a comment for future reference

4d25d560dcc9b0e277b85b87a423f0a394081cc5 authored almost 9 years ago by Ken Hibino <[email protected]>
Add UserIndexJob to process indexing user documents in Elasticsearch

4ff502cb4016093f87ada95588087c1a6e69c6ea authored almost 9 years ago by Ken Hibino <[email protected]>
Bug fix: Change callbacks in Post model to index and delete document in Elasticsearch

d8caac74d244bb8f45f7d85c38618321f1916e24 authored almost 9 years ago by Ken Hibino <[email protected]>
Bug fix: get rid of default scope in Post model and replaced it with recent scope

251068ac8af0c33089a76b450386f572aac5831f authored almost 9 years ago by Ken Hibino <[email protected]>
Add CSS styles to admin header

faec96a5211ddc147b441af6c7b58b486db1c479 authored almost 9 years ago by Ken Hibino <[email protected]>
Specify the number of connection in Procfile

374062135d0c7a359e43e2fd5dfb4fe7e1d76799 authored almost 9 years ago by Ken Hibino <[email protected]>
Use Puma server in production

987d08329af10bf105c95fa701a69843c624d06f authored almost 9 years ago by Ken Hibino <[email protected]>
Add Procfile for deployment on Heroku

966786c6bb94dbf5b4b663c6ceaffd63a8bf0b1c authored almost 9 years ago by Ken Hibino <[email protected]>
Add Sidekiq Dashboard page for admin

75fb44b89c8d3166cb035d2deb4df3e7113bfd8e authored almost 9 years ago by Ken Hibino <[email protected]>
Add Sidekiq to process indexing/deleting document in Elasticsearch in the background

f04038c6ab219256b49c95319a117bbff61eb2e4 authored almost 9 years ago by Ken Hibino <[email protected]>
Add simple layout for search page

de8a2c8f533a659ee4ad6c18a3def225a051d9eb authored almost 9 years ago by Ken Hibino <[email protected]>
Make search URL clean

7611fe518df7c042d43da606f778f9379e407595 authored almost 9 years ago by Ken Hibino <[email protected]>
Add bonsai-elasticsearch-rails gem for production on Heroku

6ab3a9e6fff758e7dfc333cd086d03cf2bbe1f45 authored almost 9 years ago by Ken Hibino <[email protected]>
Add CSS styles to searchbar

cb4a6e8acabd9e51ea4d73679a4613a345264bf2 authored almost 9 years ago by Ken Hibino <[email protected]>
Add people section in search#show page

6d72a04a5c146704f975121c0c62eca6e1df9fa1 authored almost 9 years ago by Ken Hibino <[email protected]>
Add custom mapping and query settings for Post.search

0e20c968418ff2b85dc44192506988f21acbff22 authored almost 9 years ago by Ken Hibino <[email protected]>
Mix Elasticsearch modules into User model

e11e1c3a2fae35237fd1846e720aabebcc940a89 authored almost 9 years ago by Ken Hibino <[email protected]>
Integrate Elasticsearch with elasticsearch-model gem

82a22ef33bc4e4500b33dd340113c6d455a12dc1 authored almost 9 years ago by Ken Hibino <[email protected]>
Add acceptance tests for notifications

d7ba3bc51355888949ff4de8c61ce71154c82e69 authored almost 9 years ago by Ken Hibino <[email protected]>
Get rid of spec files that don't have any content

24fcbf858e2e9967dce651e25966aef33feead9f authored almost 9 years ago by Ken Hibino <[email protected]>
Add Awesome Print gem for debugging

c5c926a550fb3a659d56d689c19ed8a4971ded45 authored almost 9 years ago by Ken Hibino <[email protected]>
Ran bundle update

d9f6dedd084820d78b2421b840520efda415309e authored almost 9 years ago by Ken Hibino <[email protected]>
Refactor setup function in notifications.js

5ab2ea5a33a84f4c2c4ff9f522a7d32968f72524 authored almost 9 years ago by Ken Hibino <[email protected]>
Add polling to notifications

50a4101c6ccd44f972896db8e0f9906844b29287 authored almost 9 years ago by Ken Hibino <[email protected]>
Change notification to display 5 recent ones instead of unread ones

a9aee57a7cd40ace4cc2175612c595b19ff270e9 authored almost 9 years ago by Ken Hibino <[email protected]>
Minor change in markup for notification dropdown

4a768098f727e9ad0aa1e53ba72feeb43305e667 authored almost 9 years ago by Ken Hibino <[email protected]>
Clean up notifications.js file

4603a7850cbbec2b05b24658073678aa051fdafe authored almost 9 years ago by Ken Hibino <[email protected]>
Add Poltergeist gem to use PhantomJS for JavaScript testing

5028fb52c6733c7fbf12f34d157394ac168cb7ba authored almost 9 years ago by Ken Hibino <[email protected]>
Fix bugs related to notifications

39a83b1cf357edd6d0546770de0148f35a7115e9 authored almost 9 years ago by Ken Hibino <[email protected]>
Add CSS style to notification bell icon, unread count, and dropdown menus

c369d910c552c4a954b449f3a5d0132d1eb2ccc0 authored almost 9 years ago by Ken Hibino <[email protected]>
Add JavaScript to hit notifications#mark_as_read endpoint

b44892134e6a1a21dd5a371541a25f74b95185e4 authored almost 9 years ago by Ken Hibino <[email protected]>
Add JavaScript to send AJAX request to notification API end point

f8c9e5ca8b2e65e5217368104291d3de549630c9 authored almost 9 years ago by Ken Hibino <[email protected]>
Create API endpoint for Notifications

ce642bf1384946d8b40d3764ef565958ebedfbdf authored almost 9 years ago by Ken Hibino <[email protected]>
Modify has_many :responses in Post model to return responses ordered by created_at in descending order

4f95bd886415d925ac576523ec5e06f1989e2b4a authored almost 9 years ago by Ken Hibino <[email protected]>
Add vendor prefixes for CSS styles

133472722bf522430221c7cea28030f51712cc91 authored almost 9 years ago by Ken Hibino <[email protected]>
Fix CSS layouts

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

bc09b751ee222edeac8a7cc4cdf64e8037fcb65a authored almost 9 years ago by Ken Hibino <[email protected]>
Add top stories section in dashboard sidebar

b9ba4406baf88e95fcfce1939da2472507c7c0d4 authored almost 9 years ago by Ken Hibino <[email protected]>
Add top stories page

95ef87cb6992c30a390f46441e65bcd712f023a8 authored almost 9 years ago by Ken Hibino <[email protected]>
Add likes_count column in posts and responses tables

028283c14e23cd580eff560217ca938363f9e258 authored almost 9 years ago by Ken Hibino <[email protected]>
Get rid of app/views/homes directory

ced6adc8249d9c2b253ff14a821eac7f2d53034a authored almost 9 years ago by Ken Hibino <[email protected]>
Refactor view for feature/unfeature tag buttons

cf63ac55080b874a7ba22011b23b84ac72094804 authored almost 9 years ago by Ken Hibino <[email protected]>
Allow admin to feature and unfeature tags

52c669388899740821f55c32c2366f835f9a5979 authored almost 9 years ago by Ken Hibino <[email protected]>
Handle edge case where logged in user or logged in admin user try to log in as admin or user

3be50a4822ee2f06f4a1ef45d1119a8e42218673 authored almost 9 years ago by Ken Hibino <[email protected]>
Flesh out Admin Dashboard page

311ef2d80de2462c2efa4ffc24a3891a7fb41d60 authored almost 9 years ago by Ken Hibino <[email protected]>
Create admin dashboard page

730b76a8790880821248e631d2dc246371da930e authored almost 9 years ago by Ken Hibino <[email protected]>
Add Admin table in database & Create Admin model

7fedb6aa1a31d0396f8a6fbe82e59d698d239b38 authored almost 9 years ago by Ken Hibino <[email protected]>
Fix tag page when user is not logged in

0e7c2829610abf9aa65ade7751ecd5a6ae0f208e authored almost 9 years ago by Ken Hibino <[email protected]>
Add CSS animation to unfollow buttons

8026bef914d3cb131477143528d88f9a86d75f3e authored almost 9 years ago by Ken Hibino <[email protected]>
Refactor Dashboard service class and dashboards#show template

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