- 25 Nov, 2014 1 commit
-
-
Daniel Evans authored
-
- 18 Aug, 2014 2 commits
-
-
Cuong Tran authored
Use consistent single quotes in README
-
Paul Simpson authored
-
- 09 Aug, 2014 2 commits
-
-
Cuong Tran authored
Update README
-
kazuyuki ikeda authored
-
- 05 Aug, 2014 5 commits
-
-
cuong.tran authored
-
cuong.tran authored
-
cuong.tran authored
-
cuong.tran authored
-
Cuong Tran authored
sort simple_index indexes by name
-
- 27 Jul, 2014 1 commit
-
-
Andrew Snow authored
-
- 23 Jun, 2014 1 commit
-
-
cuong.tran authored
-
- 18 Jun, 2014 1 commit
-
-
cuong.tran authored
-
- 16 Jun, 2014 10 commits
-
-
cuong.tran authored
-
cuong.tran authored
-
cuong.tran authored
-
cuong.tran authored
-
cuong.tran authored
-
cuong.tran authored
-
cuong.tran authored
-
cuong.tran authored
-
cuong.tran authored
-
cuong.tran authored
-
- 15 Jun, 2014 2 commits
-
-
cuong.tran authored
-
cuong.tran authored
This conversion is done by Transpec 2.2.5 with the following command: transpec * 34 conversions from: obj.should to: expect(obj).to * 27 conversions from: obj.should_receive(:message) to: expect(obj).to receive(:message) * 18 conversions from: == expected to: eq(expected) * 4 conversions from: obj.should_not to: expect(obj).not_to * 4 conversions from: obj.stub(:message) to: allow(obj).to receive(:message) For more details: https://github.com/yujinakayama/transpec#supported-conversions
-
- 14 Jun, 2014 2 commits
-
-
Cuong Tran authored
Coerce class to string for comparison
-
Cuong Tran authored
Skip "models/concerns" (since rails 4.0)
-
- 12 Jun, 2014 1 commit
-
-
babybeasimple authored
-
- 11 Jun, 2014 1 commit
-
-
Emil Kampp authored
Fixes ctran/annotate_models#173, by ensuring that the model is coerced to a string before it's run through `ActiveSupport::Inflector.underscore`, which then correctly compares to the filename (which is a string already).
-
- 09 Jun, 2014 1 commit
-
-
Cuong Tran authored
Update README.rdoc (gemfile git format)
-
- 05 Jun, 2014 1 commit
-
-
John Jensen authored
-
- 26 May, 2014 3 commits
-
-
cuong.tran authored
-
cuong.tran authored
-
cuong.tran authored
-
- 11 May, 2014 1 commit
-
-
Cuong Tran authored
don't need parentheses in if check
-
- 09 May, 2014 1 commit
-
-
Waynn Lue authored
-
- 21 Apr, 2014 1 commit
-
-
Cuong Tran authored
prevent multiple requires
-
- 18 Apr, 2014 1 commit
-
-
Vlad Bokov authored
-
- 17 Apr, 2014 2 commits
-
-
Cuong Tran authored
[ci skip] fix whitespace
-
Robin Tweedie authored
-