web framework inspired by Ruby on Rails
- roswell
- qlot
- sbcl
clails is alpha version. so you will need to manually configure various settings.
clone clails
git clone https://github.com/tamurashingo/clails.gitinstall dependencies
cd clails
qlot installadd environment variables
path
export PATH=$PATH:$PWD/roswellasdf's source path
export CL_SOURCE_REGISTRY=$PWDclails.ros new project-nameexecute create database command
clails.ros db:createclails.ros db:migrate:upclails.ros servervisit http://localhost:5000/
you'll see
It contains instructions on how to create an application using commands:
https://github.com/tamurashingo/clails/wiki/create-todo-application
Implementation examples for various databases, Docker, and REST:
https://github.com/tamurashingo/clails-sample-apps
model
- select from single table
- update
- insert
- delete
- select from many tables
view
- template-based HTML rendering
- JSON rendering
controller
- accept query parameter
- accept path parameter
- rest controller
Copyright 2024-2025 tamura shingo