updated migrations
This commit is contained in:
@@ -74,7 +74,7 @@ class Upload < ActiveRecord::Base
|
||||
end
|
||||
end
|
||||
rescue Exception => x
|
||||
update_attribute(:status, "error: #{x.class} - #{x.message}")
|
||||
update_attribute(:status, "error: #{x.class} - #{x.message}", :backtrace => x.backtrace.join("\n"))
|
||||
ensure
|
||||
delete_temp_file
|
||||
end
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<div id="news-ticker" data-updated-at="2011-09-01">
|
||||
<ul>
|
||||
<li>Report issues on <a href="https://github.com/r888888888/danbooru/issues/new">Github</a></li>
|
||||
<li>Report issues on <a href="https://github.com/r888888888/danbooru/issues/new">Github</a> or the <a href="http://danbooru.donmai.us/forum/show/65870">forum</a></li>
|
||||
</ul>
|
||||
|
||||
<a href="#" id="close-news-ticker-link">close</a>
|
||||
|
||||
Reference in New Issue
Block a user