- 09 May, 2016 1 commit
-
-
cuong.tran authored
-
- 13 Apr, 2016 1 commit
-
-
Dennis van de Hoef authored
-
- 22 Mar, 2016 1 commit
-
-
Alexander Belozerov authored
-
- 26 Feb, 2016 1 commit
-
-
Kevin Farst authored
-
- 18 Feb, 2016 1 commit
-
-
Brent Walther authored
The fatal error was introduced with commit fc31d85. The method `supports_foreign_keys?` is only available on ActiveRecord versions >= 4.2. Fixes issue 316.
-
- 12 Feb, 2016 1 commit
-
-
Cuong Tran authored
- Replace SpaceAroundKeyword with SpaceAfterControlKeyword - Use an explicit rubocop version to avoid breakages during PRs
-
- 11 Feb, 2016 1 commit
-
-
akihiro17 authored
Annotate should reset the cached information about columns because Annotate may output old information if we load ActiveRecord::Base class in migration files. For example, if we have a following migration file and execute 'rake db:migrate', Annote does not output the default value and a not null constraint of the `some_value` column. ```ruby class CreatePosts < ActiveRecord::Migration def change create_table :posts do |t| t.integer :some_value end # add a not null constraint to the some_value column # should update some_value with not null values # because records might exist which have null value in the some_value column Post.update_all(some_value: 1) change_column_null(:posts, :some_value, false) change_column_default(:posts, :some_value, 1) end end ``` This commit fixes the above issue.
-
- 31 Jan, 2016 1 commit
-
-
Kamil Bielawski authored
-
- 25 Jan, 2016 2 commits
-
-
Guillermo Guerrero Ibarra authored
-
Guillermo Guerrero Ibarra authored
Reduced the Cyclomatic complexity. #330 By default didn't annotate activeadmin models. This close #330
-
- 19 Jan, 2016 4 commits
-
-
Guillermo Guerrero Ibarra authored
Added coveralls and code climate gems.
-
Guillermo Guerrero Ibarra authored
-
Guillermo Guerrero Ibarra authored
-
mitaku authored
-
- 16 Jan, 2016 1 commit
-
-
cuong.tran authored
-
- 15 Jan, 2016 1 commit
-
-
Guillermo Guerrero Ibarra authored
-
- 11 Jan, 2016 2 commits
-
-
cuong.tran authored
Do not annotate controllers, helpers and scaffolds by default (revert to behavior from previous version)
-
Hasan Kumar Reddy A authored
-
- 30 Dec, 2015 3 commits
-
-
cuong.tran authored
-
cuong.tran authored
-
cuong.tran authored
-
- 27 Dec, 2015 2 commits
-
-
cuong.tran authored
-
cuong.tran authored
-
- 25 Dec, 2015 2 commits
-
-
Akira Matsuda authored
-
Akira Matsuda authored
-
- 12 Dec, 2015 1 commit
-
-
B authored
-
- 10 Dec, 2015 2 commits
-
-
B authored
-
cuong.tran authored
-
- 02 Dec, 2015 2 commits
- 30 Nov, 2015 2 commits
-
-
djsegal authored
-
Wouter Willaert authored
-
- 24 Nov, 2015 1 commit
-
-
Hasan Kumar Reddy A authored
-
- 23 Nov, 2015 1 commit
-
-
djsegal authored
-
- 18 Nov, 2015 2 commits
-
-
Cuong Tran authored
-
Sergey Yazan authored
single-quoted strings and redundant curly braces around a hash parameter
-
- 15 Nov, 2015 1 commit
-
-
djsegal authored
-
- 02 Nov, 2015 1 commit
-
-
Kamil Bielawski authored
-
- 26 Oct, 2015 2 commits
-
-
Kamil Bielawski authored
-
Kamil Bielawski authored
-