27 Aug, 2014
1 commit
25 Aug, 2014
2 commits
20 Aug, 2014
1 commit
14 Aug, 2014
2 commits
13 Aug, 2014
1 commit
04 Aug, 2014
1 commit
01 Aug, 2014
1 commit
31 Jul, 2014
3 commits
29 Jul, 2014
1 commit
28 Jul, 2014
3 commits
25 Jul, 2014
2 commits
22 Jul, 2014
1 commit
21 Jul, 2014
1 commit
17 Jul, 2014
1 commit
16 Jul, 2014
2 commits
15 Jul, 2014
1 commit
30 Jun, 2014
1 commit
27 Jun, 2014
2 commits
26 Jun, 2014
4 commits
17 Jun, 2014
2 commits
-
Conflicts: plugins/display_content/test/unit/display_content_block_test.rb
16 Jun, 2014
3 commits
-
'\w-' is the same of 'a-zA-Z0-9_-' (ActionItem3122)
14 Jun, 2014
4 commits
-
(ActionItem2859)
-
ActiveResource::Errors#invalid? is deprecated on Rails 3 and was replaced by ActiveModel::Errors#include?
-
To avoid Rails throwing rollback transaction errors before each test, the connection with the temporary stoa database is established before all tests instead of between tests. This way transactions aren't interrupted by database disconnections.