Coder Social home page Coder Social logo

gr12402's Introduction

Gr12402

Curso full stack

Scafold

rails g scaffold city name danecode:uniq rails g scaffold documentType name:uniq rails g scaffold user document_type:references doctnumber:uniq name lastname city:references dateage score username:uniq password_digest email:uniq phone rails g scaffold group name:uniq rails g scaffold event group:references name:uniq dateevent state eventType rails g scaffold transactionType description rails g scaffold invoice user:references total datepay rails g scaffold categoryType description rails g scaffold product user:references name description unitcost categoryType:references stockcount rails g scaffold publication product:references quantity datePublish state rails g scaffold invoiceDetail invoice:references product:references quantity rails g scaffold imageProduct product:references quantity name path:uniq

Models rails g model usergroup user:references group:references rails g model transaction user:references transactionType:references invoice:references rails g model role role:uniq

rails g migration AddRoleToUsers role:references

destroys

rails destroy scaffold city name danecode:uniq rails destroy scaffold documentType name:uniq rails destroy scaffold user rails destroy scaffold group name:uniq rails destroy scaffold event group:references name:uniq dateevent state eventType rails destroy scaffold transactionType description rails destroy scaffold invoice user:references total datepay rails destroy scaffold categoryType description rails destroy scaffold product user:references name description unitcost categoryType:references stockcount rails destroy scaffold publication product:references quantity datePublish state rails destroy scaffold invoiceDetail invoice:references product:references quantity rails destroy scaffold imageProduct product:references quantity name path:uniq

gr12402's People

Contributors

jmaldo6 avatar r4vn0s avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.