0
0

More than 3 years have passed since last update.

Ruby & Rails チートシート

Posted at

Rubyの論理値の評価

  • A && B
    true(nil, flase以外)が現れたら終わりでそれが論理値になる
  • A || B
    false(nilかfalse)が現れたら終わりでそれが論理値になる

特定のtest methodのみを走らせる

$ rails test test/integration/users_login_test.rb   TESTOPTS="--name test_login_with_valid_information"

本番デプロイ先のURLを確認できる

$ heroku info
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0