Dru Jensen

Results 75 comments of Dru Jensen

I could see adding a new attribute to the `column` definition to define which fields are queryable. ```crystal column name : String?, graphql: true ```

I'm going to close this PR. The file upload part would be nice as a separate PR. Mixing the routing change to the namespace is killing this PR.

#574 will address this issue if someone wants to pickup the mantle and bring this home.

@jackturnbull That would be fantastic. There were several requested changes if I recall. Right now, just getting it working again would be the first step. Maybe fork @JoshJuncker branch?

@damianham This is a bug since amber generated the docker-compose.yml file and its pointing to the development database instead of the test one when running specs. There has been several...

We recommend that you have specs so the default generators will always provide them. Eventually, with recipes, you will be able to design your own generators and remove specs if...

Hi Seth. Thanks for submitting this PR. This is a very large PR and will take some time to review. I will give it a spin when I get a...

Also, looks like the `Dockerfile` is still using crystal 1.0.0 and doesn't build.

#1009 is the first step to allow us to create your own generator shard