Sha256: bd1d97e2d76110bdc4cc6559b5577d3dcf68c67ad57affe2a12185cbd0d50a12
Contents?: true
Size: 1.31 KB
Versions: 7
Compression:
Stored size: 1.31 KB
Contents
# Liza - Systems in Development These systems operate at a very small capacity, and will be fleshed out in the future. ## Happy Try Liza and build an ASCII game liza happy axo ## Networking Try Liza to connect with Sqlite and Redis liza net ```ruby NetBox.clients.get :sqlite NetBox.clients.get :redis_url NetBox.databases.sql NetBox.databases.sqlite NetBox.databases.redis RedisDb.current SqliteDb.current RedisDb.current.call "TIME" SqliteDb.current.call "SELECT name, sql FROM sqlite_master WHERE type = 'table';" ``` ## Rack Web Server Try Liza with the Rack Web Server liza rack http://localhost:3000/ http://localhost:3000/xxxxxxx http://localhost:3000/api/xxxxxxx http://localhost:3000/api/auth/sign_up http://localhost:3000/api/auth/sign_in http://localhost:3000/api/auth/account http://localhost:3000/api/auth/sign_out http://localhost:3000/assets/app.css http://localhost:3000/assets/app.js ## Web Request Try Liza with the Rack Web Server liza request get / liza request post / liza request get /xxxxxxx liza request get /api/xxxxxxx liza request get /api/auth/sign_up liza request get /api/auth/sign_in liza request get /api/auth/account liza request get /api/auth/sign_out liza request get /assets/app.css liza request get /assets/app.js
Version data entries
7 entries across 7 versions & 1 rubygems