More at rubyonrails.org: Overview | Download | Deploy | Code | Screencasts | Documentation | Ecosystem | Community | Blog

#55 Vipul A M - This month
Showing 14 commits

Hash Date Message
2243ce3 2013-05-20 Fix wrong `case_sensitive` in uniqueness validity test
4237d74 2013-05-20 Fix typo in test name and documentation
872e2a8 2013-05-17 "normalize_callback_params" doesn't require name param
1ed6ff1 2013-05-13 Extract variable out of loop
7493e0f 2013-05-12 Fix class and method name typos
690fd22 2013-05-10 sort => sort! on new array
7133b00 2013-05-09 remove variable and fix warning
6944dfb 2013-05-09 remove redundant var
584ebed 2013-05-06 remove unused variable
41fbfb4 2013-05-05 use destructive sort on array in Hash#to_param for perfo...
bdaaaf6 2013-05-02 fix typo
796ed59 2013-05-02 document String#to_time exception
469befa 2013-05-02 Fix typo in test
6fa575b 2013-05-02 Use faster Array.new instead of []*padding