completeness-fu icon indicating copy to clipboard operation
completeness-fu copied to clipboard

Simple dsl for defining how to calculate how complete a model instance is (similar to LinkedIn profile completeness)

Results 9 completeness-fu issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 12.3.3 > > ==== Bug fixes > > * Use the application's name...

dependencies

bundle install works fine but when I am restarting rails server getting following error: * actionmailer (4.2.5.1) * actionpack (4.2.5.1) * actionview (4.2.5.1) * activeadmin (1.0.0) * activejob (4.2.5.1) *...

Bumps [i18n](https://github.com/svenfuchs/i18n) from 0.6.0 to 0.9.5. Release notes *Sourced from [i18n's releases](https://github.com/svenfuchs/i18n/releases).* > ## v0.9.5 > * [#404](https://github-redirect.dependabot.com/svenfuchs/i18n/issues/404) reported a regression in 0.9.3, which wasn't fixed by 0.9.4. [#408](https://github-redirect.dependabot.com/svenfuchs/i18n/issues/408) fixes...

dependencies

I've got "gem 'completeness-fu'" in my Gemfile (I've also tried gem install 'completeness-fu') and I've run bundle install. Whenever I attempt to launch the rails server I get the following...

Make this compatible with Rails 3.2

Does this support making an aggregate score based on multiple models? eg. a person may have many addresses, pictures, jobs etc. each of which is a separate AR model perhaps...

Is it possible to return percentages for failed checks (ie. failed check :weighting 40, :percent 20% so you could see how much an action would improve the percentage completeness by?