Ecosyste.ms: OpenCollective

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

github.com/hibiken/CSC436-Project


https://github.com/hibiken/CSC436-Project

Update API documentation page

409b74f150448891928b792e68ad93f7070bfdbb authored almost 9 years ago by Ken Hibino <[email protected]>
Add home page for API documentation

40aada04d96381ada6e0b07772403bc5b5557849 authored almost 9 years ago by Ken Hibino <[email protected]>
Add posts#index action and corresponding endpoint

592f069c59ded6d26e571d2b7b3c1da70880a354 authored almost 9 years ago by Ken Hibino <[email protected]>
Do not verify CSRF token

036646976f312fbd5dfcf37d7b3eb4f3c37cfe05 authored almost 9 years ago by Ken Hibino <[email protected]>
Get rid of subdomain in the URL

1e35e7b257d39bffbbba97c8711255a3148a9b4f authored almost 9 years ago by Ken Hibino <[email protected]>
Add Sass gem to solve error when pushing to production

51984f52a067196f68e5ef9d76ae43f71bbbdefd authored almost 9 years ago by Ken Hibino <[email protected]>
Update assets for production

61400e87d45196623b9a14a9b789b2c5e5102f5e authored almost 9 years ago by Ken Hibino <[email protected]>
Add rails_12factor gem for production

ce7788f58f962860b22b3dd6d9e85bcb4e0a7482 authored almost 9 years ago by Ken Hibino <[email protected]>
Add posts#update action

9386b1f256cdcd3184f0c2f5223a7ffd77bca819 authored almost 9 years ago by Ken Hibino <[email protected]>
Scope posts#create action to current_user

99739382cc3d254818911ba0fd9463d8a3eb7d5b authored almost 9 years ago by Ken Hibino <[email protected]>
Add posts#create and posts#show actions and corresponding endpoints

dc0227fe93148ede52fa9e757655ed483f29a621 authored almost 9 years ago by Ken Hibino <[email protected]>
Add Post model and update association in User model

0f926f7616482beaa5d6dfb76f3257036a79b1a6 authored almost 9 years ago by Ken Hibino <[email protected]>
Add rescue form ActiveRecord::RecordNotFound Error

22bbf2a5ea1251722707ddc82aee507a52f76d38 authored almost 9 years ago by Ken Hibino <[email protected]>
Add UserSerializer

050402d011734c25c266d478550c02bb64cbdaf0 authored almost 9 years ago by Ken Hibino <[email protected]>
Bug fix: fix current_user method

5a3830b6102be42646fcedc588ca2f5528d2156a authored almost 9 years ago by Ken Hibino <[email protected]>
Add authorization filter method & Add users#update action and corresponding endpoint

094563df403c212eab8d6ec818655b5e9a8e4cfe authored almost 9 years ago by Ken Hibino <[email protected]>
Merge branch 'authentication'

6c026216b235c4853bbdb6e049150f62333211b1 authored almost 9 years ago by Ken Hibino <[email protected]>
Refactor User model: create class method authenticate

62f1f009e3b57c9a57fde2db657c0f00ee7005d7 authored almost 9 years ago by Ken Hibino <[email protected]>
Add sessions#create and sessions#destroy and corresponding endpoints

a1f732d285710faac58b17d46d874aca4594ca64 authored almost 9 years ago by Ken Hibino <[email protected]>
Merge in remote master

5e5bb4aebeb2fefce9b8173c13a99345c0ef7c22 authored almost 9 years ago by relli006 <[email protected]>
Add auth_token to User model & Add method generate_auth_token

f09d9d60098bbcaff19db7a9357534c11a961aea authored almost 9 years ago by Ken Hibino <[email protected]>
Clean up users_controller_spec file

5f7be20b12863b2d1dbddcedb87304fd89cbb436 authored almost 9 years ago by Ken Hibino <[email protected]>
Add users#create action and corresponding endpoint

395d4d17c2ff310eebb7543b8e62d40727a563e4 authored almost 9 years ago by Ken Hibino <[email protected]>
Change protect_from_forgery in application_controller to null_session

a79e5e0f3626cf367593a711e0f8040014f6c268 authored almost 9 years ago by Ken Hibino <[email protected]>
Add users#show action and corresponding endpoint

202f3a228bad16a3e19b38a58817c085659efb75 authored almost 9 years ago by Ken Hibino <[email protected]>
Add authentication with Rails has_secure_password

91c85b2c3968f7c42b712f9ef44bcca8b11ad65d authored almost 9 years ago by Ken Hibino <[email protected]>
Add validation to User model

877f62df9b67375c607162ba562c5eb39dac7f53 authored almost 9 years ago by Ken Hibino <[email protected]>
Get rid of unnecessary gems from Gemfile

d8056973a737a1435db3150b5cc3bc7c04c8bda8 authored almost 9 years ago by Ken Hibino <[email protected]>
Set up versioning for API

1a329d3622f489ecc52c12fd86d7a9695664c7f8 authored almost 9 years ago by Ken Hibino <[email protected]>
Set up routing with api subdomain

2ce60bfa45e7bab1641144ab724fd7eaf73fadb7 authored almost 9 years ago by Ken Hibino <[email protected]>
Merge branch 'master' of https://github.com/kenny-hibino/CSC436-Project

f2f4edcebe549a1a705f047423afa516d13a3576 authored almost 9 years ago by Robert <[email protected]>
Create app.js

f9fe87873cec38d000be6916ce72bb5556614a4b authored almost 9 years ago by Robert <[email protected]>
Install RSpec for testing

d6064e218c0045880a6e33f74e01ac85bc17c5a4 authored almost 9 years ago by Ken Hibino <[email protected]>
Initialize repository

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