41
How to enjoy Padrino 札幌市中央区 Ruby 会議0 1 Takeshi Yabe / @tyabe

Favorite points of padrino

Embed Size (px)

DESCRIPTION

札幌市中央区Ruby会議01での発表資料です

Citation preview

Page 1: Favorite points of padrino

How to enjoy Padrino札幌市中央区Ruby会議01 Takeshi Yabe / @tyabe

Page 2: Favorite points of padrino

How to enjoy Padrino札幌市中央区Ruby会議01 Takeshi Yabe / @tyabe

Page 3: Favorite points of padrino

Favorite points of Padrino札幌市中央区Ruby会議01 Takeshi Yabe / @tyabe

Page 4: Favorite points of padrino
Page 5: Favorite points of padrino

http://www.flickr.com/photos/katryo/8002762950

毎月第3水曜開催VOYAGE GROUP 株式会社ディー・エヌ・エー KDDIウェブコミュニケーションズ 株式会社イグニス ピクシブ株式会社 ← 次回(2月)

Page 6: Favorite points of padrino

http://www.flickr.com/photos/katryo/8002762950

Page 7: Favorite points of padrino

すきなもの

Page 8: Favorite points of padrino

自主規制

YUKI

Page 9: Favorite points of padrino

自主規制

Perfume

Page 10: Favorite points of padrino

自主規制

パスピエ

Page 11: Favorite points of padrino
Page 12: Favorite points of padrino

http://jp.padrinorb.com/pages/why

Page 13: Favorite points of padrino

http://jp.padrinorb.com/pages/why

”このフレームワークの狙いは、 Sinatra のエッセンスに合わせつつ、どんどん複雑さを増すばかりのアプリケーション開発に必要となるような機能、たとえば、フォーム、メール配信、国際化、ヘルパー、キャッシュなど……、を付け加えていくことです”

Page 14: Favorite points of padrino

http://magazine.rubyist.net/?0036-SinatraReintroduction

Page 15: Favorite points of padrino

http://jp.padrinorb.com/guides/blog-tutorial

Page 16: Favorite points of padrino

http://jp.padrinorb.com/guides/blog-tutorial

内容がちょっと古い すみません…

Page 17: Favorite points of padrino

https://shellycloud.com/blog/2013/11/how-to-build-and-deploy-a-blog-application-in-padrino

Page 18: Favorite points of padrino

http://blog.ruby.iijgio.com/2013/06/20/mogok-padrino

Page 19: Favorite points of padrino

https://github.com/padrino/padrino-docs

Page 20: Favorite points of padrino

Padrinoの好きなとこ

Page 21: Favorite points of padrino

ひとつめ

Page 22: Favorite points of padrino

padrino-gen

Page 23: Favorite points of padrino

小さく始められる

Page 24: Favorite points of padrino

$ padrino g project sample

Page 25: Favorite points of padrino

sample ├── Gemfile ├── Rakefile ├── app │ ├── app.rb │ ├── controllers │ ├── helpers │ └── views │ └── layouts ├── config │ ├── apps.rb │ ├── boot.rb ├── config.ru ├── public │ ├── favicon.ico │ ├── images │ ├── javascripts │ └── stylesheets └── tmp

Page 26: Favorite points of padrino

DB使いたくなった

Page 27: Favorite points of padrino

$ padrino g component -d datamapper -a sqlite

Page 28: Favorite points of padrino

$ padrino g admin

Page 29: Favorite points of padrino
Page 30: Favorite points of padrino

ふたつめ

Page 31: Favorite points of padrino

padrino-recipes

Page 32: Favorite points of padrino

ちょっとした手間を省ける

Page 33: Favorite points of padrino

$ padrino g plugin -l

Page 34: Favorite points of padrino

Available plugins: - ["960"] - ["access"] - ["ar_permalink_i18n"] - ["ar_permalink"] - ["ar_textile"] - ["ar_translate"] - ["auto_locale"] - ["barista"] - [“better_errors”] :

Page 35: Favorite points of padrino

自分でつくるのも簡単

Page 36: Favorite points of padrino
Page 37: Favorite points of padrino

みっつめ

Page 38: Favorite points of padrino

時間切れになってるはず!

Page 39: Favorite points of padrino

Page 40: Favorite points of padrino

コントリビュートする隙が多い

Padrino本体・recipes・ドキュメント・日本語情報 and more…

Page 41: Favorite points of padrino

ENJOY! with Padrino