OUR BLOG

A Global .gitignore

Always we need a .gitignore in our repository.

In 99% of cases is always the same

So we can just write a time. Then always ignore those files system-wide.

See how

In Tips & Tricks | By Davide D'Agostino 10 months ago | Comments (0)

Reprocess all our images

Like Paperclip is possible with a simple line reprocess all our images

This is usefull in a much cases like when we add a new geometry "thumb" to our images.

The code can be run from your console, see:

In Tips & Tricks | By Davide D'Agostino about 1 year ago | Comments (0)

Extending ExtJS Grids Handler

Some times we need to extend ours grids and in some cases replace dblclick handler.

This example show how is simple do that!

In Tips & Tricks | By Davide D'Agostino about 1 year ago | Comments (0)

Updating Lipsiadmin to 4.x

With the new Lipsiadmin has been added the auto translation of models and backend pages. Let's see how to migrate our project started with the old Lipsiadmin to the newest release.
In Tips & Tricks | By Emanuele Barban about 1 year ago | Comments (0)

Schema to migrations

This not a Lipsiadmin Tips, but is a good snippets for those that some times do a big refactoring to their app and want clean their migrations

So we need to create a file like script/schema_to_migrations and add ...

In Tips & Tricks | By Davide D'Agostino about 1 year ago | Comments (0)