- 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
-
- 07 Apr, 2014 2 commits
-
-
cuong.tran authored
-
cuong.tran authored
-
- 05 Apr, 2014 6 commits
-
-
cuong.tran authored
-
cuong.tran authored
-
cuong.tran authored
-
cuong.tran authored
-
cuong.tran authored
-
Cuong Tran authored
Fix bug of annotate position in routes
-
- 03 Apr, 2014 1 commit
-
-
Naoyoshi Aikawa authored
-
- 15 Mar, 2014 1 commit
-
-
Cuong Tran authored
Adjusting column match regexp to match markdown template
-
- 14 Mar, 2014 1 commit
-
-
Marcin Raczkowski authored
-
- 26 Feb, 2014 12 commits
-
-
Cuong Tran authored
-
Cuong Tran authored
-
Cuong Tran authored
-
Cuong Tran authored
-
Cuong Tran authored
* release/2.6.2: v2.6.2 Add known changes for 2.6.2. Retain existing position unless :force is passed Temporarily ignore integration tests Revert "Replacing old block with new one." Change email address Add .travis.yml switch deprecated "mock" for "double" in annotate specs use general file resolution for test files as well Replacing old block with new one. Fixed gemspec files attribute migrate.rake should live in lib/tasks Always load models, since they may not be autoloaded by Rails Handle the "--exclude" option correctly, #152 and #160 FIX #157 Pump version to 2.6.1 which fixes #22
-
Cuong Tran authored
* release/2.6.2: v2.6.2
-
Cuong Tran authored
-
Cuong Tran authored
-
Cuong Tran authored
-
Cuong Tran authored
-
Cuong Tran authored
This reverts commit b11928ed.
-
Cuong Tran authored
-