Tagged Questions

0
votes
0answers
4 views

Finding unused images in a Rails app?

I'm familiar with tools like Deadweight for finding CSS not in use in your Rails app, but does anything exist for images? I'm sitting in a project with a massive directory of assets from working with …
0
votes
5answers
55 views

PHP - Automatically call one one before another?

Hi, In PHP, is there any way to make class method automatically call some other specified method before the current one? (I'm basically looking to simulate before_filter from Ruby on Rails. For …