03 Aug, 2013
1 commit
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
10 commits
24 Jul, 2013
3 commits
-
…lid?(attr) in ActiveModel::Errors class by [:attr].any?
23 Jul, 2013
2 commits
-
All task email notifications are disabled for now; TaskMailer will probably need to be rewritten.