04 May, 2016
1 commit
03 May, 2016
2 commits
-
This is no longer necessary as this logic is now at BoxesHelper. In order to ensure a proper refactor unit tests were added and the view has been moved and renamed accordingly to BoxesHelper expectations.
-
This method is no longer necessary given the structure at BoxesHelper. It actually violates MVC as the model is holding view logic. In order to comply with the BoxesHelper standards, the view got moved and renamed properly. As well one unit test has been removed as it is already better covered by the functional ones.
22 Feb, 2016
1 commit
13 Aug, 2015
1 commit
31 Jul, 2015
1 commit
-
ruby-minitest offers "refuse" as a syntatic sugar to "assert not"
24 Jul, 2015
1 commit
-
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 ""'"
28 Apr, 2014
1 commit
19 Nov, 2013
3 commits
-
* removed whitespaces * fixes on texts (ActionItem2823)
-
PS: still breaking some tests due to action_tracker problem and html generation on models problem.
17 Nov, 2013
1 commit
-
…into merge-requests/400
16 Nov, 2013
2 commits
-
(ActionItem2795)
-
…into merge-requests/373
06 Nov, 2013
1 commit
05 Nov, 2013
1 commit
-
Conflicts: script/quick-start test/unit/application_helper_test.rb test/unit/environment_statistics_block_test.rb test/unit/environment_test.rb
31 Oct, 2013
4 commits
-
This solves every problem related with Hpticot breaking pages since the parse was happening on the MainBlock too. But this does not changes the fact tha Hpricot is currently dead and we should move on to nokogiri. (ActionItem2873)
29 Oct, 2013
1 commit
22 Oct, 2013
1 commit
16 Oct, 2013
2 commits
-
PS: tests failing due to birth_date lib and action_tracker problem
-
PS: still has a failing test due to monkey patches not loading.
10 Oct, 2013
1 commit
-
PS: still failing tests due to delayed_job problems with delay deliver.
09 Oct, 2013
9 commits
-
PS: still failing due to image mass-assignment
-
PS: still with failing tests
-
PS: still failing due to ActionTracker::Record#current_user_from_model
-
PS: still tests failin
-
Signed-of-by: Victor Hugo Alves de Carvalho <victorhugodf.ac@gmail.com> Signed-of-by: Rafael de Souza Queiroz <querafael@live.com>
-
Also moving profile extension to make count use distinct by default to ActiveRecord::Calculations module.
-
PS: still failing due to stubbing deliver mail
-
PS: still failing on test related to ActionTracker::Record#current_user_from_model
08 Oct, 2013
1 commit
07 Oct, 2013
3 commits
-
…into merge-requests/328 Conflicts: app/controllers/public/catalog_controller.rb
-
Conflicts: app/views/cms/view.rhtml test/functional/profile_controller_test.rb
01 Oct, 2013
2 commits
-
Signed-off-by: Leandro Nunes dos Santos <leandronunes@gmail.com> Signed-off-by: Marcos da Silva Ramos <ms.ramos@outlook.com> Signed-off-by: Fábio Teixeira <fabio1079@gmail.com> Signed-off-by: Luiz Matos <luizff.matos@gmail.com> Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>