-
Archives
-
Meta
- Register
- Log in
Author Archives: Gilad Manor
Passing a Byte Array through JSON
Its a well known issue when communicating complex structures between client and server, using the JSON encoding. I’ve encountered it when attempting to transfer an encrypted Byte Array back and forth between a client and server, that communicate via JSON. … Continue reading
Posted in Software Development Leave a comment
Flex For Rails Scaffold
I’ve written a little component for connecting flex with rails scaffold as close as possible. Step 1: Create a scaffold for Card Within your rails application run the script: ./script/generate scaffold card id:integer timeStamp:timestamp data:text (data types with Ruby and … Continue reading
Posted in Software Development Leave a comment