files are missing in rails app

I've built the slackware packages of rails.

rails path is: /frm/ruby/1.8.6/lib/ruby/site_ruby/1.8

RUBYLIB : /frm/ruby/1.8.6/lib/ruby/site_ruby/1.8:/frm/ruby/1.8.6/lib/ruby/site_ruby/1.8/i686-linux/

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

Script     - about, console, dbconsole, destroy, generate, plugin, runner,server Test     -test_helper.rb

I am getting below error on while creating the app.

No such file or directory - /usr/bin/../lib/rails_generator/generators/applications/app/../../../../../fresh_rakefile

Please help

Attachments: http://www.ruby-forum.com/attachment/4436/rails.slackbuild

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.

--Matt Jones

Thanks for the reply.

I've installed rubygems-2.3.4 and ruby-1.8.6.

I will install other files of railties and let me know.

regards sagi..

Please let me know where to copy the railties files?

rake:freeze:gems

i am new to rails.. sorry.. i dont understand that where should run this rake task? please help me..