31 Jul, 2015
1 commit
-
ruby-minitest offers "refuse" as a syntatic sugar to "assert not"
02 Jun, 2015
1 commit
19 Jan, 2015
1 commit
26 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
5 commits
-
…sub_organizations_improvements
-
Conflicts: public/stylesheets/application.css
-
This method of adding plugins filters should be refactored. This works for now.
-
(ActionItem896)
22 Jan, 2014
5 commits
-
…into merge-requests/342 Conflicts: plugins/shopping_cart/controllers/shopping_cart_plugin_controller.rb