Scott Barrow
Scott Barrow
could it be possible to maybe use an alternative unique attribute such as user.email? e.g. ``` def flipper_id email end ```
Also saw that package installed. On Mar 21, 2016, 3:37 AM, at 3:37 AM, Alessandro Casazza [email protected] wrote: > same problem and when I filter my packages I found this...
A resolution was removing the React package from `~/.atom/.apm` and reinstalling with `apm install react`. This installed the correct package and the grammars. However, the issue remains that JSX is...
try removing `~/.atom/packages/react` and `~/.atom/.apm/react` then perform `apm install react`
> Would it work to use a `file:///path/to/wsdl/file.wsdl`? no because `load_from_disc` does not support that protocol it expects a path Also, the service im connecting to does not include an...
@vitobotta I did not, and have not tried again since just yet
I'm aware of that. The key required is authtoken which contradicts ngroks docs which specifies auth
Thanks for your input I do however have an issue with the resource picking up a particular controller I have config.middleware.use Rack::Cors do allow do origins '_' resource '/reservations/_', :headers...
no problem I realized that I had to also include the other resources in the path i.e. hotels/1/room/2 i had to allow both resource room and hotel On Sep 5,...