2019-11-01から1ヶ月間の記事一覧
取り組んだこと It's Dangerous to Go Alone: Battling the Invisible Monsters in Tech youtu.be Believe you can change Believe you can change (Aaron Swartz's Raw Thought) codewar Rails Tutorial Ch.4: 学んだこと “fixed mindset” the belief that …
取り組んだこと Google I/O 2009 - The Myth of the Genius Programmer www.youtube.com 学んだこと Don't just fail. Fail quickly and try something differernt as fast as you can. The faster you can fail, the faster you can iterate and the faster…
作成物 https://rails-girls-eri.herokuapp.com/ 感想 オーガナイザーやコーチの方が暖かく迎えてくださり、楽しく学ぶことができた。 何かを新しく学ぶ時に、楽しさを感じることは大事だ。だが、学習方法がわからなかったり、学習内容への理解が困難に感じ…
取り組んだこと Rails Tutorial Ch.3: ほぼ静的なページの作成 学んだこと Railsのビューは、ERB(埋め込みRuby)が使える <% … %>は、中に書かれたコードを実行するだけで出力する <%= … %>は、中のコードの実行結果が、その部分に挿入される テスト駆動開発…
取り組んだこと Rails Tutorial Ch.2: Toyアプリケーション Ch.3: ほぼ静的なページの作成(3.2.1まで) Bundleに関する記事の作成 eri2490.hatenablog.com 学んだこと scaffoldを利用したRailsでの簡単なWebアプリケーションの作成 MVCモデルの概要 RESTful…
背景 Rails newで新しくWebアプリケーションを作成した後、Gemfileを更新し、bundle instal --without productionlをすると、 If you are updating multiple gems in your Gemfile at once, try passing them all to `bundle update` というエラーがRails Tu…
エラー内容 Signup有効化の為に受信したメールのActivateリンクをクリックすると This page isn’t working u13692736.ct.sendgrid.net sent an invalid response. ERR_INVALID_REDIRECT が表示されて、有効化されない。 解決方法 config/environments/produc…
エラー内容 タイトルの通り。 Address already in use - bind(2) for "0.0.0.0" port 3000 (Errno::EADDRINUSE) 取り組んだ事 $ lsof -i:3000 実行結果 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME ruby 99136 eri2490 12u IPv4 0x4ad22ad916893e63…
取り組んだ事 Rails Tutorial 1周目 Ch.14: ユーザーをフォローする Rails Tutorial 1周目でつまづいた箇所をブログに記載 メール送信でアカウントの有効化をした際のエラーeri2490.hatenablog.com rails sが通らなくなった時の対処法 eri2490.hatenablog.…
エラー内容 無効なパスワードでもパスワードが変更されてしまう FAIL["test_password_resets", PasswordResetsTest, 1.6851770002394915] test_password_resets#PasswordResetsTest (1.69s) Expected at least 1 element matching "div#error_explanation", …