i have to create a rest api using grape link.in the rest api i don't want to use Rails gem it can be created using simply gem.
- My first question is this a good approach for making application light .
How to create a Model or database Object using only rake in rails if i have to create a User Model then i use this command
rails generate model User name:string email:string
what is the alternative when i am using only Rack. please provide some helpful link for creating database apps using only rails. i have to use postgresql!!