Git Product home page Git Product logo

sanataro's Introduction

Kakeibo Sanataro <img src=“https://secure.travis-ci.org/kaznum/sanataro.png” /> <img src=“https://gemnasium.com/kaznum/sanataro.png”/>

Sanataro - Simple Web Household Account Book. built with Ruby on Rails.

Functional Features

  • Simple kakeibo Web Application.

  • Multi-User capable

  • Balance adjustment

  • Lightweight and beautiful monthly/yearly P/L and B/S charts

  • Credit-card due setting

  • Simple input User-Interface for iPhone.

  • Tweet button. (Think why this exists and how to enjoy this individually.)

  • See more on a demo page. sanataro.heroku.com/

Architectual Features

  • Only HTML, CSS, JavaScript. No Flash, No ActiveX.

  • Locale Support (Now only Japanese, but you can add your own language easily)

Requirement

  • Ruby:

    • MRI (tested continuously with 1.9.2, 1.9.3)

    • JRuby (tested continuously with version 1.6.7 - 1.9 mode)

  • Ruby on Rails: 3.2 (Check Gemfile for the minor version)

  • DB:

    • MySQL

    • SQLite3

    • PostgreSQL (Heroku available. Demo: sanataro.heroku.com/ )

    • (On 9/25/2012, all specs passed under JRuby 1.6.7 and SQL Server 2008 via JDBC. This will not be tested continuously because CI environment is not available)

  • Gem: See Gemfile

  • Recommend: Passenger and Webserver such as Apache / Heroku (see github.com/kaznum/sanataro/wiki/Deploying-to-heroku for the guide of specific configuration to sanataro.)

If you want to try instantly…

  • ‘git clone git://github.com/kaznum/sanataro.git’

  • ‘cd sanataro’

  • ‘cp config/database.yml.sample config/database.yml’

  • ‘gem install bundler’ if bundler is not installed.

  • ‘bundle install’

  • ‘rake db:migrate’

  • ‘rake db:seed’ if you use ‘demo’ user (password: demo123).

  • ‘rails s’

  • Visit localhost:3000 with your favorite web browser.

  • Some other configurable parameters are in config/environments/*.rb or config/application.yml

    • /admin/users has basic authentication. Credential username and password can be setup by ADMIN_USER and ADMIN_PASSWORD in environment variables or production’s admin_user and admin_password settings in config/application.yml (see development setting).

For JRuby environment

  • Use gemfiles/Gemfile.jruby{,.lock} as Gemfile{,.lock}

For JRuby and SQL Server 2008 (Not Official support)

  • Insert ‘gem ’activerecord-jdbcmssql-adapter’‘ into Gemfile and execute `bundle install`

  • Edit ‘config/database.yml` for the connection to SQL Server Database (see `config/database.yml.sample`)

Credit

License

The MIT License (MIT)

Copyright © 2007-2012 Kazuya NUMATA <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

The bundled libraries

This product uses the following libraries. (These are bundled with, so you don’t need additional installation.)

sanataro's People

Contributors

kaznum avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.