I could created the rails application, but files are missing.
Config
- boot.rb, database.yml, environment.rb and routes.rb
Public
- 404.html,500.html,dispatch.fcgi,favicon.ico,index.html,422.html,
dispatch.cgi
and dispatch.rb
You are aware that the other files in the railties directory are
important, right? The attached shell script only appears to copy over
railties/bin and railties/lib, which == FAIL.
On a more serious note, why are you trying to install Rails without
Rubygems? You'll need it for the 2.3.x versions anyways, as even
freezing gems in RAILS_ROOT/vendor/gems requires the Rubygems package.