Sorry, this entry is only available in 日本語.
Tag Archives: Rails
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 EnvironmentGradle: Deploy Application Controlled by Git
I wrote the script to deploy application controlled by Git.
Continue reading Gradle: Deploy Application Controlled by Git