Redmine/app/models
Toshi MARUYAMA a711cbb44e back out from r12715 to r12720: #connection replacing
These revisions have performance regression on Rails 3.2.16.

git-svn-id: http://svn.redmine.org/redmine/trunk@12735 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-01-27 07:21:47 +00:00
..
repository remove unneeded Relation#all from Repository::Subversion model 2014-01-27 02:18:47 +00:00
attachment.rb Log errors when moving attachments (#15295). 2013-11-09 09:46:55 +00:00
auth_source.rb remove unneeded Relation#all from AuthSource#authenticate 2014-01-10 08:00:57 +00:00
auth_source_ldap.rb Removed useless require 'iconv' (#12787). 2013-01-12 20:36:22 +00:00
board.rb Rails4: replace deprecated Relation#update_all at Board model 2014-01-08 04:03:11 +00:00
change.rb Copyright for 2013 (#12788). 2013-01-12 09:29:31 +00:00
changeset.rb Fixed Changeset#text_tag for changeset with hash and repository identifier (#13544). 2014-01-12 09:19:47 +00:00
comment.rb Don't hardcode news model in Comment. 2013-07-15 20:53:23 +00:00
custom_field.rb Prevents no method errors when reloading in development mode. 2014-01-19 09:51:04 +00:00
custom_field_value.rb Merged custom fields format refactoring. 2013-12-14 08:22:43 +00:00
custom_value.rb Copyright for 2013 (#12788). 2013-01-12 09:29:31 +00:00
document.rb Use AR callbacks instead of observers (removed in Rails4) for notifications. 2013-07-14 14:26:27 +00:00
document_category.rb Copyright for 2013 (#12788). 2013-01-12 09:29:31 +00:00
document_category_custom_field.rb Copyright for 2013 (#12788). 2013-01-12 09:29:31 +00:00
enabled_module.rb Copyright for 2013 (#12788). 2013-01-12 09:29:31 +00:00
enumeration.rb Rails4: replace deprecated Relation#update_all at Enumeration model 2014-01-08 04:57:38 +00:00
group.rb remove unneeded Relation#all from Group#user_removed 2014-01-08 13:26:02 +00:00
group_custom_field.rb Copyright for 2013 (#12788). 2013-01-12 09:29:31 +00:00
issue.rb back out from r12715 to r12720: #connection replacing 2014-01-27 07:21:47 +00:00
issue_category.rb Rails4: replace deprecated Relation#update_all at IssueCategory model 2014-01-08 12:20:35 +00:00
issue_custom_field.rb back out from r12715 to r12720: #connection replacing 2014-01-27 07:21:47 +00:00
issue_priority.rb remove unneeded Relation#all from IssuePriority model 2014-01-27 01:08:54 +00:00
issue_priority_custom_field.rb Copyright for 2013 (#12788). 2013-01-12 09:29:31 +00:00
issue_query.rb back out from r12715 to r12720: #connection replacing 2014-01-27 07:21:47 +00:00
issue_relation.rb Store relation type instead of i18n key in journals (#15704). 2013-12-15 11:02:24 +00:00
issue_status.rb remove unneeded Relation#all from IssueStatus model 2014-01-27 01:24:41 +00:00
journal.rb remove unneeded Relation#all from Journal model 2014-01-27 02:17:57 +00:00
journal_detail.rb Avoid lots of CustomField.find_by_id calls when displaying an issue history with custom fields (#15072). 2013-10-13 10:04:59 +00:00
mail_handler.rb remove unneeded Relation#all from MailHandler#add_watchers 2014-01-09 00:05:50 +00:00
mailer.rb remove unneeded Relation#all from Mailer model 2014-01-27 01:09:09 +00:00
member.rb Rails4: replace deprecated Relation#update_all at Member model 2014-01-08 04:58:13 +00:00
member_role.rb remove unneeded Relation#all from MemberRole model 2014-01-27 02:18:13 +00:00
message.rb Rails4: replace deprecated Relation#update_all at Message model 2014-01-08 03:51:50 +00:00
news.rb backout r12540 : remove unneeded Relation#all from News#latest 2014-01-09 07:06:50 +00:00
principal.rb code format cleanup Principal class 2013-12-26 09:19:56 +00:00
project.rb back out from r12715 to r12720: #connection replacing 2014-01-27 07:21:47 +00:00
project_custom_field.rb Copyright for 2013 (#12788). 2013-01-12 09:29:31 +00:00
query.rb back out from r12715 to r12720: #connection replacing 2014-01-27 07:21:47 +00:00
repository.rb back out from r12715 to r12720: #connection replacing 2014-01-27 07:21:47 +00:00
role.rb Role-based issue custom field visibility (#5037). 2013-07-13 09:20:11 +00:00
setting.rb Rails4 compatibility of Setting model 2013-12-20 11:54:23 +00:00
time_entry.rb Time entry with 2 digits year should not validate (#3107). 2013-02-24 12:28:44 +00:00
time_entry_activity.rb Fixed that deleting a system activity with children in use raises an error (#13783). 2013-05-01 17:10:15 +00:00
time_entry_activity_custom_field.rb Copyright for 2013 (#12788). 2013-01-12 09:29:31 +00:00
time_entry_custom_field.rb Copyright for 2013 (#12788). 2013-01-12 09:29:31 +00:00
time_entry_query.rb remove unneeded Relation#all from TimeEntryQuery model 2014-01-27 02:19:20 +00:00
token.rb Adds token finder methods. 2013-02-14 21:47:07 +00:00
tracker.rb Rails4: replace deprecated find_all_by_* at Tracker model 2014-01-09 03:51:14 +00:00
user.rb remove unneeded Relation#all from Principal model 2014-01-27 02:19:03 +00:00
user_custom_field.rb Copyright for 2013 (#12788). 2013-01-12 09:29:31 +00:00
user_preference.rb Fixed usage of #attribute_present? in UserPreference (#13008). 2013-09-10 17:39:49 +00:00
version.rb use lambda form in Version model scope (#12499) 2014-01-07 07:51:15 +00:00
version_custom_field.rb Copyright for 2013 (#12788). 2013-01-12 09:29:31 +00:00
watcher.rb remove unneeded Relation#all from Watcher#prune 2014-01-09 08:35:10 +00:00
wiki.rb Cleanup of finders with :conditions option. 2013-06-12 19:13:25 +00:00
wiki_content.rb Use AR callbacks instead of observers (removed in Rails4) for notifications. 2013-07-14 14:26:27 +00:00
wiki_page.rb remove unneeded Relation#all from WikiPage#handle_redirects 2014-01-08 12:43:10 +00:00
wiki_redirect.rb Copyright for 2013 (#12788). 2013-01-12 09:29:31 +00:00
workflow_permission.rb Copyright for 2013 (#12788). 2013-01-12 09:29:31 +00:00
workflow_rule.rb Copyright for 2013 (#12788). 2013-01-12 09:29:31 +00:00
workflow_transition.rb Copyright for 2013 (#12788). 2013-01-12 09:29:31 +00:00