Displaying 2 results from an estimated 2 matches for "petesalty".
2008 Apr 14
9
scientific notation problem
We''re developing a system that''s used for tracking company IPO data
and we''re running into a few number storage issues. For large numbers,
i.e. numbers greater than 100 million, MySQL insists on storing these
as scientific notation. I don''t really have a problem with that but
when we want to edit these fields using something like:
<% form_for(@company) do
2008 Oct 14
4
Ruby and MySQL backup
I suspect this is not exactly a Ruby/Rails topic but I also suspect
that lots of people here have already solved this issue. We have a
simple app running on a SliceHost slice and we''d like to backup the
database both hourly and daily to an AWS S3 account.
I''ve looked around but surprisingly can''t seem to find anything that
offers a complete solution for doing this. I was