Displaying 2 results from an estimated 2 matches for "somewebsite".
2007 Jul 18
3
application naming convention
I''m creating a new rails app. The application is named BigIdea. Should
I create this project using:
1. rails bigidea
or
2. rails big_idea
I know both will work, but just want to get off to the right start using
the proper rails naming convention.
Thanks!
Brian
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this
2012 Jan 30
1
RCurl format
I am having trouble with the postForm function in RCurl.
I want to send a the command DELETE https://somewebsite.com.json
but I can't seem to find it. I could try:
postForm(url, _method="DELETE", .opts = list(username:password) )
but I get the error:
Error: unexpected input in " postForm(url4, _"
this error seems to be due to the underscore "_" before "metho...