Kales

Kotlin on Rails

License

License

GroupId

GroupId

com.felipecsl.kales
ArtifactId

ArtifactId

kales-activerecord
Last Version

Last Version

0.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

Kales
Kotlin on Rails
Project URL

Project URL

https://github.com/felipecsl/kales
Project Organization

Project Organization

com.felipecsl.kales
Source Code Management

Source Code Management

https://github.com/felipecsl/kales

Download kales-activerecord

How to add to project

<!-- https://jarcasting.com/artifacts/com.felipecsl.kales/kales-activerecord/ -->
<dependency>
    <groupId>com.felipecsl.kales</groupId>
    <artifactId>kales-activerecord</artifactId>
    <version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.felipecsl.kales/kales-activerecord/
implementation 'com.felipecsl.kales:kales-activerecord:0.0.4'
// https://jarcasting.com/artifacts/com.felipecsl.kales/kales-activerecord/
implementation ("com.felipecsl.kales:kales-activerecord:0.0.4")
'com.felipecsl.kales:kales-activerecord:jar:0.0.4'
<dependency org="com.felipecsl.kales" name="kales-activerecord" rev="0.0.4">
  <artifact name="kales-activerecord" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.felipecsl.kales', module='kales-activerecord', version='0.0.4')
)
libraryDependencies += "com.felipecsl.kales" % "kales-activerecord" % "0.0.4"
[com.felipecsl.kales/kales-activerecord "0.0.4"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Kales

A modern web framework built for developer productivity and safety.
Kales runs on top of Ktor and uses an MVC architecture.

Usage

Run the following in your terminal, then follow the onscreen instructions.

curl https://raw.githubusercontent.com/felipecsl/kales/master/scripts/install -sSf | sh

This will install the command line application kales. It can generate the boilerplate you need to bootstrap a new web app.

Running the example app

./gradlew sampleapp:run

then open http://localhost:8080 on your browser.

Hot reloading

Ktor supports hot reloading out of the box, simply open a new terminal window and run:

./gradlew -t sampleapp:jar

Deploying the docs website

$ ./gradlew dokka # Regenerate the API docs
$ cd website
$ GIT_USER=felipecsl \
 CURRENT_BRANCH=master \
 USE_SSH=true \
 yarn run publish-gh-pages

and it will automatically rebuild as you make new changes.

Download

implementation 'com.felipecsl.kales:kales:0.0.7-SNAPSHOT'

Snapshots of the development version are available in Sonatype's snapshots repository.

Usage

Check the sampleapp directory for an application that uses some of the features exposed by Kales.

For more information, please check the Kales website.

Versions

Version
0.0.4