29 Jan, 2014
5 commits
-
will_paginate returns an ActiveRecord::Relation, so count will do a 'select count' in db. Use size instead. https://github.com/mislav/will_paginate/wiki/Backwards-incompatibility#willpaginatecollection
-
Not sure if compute_public_path should be replaced by a simple File.join. Consider the use of asset_path if the current solution isn't safe.
28 Jan, 2014
10 commits
27 Jan, 2014
7 commits
-
- Change from returning to tap; - Change from lambda to proc; - Fix broken links.
-
getterm (and __) was replaced by _ (commit 86ecb14f)
24 Jan, 2014
3 commits
23 Jan, 2014
4 commits
-
This method of adding plugins filters should be refactored. This works for now.
22 Jan, 2014
5 commits
21 Jan, 2014
6 commits
-
Apply again recet_documents_block fixes done in commit 54a29b33