Roberto Quintanilla
Roberto Quintanilla
Is there any plan to support [`git worktree`](https://git-scm.com/docs/git-worktree) operations? Is it on the scope of this project? How can I implement that? (Any leads/tips?)
### What does this PR do? *
### What does this PR do? * Adds guidelines we should follow when collaborating - specially reporting and fixing bugs & issues on projects that we use in our apps.
### What does this PR do? *
### What does this PR do? *
### What does this PR do? * Adds react-native cautionary assesment.
We're getting up to a point where we need to see the build info on our app deployments (See https://github.com/IcaliaLabs/dumptruck/pull/121)
After documenting #64, I felt a little odd about the `polymorphic` option I added to the `has_many` | `belongs_to` | `has_one` methods: ```ruby class ProjectSerializer include FastJsonapi::ObjectSerializer belongs_to :owner, polymorphic:...
I added a docker compose example file to quickly launch the example with [Docker Compose](https://docs.docker.com/compose/). Example usage: ``` bash # Move to the directory: cd actioncable-examples # FIRST TIME ONLY:...