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

Refactor activate and create_reset_digest method in User model

github.com/hibiken/textbook_app - 3e38173531e157c164a2f57e788275627ae0fe37 authored about 9 years ago by Ken Hibino <[email protected]>
Make sure unactivated user won't show in users index, show page

github.com/hibiken/textbook_app - 7b9efbb954573c7a9b4cc61dc77b2185f8378785 authored about 9 years ago by Ken Hibino <[email protected]>
Add test for expired password reset

github.com/hibiken/textbook_app - ee21a82d1b12d7045020f30e24f1581faae0777b authored about 9 years ago by Ken Hibino <[email protected]>
Add password reset

github.com/hibiken/textbook_app - bc41a87bfcde67e829273347e17ab8e6569ef74b authored about 9 years ago by Ken Hibino <[email protected]>
Add account activation

github.com/hibiken/textbook_app - 6fa3a8d5b729d9288a08f160d81265a300d57997 authored about 9 years ago by Ken Hibino <[email protected]>
Add ability to delete users for admin user

github.com/hibiken/textbook_app - 83cc33478312c353797bbb25d2e57c10bfaea174 authored about 9 years ago by Ken Hibino <[email protected]>
Add users index page

github.com/hibiken/textbook_app - 4c312ab0ac8a41b12adb3379481ab3a09e79313b authored about 9 years ago by Ken Hibino <[email protected]>
Add friendly forwarding upon log in

github.com/hibiken/textbook_app - a849e15a950521df26374f7a8f3056e62b1fdaae authored about 9 years ago by Ken Hibino <[email protected]>
Add before filters to edit, update actions in Users controller to confirms the correct user to be logged in

github.com/hibiken/textbook_app - c91f103aebd78e15536afa3c0f559940a2de13bc authored about 9 years ago by Ken Hibino <[email protected]>
Add users edit page

github.com/hibiken/textbook_app - 2b85e2424fea589297e5e1e25afec7bf6a2c1f29 authored about 9 years ago by Ken Hibino <[email protected]>
Improve users login test

github.com/hibiken/textbook_app - 60e582929958ae16452574e919390ea22c665746 authored about 9 years ago by Ken Hibino <[email protected]>
Change header avatar image to display current user's first name and make it circle

github.com/hibiken/textbook_app - 4cb22c8ff22d0a56a03c12da742983ee0776d5b8 authored about 9 years ago by Ken Hibino <[email protected]>
Finish log in/log out

github.com/hibiken/textbook_app - d67e818a2c6b8d9e9a0a5efce824a9f993ac9129 authored about 9 years ago by Ken Hibino <[email protected]>
Add a few assertion in users_signup_test to check for error messages and flash

github.com/hibiken/textbook_app - 5dca029eb017bf56dbf38eb10897ae98692361c9 authored about 9 years ago by Ken Hibino <[email protected]>
Clean up view code for flash message

github.com/hibiken/textbook_app - 0c07a1cb56b76fce038ea58e32d324ff3e330d70 authored about 9 years ago by Ken Hibino <[email protected]>
Update gravatar_for helper to take size option

github.com/hibiken/textbook_app - d0831fc206273ef31823ccd4b843c9e2b6dfed5a authored about 9 years ago by Ken Hibino <[email protected]>
Add CSS mixin for green buttons

github.com/hibiken/textbook_app - 8882976e862479919bd07a6960232ac55dc1c5f5 authored about 9 years ago by Ken Hibino <[email protected]>
Add ruby version number to Gemfile

github.com/hibiken/textbook_app - 66eb0f9e30729052fa8cc8e61c8e412b0b84ef0b authored about 9 years ago by Ken Hibino <[email protected]>
Use SSL and the Puma web server in production

github.com/hibiken/textbook_app - 22a5e7addc57f64b6b12f190f4062e1b0d93c29d authored about 9 years ago by Ken Hibino <[email protected]>
Finish user sign-up

github.com/hibiken/textbook_app - b6a746ea89eed802cf56e8d0a95c2ee48bb15816 authored about 9 years ago by Ken Hibino <[email protected]>
Add user profile page

github.com/hibiken/textbook_app - 335f6a8cc44b6cb6843ccf9589ad06b4abe77383 authored about 9 years ago by Ken Hibino <[email protected]>
Add debug to the layout in development environment

github.com/hibiken/textbook_app - 17158f4403574afe1f6e845d9e241e1fb2e6d41b authored about 9 years ago by Ken Hibino <[email protected]>
Add test for downcase email callback

github.com/hibiken/textbook_app - e8be6c4a563ce9605910bc48e8f40230f8a283c4 authored about 9 years ago by Ken Hibino <[email protected]>
Add secure password to User model

github.com/hibiken/textbook_app - 8101b4396ee20f719573f6bf492b388fcbb3773d authored about 9 years ago by Ken Hibino <[email protected]>
Add User model and users table in database

github.com/hibiken/textbook_app - 3096d48bd6b6cd4280b35177681ae9b01d1bbeaf authored about 9 years ago by Ken Hibino <[email protected]>
Update layout link integration test

github.com/hibiken/textbook_app - 1af10cbfdb60071232d27bc1fab43dfb6b8870de authored about 9 years ago by Ken Hibino <[email protected]>
Create Users controller and add signup path to the routes

github.com/hibiken/textbook_app - cc6a2606012d0ccaf50e38d4f36332f5834530d4 authored about 9 years ago by Ken Hibino <[email protected]>
Update route & Use named routes in links

github.com/hibiken/textbook_app - 3633db112a159496770a3e3d86714c2f8905ac4a authored about 9 years ago by Ken Hibino <[email protected]>
Add Sass variables

github.com/hibiken/textbook_app - 70f4ff6c454dce8e83274a6bd005c400790b29e5 authored about 9 years ago by Ken Hibino <[email protected]>
Refactor Layouts view with partials

github.com/hibiken/textbook_app - d9f664cde6acd1443e7c069f97647db5416cfeaa authored about 9 years ago by Ken Hibino <[email protected]>
Add Bootstrap CSS framework

github.com/hibiken/textbook_app - e9b7abe8dd9789880f0dd7a3aac7269b51f72027 authored about 9 years ago by Ken Hibino <[email protected]>
Add full_title helper

github.com/hibiken/textbook_app - 16e1dc48ff89d922eb4e0351cead86a562d76723 authored about 9 years ago by Ken Hibino <[email protected]>
Add Advanced test setup

github.com/hibiken/textbook_app - 3c98124a9f40acd558073988054d7f759053a940 authored about 9 years ago by Ken Hibino <[email protected]>
Finish static pages

github.com/hibiken/textbook_app - 89de070854ed9e0505dce6311fd25e07efee9e96 authored about 9 years ago by Ken Hibino <[email protected]>
Add a StaticPages controller

github.com/hibiken/textbook_app - 5222316f4ba5cd7f63aa8786b35147c85345bedc authored about 9 years ago by Ken Hibino <[email protected]>
Add hello (placeholder to push this to Heroku)

github.com/hibiken/textbook_app - 3a8484b22a2dcaf53cadef987ca10990bb6e4c08 authored about 9 years ago by Ken Hibino <[email protected]>
Improve the README

github.com/hibiken/textbook_app - 31b89ccff844937a8d11a3252b021a922e9fed10 authored about 9 years ago by Ken Hibino <[email protected]>
Initialize repository

github.com/hibiken/textbook_app - 59842f7a3038895d83a7f31013545e422ca24e09 authored about 9 years ago by Ken Hibino <[email protected]>
Add admin login & admin main

github.com/hibiken/Sports-Store-with-Angular - df67e5b14ae5db2171204a53713557aaf88866fe authored over 9 years ago by Ken Hibino <[email protected]>
Add place order behavior and views

github.com/hibiken/Sports-Store-with-Angular - 6ff7c8d4cad786ddaa5072b5658be035de72a63e authored over 9 years ago by Ken Hibino <[email protected]>
first commit for this project

github.com/hibiken/Sports-Store-with-Angular - 917dac1cba558a2584d86d68eff5301c6721402d authored over 9 years ago by Ken Hibino <[email protected]>