Skip to content

melardev/RailsJBuilderApiPaginatedCrud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d2ae92a · Mar 2, 2019

History

2 Commits
Mar 2, 2019
Mar 2, 2019
Mar 2, 2019
Mar 2, 2019
Mar 2, 2019
Mar 2, 2019
Mar 2, 2019
Mar 2, 2019
Mar 2, 2019
Mar 2, 2019
Mar 2, 2019
Mar 2, 2019
Mar 2, 2019
Mar 2, 2019
Mar 2, 2019
Mar 2, 2019
Mar 2, 2019
Mar 2, 2019

Repository files navigation

Introduction

This is a project mean to be used for learning basic CRUD operations and Pagination using

  • Rails
  • ActiveRecord ORM
  • JBuilder

I have many other implementations of this server:

The next come are:

  • NodeJs Express + Knex
  • Flask + Flask-Restful
  • Laravel + Fractal
  • Laravel + ApiResources
  • Go with Mux
  • AspNet Core
  • AspNet Web Api 2
  • Jersey

Steps used to create this project

rails new ApiCrud --api --database=sqlite3
rails generate model Todo title:string description:text completed:boolean
rails db:migrate
rails db:seed
rails generate controller Todos

Follow me

  • Youtube Channel I publish videos mainly on programming
  • Blog Sometimes I publish the source code there before Github
  • Twitter I share tips on programming

Releases

No releases published

Packages

No packages published