Sorry, this entry is only available in 日本語.
Tag Archives: Ruby
Convert Number to Word
(日本語) JSON をパースする方法
Rails: Different Code according to the Environment
The code executes different method according to the environment, in Rails. In this way, you can show message only in development environment.
Continue reading Rails: Different Code according to the EnvironmentRuby: Difference among and, &&, & , or, ||, |
In Ruby, we can use and
, &
, &&
. And also or
, |
, ||
we can use. I researched about their difference.