Reid Beels

Results 35 issues of Reid Beels

If I'm editing my company's employees and I want to add someone who isn't yet on the site, I should be able to add them both to the directory and...

feature

Currently, people can add themselves as members of a group, company, or project. Allow them to edit all associations. (e.g. adding their coworkers to their company, adding collaborators to a...

feature

Currently, all of these models have a single URL field. In the glorious future, they have_many links. Links to authenticated services can be automatically generated.

feature
NEXT

As of 0.4.0, the `suppressBrowserRender` option doesn't really do what it says on the tin. Since the instance-initializer no longer injects `{{head-layout}}`, returning early from it doesn't actually suppress any...

When updating a Deal, if a nested Party model is included in the post body, a 422 error is being returned. According to [this message](https://groups.google.com/group/37signals-api/browse_thread/thread/1630ef4eb22231e8), Highrise has recently started returning...

Adds test scenarios for the new [Embroider](https://github.com/embroider-build/embroider) build system to ember-try and to the Travis config. These test currently fail since the generated `pod-styles` manifest can't be found. I've marked...

After running into trouble getting authentication with the script over in https://github.com/bertrandom/slack-custom-food-emoji, I reformatted its JSON to YAML for `emojipacks` consumption.

I saw that #30 tried to add this, but relied too heavily on magic field names. This is a more in-depth stab at bringing nicer coordinate matching to csvdedupe. (This...

Over time, I've run into several situations where I'll declare a parameter, not set a value for it, and end up with a 500 error as my app attempts to...