Skip to content
/ yaml_waml Public
forked from kakutani/yaml_waml

Rails plugin to workaround for fixing output result of 'to_yaml' method treats multibyte UTF-8 string(such as japanese) as binary.

License

Notifications You must be signed in to change notification settings

ohac/yaml_waml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YamlWaml is for ‘YAML WorkAround for Multibyte Language’.

This Rails plugin originated by the blog entry written by Akira Ikeda.

(*) d.hatena.ne.jp/Rommy/20061229/1167406811

gem sources -a http://gems.github.com
gem install kakutani-yaml_waml

in ruby code …

require 'rubygems'
gem 'kakutani-yaml_waml'
...
require 'yaml_waml'
Rails::Initializer.run do |config|
  config.gem 'kakutani-yaml_waml', :version => '~> 0.1.1', :lib => 'yaml_waml',
    :source => 'http://gems.github.com'
end
  • script/plugin install git://github.com/kakutani/yaml_waml.git

  • git://github.com/kakutani/yaml_waml.git

It will not maintain anymore.

MIT License

In order to run YamlWaml’s full suite of specs (rake pre_commit), you must install the following gems:

  • rspec # Tests plugin behaviour

  • rake # Runs the build script

  • rcov # Verifies that the code is 100% covered by specs

Akira Ikeda(pinpon.ikeda at gmail.com), d.hatena.ne.jp/Rommy

Adapted by KAKUTANI Shintaro(shintaro at kakutani.com), kakutani.com

Thaks for pathes from followings:

About

Rails plugin to workaround for fixing output result of 'to_yaml' method treats multibyte UTF-8 string(such as japanese) as binary.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%