Commit graph

48 commits

Author SHA1 Message Date
2c9c6de915 Add doorkeeper files 2020-09-25 10:53:06 -07:00
ec54d7d05e Add definitions.rb for solargraph 2020-09-25 10:51:54 -07:00
08c1e95d3d Ignore .enc files 2020-09-25 10:51:42 -07:00
c78af47582 Add validation error serializers 2020-09-25 10:51:08 -07:00
2def96352f Add custom TokensController for login 2020-09-25 10:42:34 -07:00
7dcd298fc7 Update migrations
Fixed User table and added Doorkeeper tables
2020-09-25 10:42:12 -07:00
8a31a73a63 Removed unused gems 2020-09-25 10:41:39 -07:00
ba90362843 Create .solargraph.yml 2020-09-25 10:41:23 -07:00
2c4c7545ee Update gitignore 2020-09-25 10:41:19 -07:00
00d9e7f5f6 Add 404 template 2020-09-19 12:46:29 -07:00
071f6b4664 Controllers should inherit from ApiController 2020-09-19 12:46:24 -07:00
c6886a62e7 Fix FLB values for Seraphic Weapons 2020-09-18 08:03:34 -07:00
64073bdae8 Limit weapon search to 10 at once 2020-09-18 07:16:04 -07:00
39490461bd Use the correct partial for weapons 2020-09-18 07:15:55 -07:00
35551be964 Update show.json.rabl 2020-09-18 06:49:13 -07:00
e2e83b246c Move templates 2020-09-18 06:47:52 -07:00
2164c10ab1 Move route from party to parties 2020-09-18 06:43:49 -07:00
31ed8ca039 Fix weapon.csv
Wasn't important proficiency due to a bad key
2020-09-18 05:27:23 -07:00
a1030ebc58 Update cors.rb 2020-09-16 23:56:10 -07:00
fb34e8e292 Updating templates 2020-09-16 23:49:25 -07:00
529e78e098 Fix the set to only pull one party 2020-09-16 23:49:16 -07:00
80ca5b8fd0 Find the weapon associated with a GridWeapon
because associations are hard and dumb
2020-09-16 23:48:57 -07:00
8655343382 Fix association 2020-09-16 23:48:10 -07:00
bdb597d95e Delete base.json.rabl 2020-09-16 03:43:43 -07:00
68a29f4941 Add templates 2020-09-16 03:43:39 -07:00
25ba612742 Add associations to Party 2020-09-16 03:43:30 -07:00
a53d350c8f Add association to GridWeapon 2020-09-16 03:43:21 -07:00
993fc30f91 Add GridWeaponsController 2020-09-16 03:43:08 -07:00
aa7820dd22 Add PartiesController 2020-09-16 03:42:12 -07:00
703bcbdf9d Configure for ngrok 2020-09-16 03:41:03 -07:00
86bbe3a7d1 Update schema.rb 2020-09-16 03:39:29 -07:00
932c82d219 Add seeds and weapons.csv 2020-09-16 03:39:17 -07:00
ddce195afa Add weapons routes
These are for GridWeapons though
2020-09-16 03:28:14 -07:00
3efabf11c5 Fix party resource
Added more endpoints and renamed to `:party`
2020-09-16 03:27:33 -07:00
f3b2416919 Rename parties.rb to party.rb 2020-09-16 03:26:54 -07:00
1fdd0017b3 Update grid weapon table
Add `mainhand`
Fix `belongs_to` by changing to `references`
2020-09-16 03:26:22 -07:00
7a104a50d4 Update parties table
Remove `characters`, `weapons` and `summons`
Rename `hash` to `shortcode`
Fix `belongs_to` by changing to `references`
2020-09-16 03:23:27 -07:00
dd0a2d5844 Remove uuid-ossp extension 2020-09-16 03:22:38 -07:00
b00e05065d Ignore DS_Store 2020-09-16 03:22:29 -07:00
a535091b64 Use pgcrypto for uuids 2020-09-16 03:20:27 -07:00
f616fe23db Restart on Rails 2020-09-14 18:30:54 -07:00
6dcbe6a7fb Add db init script 2020-09-12 21:36:21 -07:00
03072f5ee8 Update package.json
Add sequelize
2020-09-12 21:36:09 -07:00
e2c2868dac Update package.json 2020-09-12 20:22:47 -07:00
6e7c0b9c3d Add tsconfig and tslint 2020-09-12 20:18:38 -07:00
38b317298e Add package.json 2020-09-12 20:18:29 -07:00
688c43e6b6 Update gitignore 2020-09-12 20:18:08 -07:00
6b9ef29b0f Add gitignore 2020-09-12 20:17:31 -07:00