This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
MagicColumns
Fleximage can record certain image metadata to your database for you. This works exactly the same as Rails magic fields like created_at. Simply having a field with the right name in your database table will let Fleximage know that those fields need to be populated when an image is uploaded.
image_filename, :string
The field will autofill with the filename of the uploaded file. It will not include the local path, just the name of the file itself. If the image was uploaded via URL, the entire URL is saved.
image_width, :integer
Records the width, in pixels, of the uploaded image.
image_height, :integer
Records the height, in pixels, of the uploaded image.






