-
When I try to create a meal from the front end I am getting a 400. The curl request I am sending from the console works find, so I dont think its my controller...
Here is my ajax request:
``` bash
c…
-
I can't figure this out. When I create a new ingredient in the association, it works. However, when I try to find an existing one and reuse its attributes, I get this error: Couldn't find Ingredient w…
-
- Email each day to the spreadsheet user at 1am daily (trigger for each day)
- Create a HTML table template with the meals and the current day meals column from Plan sheet
- Include each meals sheet r…
-
I am currently getting a 500 server error on get requests from both curl and ajax. This is the curl request I'm working with:
``` bash
TOKEN='BAhJIiViNjgyNmE0N2ZlNTUwZTg5NGVkOGM5NTQyN2FlMjc2NwY6BkVG…
-
I think this stems back to the solution that @RDegnen and I came up with for my Post issue. When I delete my server gives me:
```
tarted DELETE "/meals/45" for ::1 at 2016-05-03 13:55:02 -0400
Proces…
-
![atmlogoapp](https://cloud.githubusercontent.com/assets/17224247/19015486/28db7c82-87d3-11e6-89f0-d79845a8dff3.png)
## NOW SHOWING:
![captain america - civil war](https://cloud.githubusercontent.com…
-
Any reason why IP addresses are enforced?
-
Here is my curl request:
``` bash
TOKEN='BAhJIiUxMjY1MDgzNjdjNWNlOGMzMzY1ZDJhZTUzN2JlOTQ0ZQY6BkVG--edd687d8c06cd90865db6c30781afc0940fa4008'
ID ='12'
curl --include --request PATCH http://localhost:…
-
Getting an error installing rainbow 2.2.0.
```
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
current directory: /home/travis/.rvm/gems/ruby-2.3.0/gems/rainbow-2.2.0/ext
…
-
I'm trying to make a meal by curl request. I either get a 404 or a 500 depending on whether or not I include create at the top of my meal controller in the only: section. Here is my controller:
``` b…