structure, model, requis et validations

This commit is contained in:
2018-09-16 16:23:40 +02:00
parent 9deb1d806a
commit 1ad72a121f
12 changed files with 98 additions and 72 deletions

View File

@@ -150,6 +150,24 @@
@misc{railsstyleguide,
author = {RuboCop},
title = {A community-driven Ruby on Rails style guide },
title = {A community-driven Ruby on Rails style guide},
note = {URL: "\url{https://github.com/rubocop-hq/rails-style-guide}"}
}
@misc{brakeman,
author = {Brakeman},
title = {A static analysis security vulnerability scanner for Ruby on Rails applications},
note = {URL: "\url{https://github.com/presidentbeef/brakeman}"}
}
@misc{qunit,
author = {QUnit},
title = {A JavaScript Unit Testing framework},
note = {URL: "\url{https://qunitjs.com/}"}
}
@misc{eslint,
author = {ESLint},
title = {The pluggable linting utility for JavaScript and JSX},
note = {URL: "\url{https://eslint.org/}"}
}