Displaying 5 results from an estimated 5 matches for "carlosparamio".
2006 Jun 13
2
Top margin on PDF generated with PDF::Writer
...page, to ensure
that all that cards are printed at the same page.
Also, a couple of cards are printed one on top of the other partially.
The others are placed correctly.
Any idea? Thanks!
--
Carlos Alberto Paramio Danta .--.
http://www.sinfoniadebits.com/ |o_o |
email : carlosparamio @ gmail.com |:_/ |
jabber: parax @ jaim.at // \ \
----------------------------------------( | | )--
Fingerprint 41C6 D2BE 7DE7 AB61 C23F /''\_ _/`\
F697 5A1D 1849 01B8 D318 \___)=(___/
2006 Jun 18
2
Hosting timezone differs of clients timezone
...s CEST. There are 9 hours of difference between
them.
Is there an environment variable that I could adjust in my rails
application, so all date/time values be set to CEST timezone?
Thanks.
--
Carlos Alberto Paramio Danta .--.
http://www.sinfoniadebits.com/ |o_o |
email : carlosparamio @ gmail.com |:_/ |
jabber: parax @ jaim.at // \ \
----------------------------------------( | | )--
Fingerprint 41C6 D2BE 7DE7 AB61 C23F /''\_ _/`\
F697 5A1D 1849 01B8 D318 \___)=(___/
2006 Jun 07
2
Problem with a setter that converts euros to cents
...--+----------+
| id | price |
+----+----------+
| 24 | 0 |
| 25 | 21474836 |
+----+----------+
2 rows in set (0.00 sec)
What in the hell I''m doing bad? Thanks in advance.
--
Carlos Alberto Paramio Danta .--.
http://www.sinfoniadebits.com/ |o_o |
email : carlosparamio @ gmail.com |:_/ |
jabber: parax @ jaim.at // \ \
----------------------------------------( | | )--
Fingerprint 41C6 D2BE 7DE7 AB61 C23F /''\_ _/`\
F697 5A1D 1849 01B8 D318 \___)=(___/
2008 Mar 24
1
Support for unparsed responses and json parser
This is my first message to the list. Hello everybody!
I just wanted to let you know that I submitted a couple of patches for
two features that you might find them of interest.
The first one adds support for unparsed responses to
Facebooker::Session and Facebooker::Service models. This allows to use
the
Facebooker::Session.post method to obtain a plain response from the
Facebook API, useful for
2006 Jun 07
1
Setter that converts a float attribute to integer
Hi,
I have some problems with an application where I''m using custom
accessors to do currency conversions. In my model, I have a price
attribute in the database that stores the value in cents, to avoid
future problems with float arithmetic and round. But at the views, I
would like to show the price in euros, with decimal for the cents. So
I defined a new attribute called price_in_euros,