05 Feb, 2014
6 commits
04 Feb, 2014
4 commits
-
Also enable white list monkey patch to unescape html comments.
03 Feb, 2014
3 commits
-
Change the way of sending signup mail
31 Jan, 2014
5 commits
30 Jan, 2014
6 commits
-
On rails 3.2, the return type of some queries changes from Array to ActiveRecord::Relation. An assertion that check if these attributes has been assigned (with a value != nil) should be enought. This avoids future problems with api changes.
-
Output fields_for tags
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
1 commit