yochiyochirb / meetups

81 stars 24 forks source link

第61回 yucao24hours task1010243 pupupopo88 ganchan0929 #911

Closed ghost closed 9 years ago

yucao24hours commented 9 years ago

:fried_shrimp:

yucao24hours commented 9 years ago

ghost commented 9 years ago

:fried_shrimp:

yucao24hours commented 9 years ago

ghost commented 9 years ago

ghost commented 9 years ago

ghost commented 9 years ago

http://railstutorial.jp/chapters/modeling-users?version=4.0#sec-database_migrations から

yucao24hours commented 9 years ago

メールアドレスをユーザー名にしたことで、理屈の上では将来ユーザー同士で通信できるように拡張できる可能性が開かれます

ユーザが一意になるから、ユーザを指定したやりとりができる、ということでは!

ghost commented 9 years ago

timestampはどこの情報を見て時間を決めている…?

yucao24hours commented 9 years ago

t.timestamps で使われるタイムゾーンは http://api.rubyonrails.org/classes/ActiveRecord/Timestamp.html で設定できる :jp:

ghost commented 9 years ago

デフォルトだと UTCらしい

yucao24hours commented 9 years ago

Rails の timestamps のデフォルト挙動が、Rails5 から変わるよという話 http://juanitofatas.com/2015/01/28/rails-5-timestamps/

ghost commented 9 years ago

原文(Rails 4.2.0)はt.timestamps null: falseって書いてありますね https://www.railstutorial.org/book/modeling_users#code-users_migration

yuzoiwasaki commented 9 years ago

デフォルトカラムとして作成されるidの型は変更可能だが、integerのままがよい。

ghost commented 9 years ago

idという一意なカラムが決まっているなら、emailという一意なカラムを任意で作る必要がないのでは…?

ghost commented 9 years ago

http://goo.gl/CxkHVb

yucao24hours commented 9 years ago

migrating up っていうのしらなかった

ghost commented 9 years ago
create_table :books, id: false do |t|
  t.integer :book_id
  t.string :title

  t.timestamps
end
yucao24hours commented 9 years ago

"エスキューエライト" っていうの…その「エ」いるの…

ghost commented 9 years ago

「秘伝のDBが…!」

ghost commented 9 years ago

秘伝のDBにはこれ使ってました http://www.dehats.com/drupal/?q=node/58

ghost commented 9 years ago

Litaは私も使ったことありました

ghost commented 9 years ago

サンドボックスモードとは…(あとで説明があった)

yucao24hours commented 9 years ago

User.newを引数なしで呼んだ場合は、

の直前までおわりました!

yucao24hours commented 9 years ago

感想をかいてみようのコーナー

yucao24hours commented 9 years ago

デービーとかモデルとかは楽しい!モデリング好きだからうれしい!

ghost commented 9 years ago

やっとmodelの辺りに突入して楽しくなったきた。 SQLiteの読み方新鮮

yuzoiwasaki commented 9 years ago

modelの入り口だったので今日は大丈夫かな。次回から手強くなってきそう。。

ghost commented 9 years ago

どんどん進んで楽しい!Railsは4.0と4.2でも違う、5.0だと更に違う、ということで怖いなと思いました(小並感)

ghost commented 9 years ago

海老フライが食べたいです

yucao24hours commented 9 years ago

これなんでもできるのかな…

:bow:

yucao24hours commented 9 years ago