jmillandev / task-manager

This a app for create, assing and complete task. With the goal is learn and practice Ror

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Create a new app

Run rails g scaffold AddName field_name1:field_type1 ... field_nameN:field_typeN

Generate anotates to model

With the 'annotate' gem run the command annotate --models

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...

About

This a app for create, assing and complete task. With the goal is learn and practice Ror


Languages

Language:Ruby 73.5%Language:Haml 8.2%Language:CSS 7.1%Language:HTML 3.7%Language:JavaScript 3.6%Language:Sass 2.2%Language:SCSS 0.8%Language:Dockerfile 0.8%Language:Shell 0.1%