gitlabhq/app/models
Scott Holden 2335d7b9cf Fix broken Note scopes with lambdas, 4.0 compat
Without lambdas, Date.today will be evaluated in the class body.
For it to have a running scope of last week etc, it will need to
be evaluated each time the scope is called.
In Rails 4.0, lambdas will be required for all scopes, so not a bad
idea to go ahead and change them all now.
2012-10-24 21:54:15 -07:00
..
.gitkeep init commit 2011-10-09 00:36:38 +03:00
ability.rb Security for online editor. Replace dev_access?, master_access? with can? method usage 2012-10-21 12:12:14 +03:00
commit.rb Cache the value of safe_message 2012-10-02 19:00:41 -04:00
event.rb Context refactoring. Move Issues list, Search logic to context 2012-10-09 22:09:46 +03:00
group.rb Annotated 2012-10-09 11:14:17 +03:00
issue.rb Separate observing of Note and MergeRequests 2012-10-10 17:59:25 -04:00
key.rb Annotated 2012-10-09 11:14:17 +03:00
merge_request.rb Fix bug in MergeRequest#mark_as_unmergable 2012-10-20 15:27:34 +02:00
milestone.rb Annotated 2012-10-09 11:14:17 +03:00
note.rb Fix broken Note scopes with lambdas, 4.0 compat 2012-10-24 21:54:15 -07:00
project.rb Added project has_one :last_event assoc. Fixed tab line-height after font-awesome. Increased projects per page on dashboard 2012-10-17 22:02:52 +03:00
project_hook.rb Annotated 2012-10-09 11:14:17 +03:00
protected_branch.rb Annotated 2012-10-09 11:14:17 +03:00
snippet.rb Annotated 2012-10-09 11:14:17 +03:00
system_hook.rb Annotated 2012-10-09 11:14:17 +03:00
tree.rb cosmetical cleanup of models 2012-09-27 02:05:53 -07:00
user.rb Annotated 2012-10-09 11:14:17 +03:00
users_project.rb Handle perfomance issue with team import. Model specs 2012-10-24 14:52:17 +03:00
web_hook.rb Annotated 2012-10-09 11:14:17 +03:00
wiki.rb Annotated 2012-10-09 11:14:17 +03:00