05 Sep, 2013
2 commits
03 Aug, 2013
11 commits
-
2 broken tests waiting for the migration to the new ActionMailer API
-
3 tests are still failing, waiting for the migration to the new ActionMailer API
-
This involved a small refactoring on how the test interacts with the object under test and on how the rendering of the block contents is done.
-
It seems it was created to avoid including too many objects when retrieving that named_scope, but using :joins instead of :includes already does this.
02 Aug, 2013
8 commits
01 Aug, 2013
6 commits
31 Jul, 2013
5 commits
29 Jul, 2013
4 commits
-
Having this vendored code at all sucks
-
In Ruby 1.9, \w represents only [a-zA-Z0-9_]. To also catch non-letter characters (such as Japanese characters), we need the [[:word:]] character class, which includes Unicodes categories Letter, Mark, Number, and Connector_Punctuation. Reference: http://www.ruby-doc.org/core-1.9.3/Regexp.html
28 Jul, 2013
1 commit
26 Jul, 2013
3 commits