Community Page
- bgeek.net Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- And thanks to the Mindscape team for giving a couple of really cool prizes! Kirk
- What also works is opening the created song.mg file directly from windows explorer. Then I could switch to MGrammar mode. But this is a great solution to let it work independent of the way how...
- I haven't used oslo for a while, but last time I installed there was a "Samples mode" link in the start menu. did you try that?
- fwiw, it works when I *don't* use Control+Shit+G, rather select from the mode combo box MGrammar mode.
- It didn't work for me. I made sure I followed the steps exactly, twice, and both times ended up with the Input.Song pane in MGrammar mode, and the Song.mg pane in DynamicParser Mode. Also, the...
Jump to original thread »
Hey hey hey, so I finally get an excuse to post some ruby code, yay!
As part of my foray into the Xero API I wanted to get a feel for how easy it would be to connect from non .net languages and as my Ruby was getting a bit rusty I thought I’d pull out [...] ... Continue reading »
As part of my foray into the Xero API I wanted to get a feel for how easy it would be to connect from non .net languages and as my Ruby was getting a bit rusty I thought I’d pull out [...] ... Continue reading »
11 months ago
11 months ago
Anyway in my follow up post with HTTParty you don't need to rely on these migrations and the API is much much easier.
11 months ago
Cheers, Galen
7 months ago
You can do stuff like
result xero_gateway.get_invoice("INV-0001")
if result.success?
result.invoice.phone.number
end
The GEM can be found here
http://github.com/tlconnor/xero_gateway