Skip to content

jx6f/blog_mpac

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rails new blog_mpac && cd blog_mpac
rails g scaffold Post title body:text && rake db:setup

pry -r msgpack -r uri -r 'net/http'
res = Net::HTTP.get(URI.parse('http://0.0.0.0:3000/posts/1.mpac/'))
MessagePack.unpack(res)

About

Rails サンプル:MessagePack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 71.2%
  • HTML 20.1%
  • CSS 5.9%
  • JavaScript 2.1%
  • CoffeeScript 0.7%