29 Mar, 2016
1 commit
-
It now relies on BoxesHelper logic and thus the method got removed. As it was the only subject of unit tests, The unit tests for this class have been removed (most of the logic is tested through functional tests).
24 Jul, 2015
2 commits
-
Use these two commands inside vim: :!ag -l '..\/..\/..\/..\/test' | xargs perl -pi -E "s/require.*test_helper.*/require 'test_helper'/g" :!ag -l "require File.*'/" | xargs perl -pi -E "s/require File.*'\//require_relative '/g":e ""'"
04 Nov, 2014
1 commit
25 Feb, 2014
1 commit
06 Feb, 2014
2 commits
05 Feb, 2014
4 commits
04 Feb, 2014
3 commits
03 Feb, 2014
3 commits
-
Change the way of sending signup mail
31 Jan, 2014
3 commits
30 Jan, 2014
4 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
4 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
1 commit
27 Jan, 2014
2 commits
-
getterm (and __) was replaced by _ (commit 86ecb14f)
23 Jan, 2014
2 commits
-
This method of adding plugins filters should be refactored. This works for now.
22 Jan, 2014
3 commits
21 Jan, 2014
4 commits
-
Apply again recet_documents_block fixes done in commit 54a29b33
-
Mocha default behavior changes to not allow stubbing on nil.