yochiyochirb / meetups

81 stars 24 forks source link

第140回よちよちスト+アダルトチーム #1442

Open kumewata opened 5 years ago

kumewata commented 5 years ago

よろしくお願いします!

ryamakuchi commented 5 years ago

💪

kumewata commented 5 years ago

REST なぜ最初の単語から2文字とったのか気になる

yucao24hours commented 5 years ago

RESTは、インターネットそのものやWebアプリケーションなどの、分散・ネットワーク化されたシステムやアプリケーションを構築するためのアーキテクチャのスタイルの1つです。

ほんとに漠然としてる

ryamakuchi commented 5 years ago

ルーティングセンス 👀

yucao24hours commented 5 years ago

"自分で書いててルーティングセンスないなと思う" うっ...頭が...

nappan23 commented 5 years ago

RESTの概念、慣れるのに時間かかった 💦 習うより慣れろな気がしている。。

kumewata commented 5 years ago

DDDの概念が重要

kumewata commented 5 years ago

かわむらさんのGitHub https://github.com/tkawa

nappan23 commented 5 years ago

「僕のconfig/routes.rbを採点してください!」 的に突撃したい 👀

nappan23 commented 5 years ago

https://www.keisuke69.net/entry/2016/02/24/225749

nappan23 commented 5 years ago

URLにuser_idのかわりに別の値を使うためのGem https://github.com/norman/friendly_id

kumewata commented 5 years ago

id見せたくないとき https://qiita.com/reizist/items/c4482a358e7b5d69c83f

nappan23 commented 5 years ago

https://speakerdeck.com/motsat/metohiafalselun-du-hui

ryamakuchi commented 5 years ago

何回でも語り継いでいきましょう

nappan23 commented 5 years ago

https://tech.medpeer.co.jp/entry/2018/04/25/080000

konchanxxx commented 5 years ago

おすすめ https://github.com/ruby-grape/grape https://github.com/ruby-grape/grape-entity https://github.com/ruby-grape/grape-swagger-rails https://github.com/westfieldlabs/apivore

kumewata commented 5 years ago

無邪気にallは危険

nappan23 commented 5 years ago

Railsに慣れすぎてpure ruby書ける気がしない。。。。

nappan23 commented 5 years ago

https://qiita.com/Hassan/items/0e034a1d42b2335936e6

ryamakuchi commented 5 years ago

Q. インスタンス変数と普通の変数の違いってなんですか?:

A. 変数のスコープの違い。 @ がつくと def の外でも使える変数になるため、View にも引き渡すことができる。

nappan23 commented 5 years ago

private accessorみたいな概念はないのか??

konchanxxx commented 5 years ago

Q. インスタンス変数と普通の変数の違いってなんですか?:

Bindingオブジェクトとかを使うためにコントローラーで定義しているんじゃないかと妄想している(調べていない

https://uxmilk.jp/33886

konchanxxx commented 5 years ago

Railsに慣れすぎてpure ruby書ける気がしない。。。。

RackとかのgemでRailsっぽいフレームワークを作ってみると勉強になったりしました https://github.com/rack/rack

yuki3738 commented 5 years ago

https://attonblog.blogspot.com/2016/12/okinawarb-advent-calendar-2016-12-06.html

konchanxxx commented 5 years ago

https://qiita.com/necojackarc/items/fb76352dbea5bdd83366

yuki3738 commented 5 years ago

次は 2.2.3 Usersリソースの欠点 から

nappan23 commented 5 years ago

https://railshurts.com/quiz/

nappan23 commented 5 years ago

https://pixelastic.github.io/pokemonorbigdata/

kumewata commented 5 years ago

自分が便利だと思うツールと連携するgemを作ってみる