Skip to content

RubyPlatform/basic-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD-POC

About

Every branch of this project is about refactoring the main branch and achieving the same GOAL of CRUD operations using different tech stack.

Branches

Master

  • $ rails new --skip-test-unit basic-crud
  • $ cd basic-crud
  • $ git init
  • $ git add .
  • $ git commit -m "Initial commit of rails repo without test unit"

Remove coffee-script and sass dependency by commenting out its reference in Gemfile and Git Commit

  • $ rails g scaffold user full_name:string mobile_number:string email_id:string age:integer height:decimal weight:decimal
  • $ rake db:migrate

Git Commit

About

Trying basic CRUD with all sorts of rails-pluggable tech stack..

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published