17 Nov, 2015
1 commit
-
Conflicts: Gemfile Rakefile app/controllers/box_organizer_controller.rb app/controllers/my_profile/tasks_controller.rb app/controllers/public/profile_controller.rb app/mailers/user_mailer.rb app/models/article.rb app/models/person.rb app/models/product_category.rb app/models/task.rb config/application.rb config/routes.rb lib/acts_as_having_settings.rb lib/noosfero/api/entities.rb lib/noosfero/api/helpers.rb lib/noosfero/api/session.rb lib/noosfero/api/v1/articles.rb lib/noosfero/api/v1/contacts.rb lib/noosfero/api/v1/search.rb lib/noosfero/api/v1/users.rb test/functional/tasks_controller_test.rb test/unit/api/articles_test.rb test/unit/api/helpers_test.rb test/unit/api/people_test.rb test/unit/api/search_test.rb test/unit/api/session_test.rb test/unit/api/users_test.rb test/unit/person_notifier_test.rb test/unit/task_test.rb vendor/plugins/access_control/lib/acts_as_accessible.rb
13 Aug, 2015
2 commits
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 ""'"
23 Mar, 2015
2 commits
21 Nov, 2014
2 commits
11 Nov, 2014
1 commit
28 Apr, 2014
1 commit
19 Nov, 2013
4 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
5 commits
-
(ActionItem2795)
-
…into merge-requests/373
-
(ActionItem2903)
-
(ActionItem2901)
12 Nov, 2013
1 commit
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
18 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
2 commits
-
PS: still failing tests due to delayed_job problems with delay deliver.
09 Oct, 2013
4 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