browsercms

Blueprint, Sass and BrowserCMS

I like quite much browserCMS. And I also favour sass and blueprint. I would like to make these things to play together. Although I read somewhere brosercms can sass and blueprint, it is not obvious for me how to really have it there. Can you recommend me steps how to reach this? ...

BrowserCMS and Paperclip

BrowserCMS can "delete" objects, which basically sets the :deleted attribute to true. Paperclip runs the following code initially to get all objects of a specific class: Person.connection.select_values(Person.send(:construct_finder_sql, :select => 'id')) This might return [1, 2, 3]. Even if, say, 3 has :deleted set to true. Paperclip ...