We have updated Lipsiadmin on
GitHub
and also on
RubyForge
Here the small changelog:
- Changed the rake lipsiadmin:update:javascripts now update also backend.js.erb and locale.js.erb
-
Added a new frontend helper method for resize images on the fly:
see api docs
- Added new locales for rails 2.3.4
- Fix stack overflow with prototype 1.6.1 on IE6/IE7
We have updated Lipsiadmin on
GitHub
and also on
RubyForge
This version contains only few bug fix
- Fix some compatibility issues on IE6+
- Fix stackoverflow with prototype
When our staff build the frontend of a site is always necessary redefine the thumbs of an Image.
99% of our customers change the size or the final layout is a little different
It's true our attachment table can define thumbs and we can reprocess them like
showed in this
article
But if don't want every time add a new line in our code and reprocess all of them?
If the image did't reside on our server?
image_tag("/path/to/my/image.png", :size => "180#")
Create on the fly (and once time) a new image in our public folder
We have updated Lipsiadmin on
GitHub
and also on
RubyForge
This version contains only a bug fix in views/backend/base/index
We have updated Lipsiadmin on
GitHub
and also on
RubyForge
This version contains only few bug fixes