Julio Marins
Julio Marins
make a mask for RG like "23.344.023-1" ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/33359286-mask-for-rg-registro-geral?utm_campaign=plugin&utm_content=tracker%2F1022469&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F1022469&utm_medium=issues&utm_source=github).
Update form
The update is still on todo?
there is a main example with whenGET but not with other HTTP verbs
Anyone had this problem on mac osx at ``` $ make ``` inside the build folder?
I didn't knew at first that I had to build with `ant` and then run it. Probably other ppl will have the same issue.
There are mass assignment examples on the code but this is not allowed for Rails 4.1, there should be an specification or a sample for both with mass assignment and...
how to upload files with houston? Is there currently support for that?
the current support is only for BR and US it should support other countries as well
It wasn't working. I've updated the version, folder structure and added a README.md
Hi! i have this function: ``` gmAPI.directions(params, function(err, res){ var duration = res.routes[0].legs[0].duration.text; console.log(duration); }); ``` inside a two for loop, and it doesn't pass the first call, it stays...