Giter VIP home page Giter VIP logo

todo-ruby's Introduction

Todo application written in ruby

Laid here for personal study & reference purpose. This project is following-along of Perfect Ruby chapter 15 & 16.

$ git clone [email protected]:appkr/todo-ruby

Console Application

$ cd todo-ruby/console
todo-ruby/console $ bundle install
todo-ruby/console $ touch storage/todo.db
todo-ruby/console $ bundle exec ruby bin/todo --help

Web Application

$ cd todo-ruby/web
todo-ruby/web $ bundle install
todo-ruby/web $ touch storage/todo.db
todo-ruby/web $ bundle exec ruby bin/todo server

Install as RubyGem

todo-ruby/web $ bundle exec rake build
# todo 0.2.0 built to pkg/todo-0.2.0.gem.

todo-ruby/web $ gem install pkg/todo-0.2.0.gem
# Successfully installed todo-0.2.0
# 1 gem installed

todo-ruby/web $ gem list todo
# *** LOCAL GEMS ***
# todo (0.2.0)

todo-ruby/web $ ln -s /usr/local/lib/ruby/gems/{X.Y.Z}/gems/todo-0.2.0/bin/todo /usr/local/bin/todo

todo-ruby/web $ todo server
# Start server process...
# [2016-06-22 23:03:50] INFO  WEBrick 1.3.1
# [2016-06-22 23:03:50] INFO  ruby 2.3.1 (2016-04-26) [x86_64-darwin15]
# [2016-06-22 23:03:50] INFO  WEBrick::HTTPServer#start: pid=16743 port=9292
# ^C[2016-06-22 23:03:59] INFO  going to shutdown ...
# [2016-06-22 23:03:59] INFO  WEBrick::HTTPServer#start done.

todo-ruby's People

Contributors

appkr avatar

Watchers

 avatar  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.