This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.document | ||
| |
.gitignore | ||
| |
History.txt | ||
| |
MIT-LICENSE | ||
| |
README.rdoc | ||
| |
Rakefile | ||
| |
VERSION | ||
| |
benchmark/ | ||
| |
init.rb | ||
| |
install.rb | ||
| |
lib/ | ||
| |
spec/ | ||
| |
tasks/ | ||
| |
yaml_waml.gemspec |
README.rdoc
YamlWaml
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
Install
Installing the gem manually
gem sources -a http://gemcutter.org gem install yaml_waml
in ruby code …
require 'rubygems' gem 'yaml_waml' ... require 'yaml_waml'
2.1.0 <= rails w/ gem dependencies
Rails::Initializer.run do |config|
config.gem 'yaml_waml', :version => '~> 0.1.1',
:source => 'http://gemcutter.org'
end
2.1.0 <= rails
- script/plugin install git://github.com/kakutani/yaml_waml.git
rails <= 2.0.2
- script/plugin install yaml-waml.googlecode.com/svn/plugins/yaml_waml
Repositories
Git
- git://github.com/kakutani/yaml_waml.git
SVN repository (obsoleted)
It will not maintain anymore.
License
MIT License
Running the specs
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
Web Site
Authors
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:
- OHASHI Hideya (handling StringIO), github.com/ohac
- Nobuhiro IMAI (DRYied, handling IO), github.com/no6v
- Keiji Yoshimi (benchmark script and some advices), github.com/walf443








