gitlabhq/app
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
..
assets Reduce line-height for commits diff lines 2012-10-22 23:49:21 +03:00
contexts Make notes for merge requests include commit notes and add helpers 2012-10-10 12:06:30 +02:00
controllers Feature implemented 2012-10-24 14:20:53 +03:00
decorators Add CommitDecorator#author_link 2012-10-18 20:16:52 +02:00
helpers Security for online editor. Replace dev_access?, master_access? with can? method usage 2012-10-21 12:12:14 +03:00
mailers Reorder and group methods in Notify mailer 2012-10-18 01:14:09 +02:00
models Fix broken Note scopes with lambdas, 4.0 compat 2012-10-24 21:54:15 -07:00
observers Rename NoteObserver methods and clarify things 2012-10-18 01:14:10 +02:00
roles Fix 500 error on admin project if empty 2012-10-23 11:29:47 +03:00
uploaders Fully embrace Ruby 1.9 hash syntax 2012-08-10 18:25:15 -04:00
views Merge branch 'feature/import_team_from_other_project' of dev.gitlabhq.com:gitlabhq 2012-10-24 12:56:47 +00:00
workers System Hook: implemented 2012-07-19 00:25:10 +03:00