dmcouncil/copyable

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.rspec
.travis.yml
Gemfile
LICENSE.txt
README.md
Rakefile
copyable.gemspec
lib/copyable.rb25
A
0 mins
lib/copyable/config.rb13
A
0 mins
lib/copyable/copy_registry.rb34
A
0 mins
lib/copyable/copyable_extension.rb50
A
3 hrs
lib/copyable/declarations/after_copy.rb12
A
0 mins
lib/copyable/declarations/associations.rb105
A
2 hrs
lib/copyable/declarations/columns.rb26
A
35 mins
lib/copyable/declarations/declaration.rb12
A
0 mins
lib/copyable/declarations/declarations.rb11
A
0 mins
lib/copyable/declarations/disable_all_callbacks_and_observers_except_validate.rb6
A
0 mins
lib/copyable/declarations/main.rb21
A
0 mins
lib/copyable/exceptions.rb7
A
0 mins
lib/copyable/model_hooks.rb35
A
0 mins
lib/copyable/option_checker.rb23
A
0 mins
lib/copyable/railtie.rb8
A
0 mins
lib/copyable/saver.rb22
A
35 mins
lib/copyable/single_copy_enforcer.rb7
A
0 mins
lib/copyable/syntax_checking/association_checker.rb35
A
0 mins
lib/copyable/syntax_checking/column_checker.rb35
A
0 mins
lib/copyable/syntax_checking/completeness_checker.rb19
A
0 mins
lib/copyable/syntax_checking/declaration_checker.rb22
A
0 mins
lib/copyable/syntax_checking/declaration_stubber.rb10
A
0 mins
lib/copyable/syntax_checking/syntax_checker.rb13
A
0 mins
lib/copyable/version.rb3
A
0 mins
lib/tasks/copyable.rake