Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • C chouette-core
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 36
    • Merge requests 36
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Administrator
  • chouette-core
  • Wiki
  • Home

Home · Changes

Page history
Updated Home (markdown) authored May 15, 2018 by Luc Donnet's avatar Luc Donnet
Show whitespace changes
Inline Side-by-side
Showing with 7 additions and 3 deletions
+7 -3
  • Home.md Home.md +7 -3
  • No files found.
Home.md
View page @ cefa8d60
......@@ -12,8 +12,8 @@ Detailed diagrams of the different parts of the application are available on the
The main development work happens in these repositories:
* [Rails application](https://github.com/af83/).
* [Java application](https://github.com/af83/).
* [Rails application](https://github.com/af83/chouette-core).
* [Java application](https://github.com/af83/chouette-core-iev).
Merge commits should be avoided. Use the following Git commands to get the latest from `master`.
......@@ -46,7 +46,11 @@ git push origin my_branch
* [Writing a model](Rails-models)
* [Writing a controller](Rails-Controller)
* [Writing a view](Rails-views)
* [Writing a spec (TODO)](Rails-spec)
* [Writing a policy (TODO)](/code_rules/policy.md)
* [Writing a feature (TODO)](/code_rules/feature.md)
* [I18n](Rails-I18n)
## Test code rules
* [Writing a spec](Rails-spec)
* [Writing a javascript test](Javascript-test)
\ No newline at end of file
Clone repository

Coding Conventions