Mirror of redmine code source - Official Subversion repository is at https://svn.redmine.org/redmine - contact: @vividtone or maeda (at) farend (dot) jp
Go to file
Toshi MARUYAMA 2ab7dba964 Rails3: model: mailer: use .to_s at redmine_headers method
On Rails 3.0:
<pre>
DEPRECATION WARNING: Using a non-String object for a header's value is deprecated.
You specified 15 (a Fixnum) for X-Redmine-Issue-Id.
</pre>

On Rails 3.1.3:
<pre>
Error:
test_message_posted_message_id(MailerTest):
NoMethodError: undefined method `index' for 1:Fixnum
    test/unit/mailer_test.rb:226:in `test_message_posted_message_id'
</pre>

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8468 e93f8b46-1217-0410-a6f0-8f06a7374b81
2012-01-02 09:35:50 +00:00
app Rails3: model: mailer: use .to_s at redmine_headers method 2012-01-02 09:35:50 +00:00
config route: move time entries matchings and resources after /issues matchings 2011-12-31 06:19:12 +00:00
db/migrate
doc
extra
files
lib
log
public replace tabs to spaces at application.css 2011-12-29 11:55:01 +00:00
script
test Rails3.1: test: include ERB::Util in unit/helpers/search_helper_test.rb 2012-01-02 09:07:57 +00:00
tmp/test
vendor Use #scoped instead of .with_scope 2012-01-01 18:23:45 +00:00
.gitignore
.hgignore
Rakefile
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