Code Monkey home page Code Monkey logo

mugen's Introduction

Mugen Build Status Code Climate

Introduction

Mugen is API wrapper for MyGengo(http://mygengo.com/) and scaffold generator for existing rails app

Installation

Working best with Rails3 and jQuery

Rails 3.x

Add gems to your Gemfile and bundle install it: gem 'haml' gem 'mugen'

Generate scaffold: $ rails generate mugen

Install rails3_before_render plugin $ rails plugin install git://github.com/shell/rails3_before_render.git

Configure API keys in config/initializers/mugen.rb: Mugen.api_key = '' Mugen.private_key = ''

Start server and enjoy

Rails 2.x

Add gems to config/environment.rb config.gem 'haml' config.gem 'mugen'

Next install gems via gem install mugen or rake gems:install

Next generate scaffold

$ script/generate mugen

Install rails3_before_render plugin $ rails plugin install git://github.com/shell/rails3_before_render.git

Configure API keys in config/initializers/mugen.rb Start server and enjoy

Usage

See routes.rb for url mappings. Default page is here (http://localhost:3000/mygengo/account)

Debugging

To debug http-requests, uncomment following line in lib/mugen/client.rb:

debug_output $stderr

TODO

  • remove csrf_tag in layout file for rails2
  • I18n
  • made js agnostic
  • cover everything with tests
  • Something really bad happening with css

Author

Copyright (c) 2011 Vladimir Penkin

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.