Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 791 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 791 Bytes

blog-rails-next

Blog using rails and next for promote rest-api-generator gem.

Back-end

Rails

  • rest-api-generator (Build api faster)

rails g rest_api_generator:resource Post title:string author:string content:rich_text --spec=rswag

  • Avo (Admin)

    • Change api_only=false
    • Install propshaft
  • Others

    • Serializer: AMS
    • Text editor: Action Text with Trix
    • Images: Action Storage

Front-end