My patches for Redmine
Go to file
Toshi MARUYAMA 312ffe43c7 Rails3: model: user: use ::Query instead of Query
Test fails on Rails 3.0.

<pre>
Error:
test_destroy_should_update_wiki_contents(UserTest):
NoMethodError: undefined method `delete_all' for ActiveRecord::AttributeMethods::Query:Module
    app/models/user.rb:602:in `remove_references_before_destroy'
    test/unit/user_test.rb:298:in `test_destroy_should_update_wiki_contents'
</pre>

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8140 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-12-09 12:08:58 +00:00
app Rails3: model: user: use ::Query instead of Query 2011-12-09 12:08:58 +00:00
config Changes auto_complete calls to GET requests. 2011-12-08 20:03:27 +00:00
db/migrate Typo. 2011-12-03 13:42:58 +00:00
doc Doc updated for Rails 2.3.14. 2011-11-19 15:53:18 +00:00
extra Removed obsolete nss/svn scripts. 2011-12-06 23:09:40 +00:00
files trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
lib Handle spaces in development scm stderr log file path. 2011-12-08 19:22:00 +00:00
log trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
public Changes auto_complete calls to GET requests. 2011-12-08 20:03:27 +00:00
script Use File#expand_path for require's in script/* for Ruby 1.9.2 compatibility. #4050 2010-11-02 00:20:21 +00:00
test Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at test/unit/custom_field_test.rb 2011-12-09 07:16:59 +00:00
tmp/test Added an empty tmp/test directory so rake test will run out of the box. 2009-06-08 02:07:30 +00:00
vendor Fixed that custom values get saved when assigning custom values after changing to a tracker with different custom fields (#9737). 2011-12-06 22:20:49 +00:00
.gitignore add Gemfile.local to .gitignore and .hgignore (#5638). 2011-08-18 01:23:53 +00:00
.hgignore add Gemfile.local to .gitignore and .hgignore (#5638). 2011-08-18 01:23:53 +00:00
README.rdoc Typo 2011-11-19 16:10:28 +00:00
Rakefile add newline at end of Rakefile 2011-11-20 00:09:16 +00:00

README.rdoc

= Redmine

Redmine is a flexible project management web application written using Ruby on Rails framework.

More details can be found in the doc directory or on the official website http://www.redmine.org