Here are two GitHub repositories:
Each one basically* contains the default boilerplate program that gets generated when you type "rails new APP_NAME" into a terminal.
I am deploying them identically to a remote server (specifically an EC2 instance in AWS).
For the first one, the "rails server" on port 3000 is accessible remotely.
For the second one, the "rails server" on port 3000 is NOT accessible remotely.
Would anyone be able to shed some light as to why this is the case?
To provide some background:
The first was generated in May 2014, the second was generated in March 2015.
*The first I might've tinkered with slightly, but I cannot remember what I changed (this is the driver of my question). The second is unmodified.