Sha256: 62cc880add2e9b484678442d1696ed197148d000a7ebb08432ea3f2075b215fd

Contents?: true

Size: 887 Bytes

Versions: 11

Compression:

Stored size: 887 Bytes

Contents

= Kaui

This project rocks and uses MIT-LICENSE.

== Getting started

=== Running Kaui

You can run Kaui locally using the dummy app in the test directory:

  # Point to your killbill installation
  export KILLBILL_URL="http://killbill.company.com:8080"
  cd test/dummy && rails s

=== Mounting Kaui into your own Rails app

Kaui expects the container app to define the <tt>current_user</tt> method, which returns the
name of the logged-in user. This is used by Killbill for auditing purposes.

You also need to install validation.js into your asset pipeline.

Gem dependencies:

  gem 'rest-client', '~> 1.6.7'
  gem 'money-rails', '~> 0.5.0'

=== Running tests

Prepare a kaui_test database locally to be able to run the test suite:

  create database kaui_test;
  grant all privileges on kaui_test.* to 'root'@'localhost' identified by '';

You can run tests using rake:

  rake test

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
kaui-0.1.18 README.rdoc
kaui-0.1.17 README.rdoc
kaui-0.1.16 README.rdoc
kaui-0.1.15 README.rdoc
kaui-0.1.14 README.rdoc
kaui-0.1.12 README.rdoc
kaui-0.1.11 README.rdoc
kaui-0.1.10 README.rdoc
kaui-0.1.9 README.rdoc
kaui-0.1.8 README.rdoc
kaui-0.1.7 README.rdoc