1
0
Fork 0
Commit graph

20 commits

Author SHA1 Message Date
92dbf98339 Null object pattern for User as GuestUser 2015-10-08 18:03:09 -04:00
d9bea7f39a Implement roles and authorization 2015-10-08 17:58:46 -04:00
621a8cf7c4 Merge branch 'atomaka/feature/api' into 'master'
Match current API endpoints (/links, /characters)

There is a pull request that is currently active (within the last day) for Active Model Serializers that will allow for nested and inline Serializers.  This will allow `CardSerializer` to go from the complicated monstrosity that it is to a much simpler representation. For example

```
has_one :character
```

instead of:

```
def character
  Api::V1::CharacterSerializer.new(object.character)
end
```

follow this pull request at https://github.com/rails-api/active_model_serializers/pull/1225

See merge request !1
2015-10-08 14:26:06 -04:00
2297d1341a Match current API endpoints (/links, /characters) 2015-10-08 14:20:56 -04:00
dae4760a5b Add some default ordering 2015-10-08 13:08:45 -04:00
a412fcf5d9 Super full width to dispaly description 2015-10-08 13:03:48 -04:00
97ae2f33b2 Cleanup a few N+1 2015-10-08 13:02:25 -04:00
5e458a3e48 Add bullet 2015-10-08 13:02:19 -04:00
1655d48d21 Rename prefix to title 2015-10-08 12:40:31 -04:00
e0c8c56dbd Add dokkan card 2015-10-08 11:45:05 -04:00
9ff9131d52 Fix leader skill dropdown 2015-10-08 11:00:55 -04:00
3e3ce86d16 generate dynamic titles temporarily 2015-10-07 16:28:31 -04:00
be4344823a leader skills only have a description 2015-10-07 16:17:40 -04:00
d063f75fcc Setup for heroku 2015-10-07 15:54:47 -04:00
da3d78a32a Add all the basic models 2015-10-07 15:27:26 -04:00
6a36a7e61c Switch to bootstrap for now 2015-10-06 12:11:53 -04:00
ccf4e75ee0 Add links CRUD 2015-10-06 11:50:31 -04:00
fb390b7e00 Setup slim layout 2015-10-01 11:12:17 -04:00
fa05d6cc91 Add Reddit login/logout 2015-09-29 21:21:27 -04:00
785f8a4d00 Initial rails new 2015-09-29 19:02:43 -04:00