aselab / scala-activerecord-sample

Scala Activerecord sample

Home Page:http://play2-scala-activerecord.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample Heroku URL (Play! 2.x sample)

http://play2-scala-activerecord.herokuapp.com/

Scala ActiveRecord sample

Console application samples

cd sample/
sbt
> run

Scalatra sample

cd scalatra/
sbt
> jetty:start

The application starts on http://localhost:8080.

Scalatra sample (multiple-schema)

cd scalatra-multiple-schema/
sbt
> jetty:start

The application starts on http://localhost:8080.

Play! 2.8 sample

cd play2x/
sbt
> run

The application starts on http://localhost:9000.

Play! 2.8 sample (multiple-schema)

cd play2x-multiple-schema/
sbt
> run

The application starts on http://localhost:9000.

About

Scala Activerecord sample

http://play2-scala-activerecord.herokuapp.com/


Languages

Language:Scala 60.9%Language:HTML 35.9%Language:JavaScript 3.1%Language:CSS 0.2%