revacuate
- Karma
- 1
- Created
- March 7, 2012 (14y ago)
- Submissions
- 0
Ruby Programmer, Systems Administrator, Business Owner, Entrepreneur.
Interested in: the mind, the heart, the body, and the mastery of them. The enactment of my Will, and the detachment from it's success or failure. Fire, creating, Love, and destroying. Computers, sex, money, people. Diamonds, time, physics, design.
This is what I had done: 1. Edit Gemfile and change rails version from 2.3.14 to 2.3.15. 2. Commit and push changes 3. bundle exec cap deploy (this is our standard method and works well.) 4. Double check rails -v…
Thank you, it turns out I was able to get the curl command to run against production site by adding the --insecure option and using the default port: curl -i -H "Content-Type: application/xml" -X POST -d '<id…
Using the above curl command I was able to verify that an old rails 1.2.3 app that I pretend-maintain for a friend returned the ID as a string. Since it is a string and not an object, it's safe. That's all I know. From…
Are you running this test against your development or production site? I can't get it to run against my production site, (nothing appears in the log at all,) but I have triple checked everything and am still getting the…
I just updated our app from 2.3.14 to 2.3.15, yet when I run your curl command I'm getting: Parameters: {"id"=>#<ActionController::Base:0xb570d2e8 @bar=1>} Why do you think I'm still unprotected after…