27 Oct, 2012

11 commits


26 Oct, 2012

8 commits


25 Oct, 2012

20 commits


24 Oct, 2012

1 commit

  • 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.
    Scott Holden