Menu

Source Commit Log


Commit Date  
[r8134] by tmaruyama

Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at test/unit/wiki_page_test.rb

On Rails2, Errors#[] returns single error if one error raises.
But, on Rails3, Errors#[] always returns the array.

2011-12-09 05:55:32 Tree
[r8133] by tmaruyama

Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at test/functional/issues_controller_test.rb

On Rails2, Errors#[] returns single error if one error raises.
But, on Rails3, Errors#[] always returns the array.

2011-12-09 05:54:51 Tree
[r8132] by tmaruyama

Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at test/unit/version_test.rb

On Rails2, Errors#[] returns single error if one error raises.
But, on Rails3, Errors#[] always returns the array.

2011-12-09 05:54:13 Tree
[r8131] by jplang

Makes project and tracker assigned first in #attributes=

2011-12-08 20:37:12 Tree
[r8130] by jplang

Changes auto_complete calls to GET requests.

2011-12-08 20:03:27 Tree
[r8129] by emassip

Handle spaces in development scm stderr log file path.

2011-12-08 19:22:00 Tree
[r8128] by jplang

Tests broken with ruby1.8.6 (#9751).

2011-12-08 18:50:15 Tree
[r8127] by tmaruyama

Rails3: model: Member: add virtual attribute to prevent error

On Rails 3.0, test fails with following error.

<pre>
Error:
test_validate(MemberTest):
NoMethodError: undefined method `role' for #<Member:0x7f73caf8cd08>
app/models/member.rb:87:in `validate_role'
test/unit/member_test.rb:76:in `test_validate'
</pre>

2011-12-08 15:12:02 Tree
[r8126] by tmaruyama

add unit test of error message in case that member role is empty

2011-12-08 15:11:17 Tree
[r8125] by tmaruyama

back out r8124

r8124 shows ":roles can't be empty".

2011-12-08 13:37:27 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.