avance reseau, requis et model

This commit is contained in:
2018-09-15 19:38:30 +02:00
parent a4b606477a
commit 9deb1d806a
5 changed files with 138 additions and 9 deletions

View File

@@ -98,4 +98,58 @@
author = {Wikimedia Foundation Inc.},
title = {Wikipedia, The Free Encyclopedia},
note = {URL: "\url{https://www.gitkraken.com/}"}
}
}
@misc{jsonapi,
author = {Json Api},
title = {A specification for building apis in Json},
note = {URL: "\url{http://jsonapi.org/}"}
}
@misc{activemodelserializer,
author = {rails},
title = {ActiveModelSerializers brings convention over configuration to your JSON generation},
note = {URL: "\url{https://github.com/rails-api/active_model_serializers/tree/0-10-stable}"}
}
@misc{dsjsonapiserializer,
author = {ActiveModelSerializers},
title = {Ember Data 2.0 Serializer},
note = {URL: "\url{https://www.emberjs.com/api/ember-data/release/classes/DS.JSONAPISerializer}"}
}
@misc{mongoid,
author = {mongoDB},
title = {Ruby ODM framework for MongoDB},
note = {URL: "\url{https://github.com/mongodb/mongoid}"}
}
@misc{rspec,
author = {RSpec},
title = {Behaviour Driven Development for Ruby. Making TDD Productive and Fun.},
note = {URL: "\url{http://rspec.info/}"}
}
@misc{rubocop,
author = {RuboCop},
title = {A Ruby static code analyzer and formatter, based on the community Ruby style guide.},
note = {URL: "\url{https://github.com/rubocop-hq/rubocop}"}
}
@misc{rubocopdoc,
author = {RuboCop},
title = {Documentation for the RuboCop project},
note = {URL: "\url{http://docs.rubocop.org/en/latest/}"}
}
@misc{rubystyleguide,
author = {RuboCop},
title = {A community-driven Ruby coding style guide},
note = {URL: "\url{https://github.com/rubocop-hq/ruby-style-guide}"}
}
@misc{railsstyleguide,
author = {RuboCop},
title = {A community-driven Ruby on Rails style guide },
note = {URL: "\url{https://github.com/rubocop-hq/rails-style-guide}"}
}