13 Apr, 2016
1 commit
-
- Avoid create comments, associate children articles and perform votes on archived articles - Update db/schema -Signed-off-by: Michel Felipe de Oliveira Ferreira <michel.ferreira@serpro.gov.br> -Signed-off-by: Gustavo Jaruga Cruz <darksshades@gmail.com> -Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com> (cherry picked from commit 144d608f15e2864e8053d384e871699d314a9283)
13 Aug, 2015
1 commit
31 Jul, 2015
1 commit
-
ruby-minitest offers "refuse" as a syntatic sugar to "assert not"
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 ""'"
19 Jan, 2015
1 commit
05 Feb, 2014
4 commits
04 Feb, 2014
2 commits
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
3 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
4 commits
-
Conflicts: public/stylesheets/application.css
-
This method of adding plugins filters should be refactored. This works for now.
-
(ActionItem896)
22 Jan, 2014
2 commits
-
…into merge-requests/342 Conflicts: plugins/shopping_cart/controllers/shopping_cart_plugin_controller.rb
21 Jan, 2014
1 commit
-
…into merge-requests/339 Conflicts: app/models/block.rb public/designs/icons/tango/style.css test/unit/block_test.rb
20 Jan, 2014
1 commit
19 Jan, 2014
2 commits
-
- Added pagination to versions - Treating access denied and not found (ActionItem2822)
18 Jan, 2014
2 commits
-
(ActionItem2822) Signed-off-by: Daniela Feitosa Signed-off-by: Ana Losnak <analosnak@gmail.com> Signed-off-by: Daniel Bucher <daniel.bucher88@gmail.com>
17 Jan, 2014
1 commit
15 Jan, 2014
2 commits
-
Conflicts: test/functional/cms_controller_test.rb test/unit/profile_test.rb
-
- Also included new db/schema - Removed unused partial (ActionItem2513)