On Jan 28, 12:31 am, Geetha Sg <li...@ruby-forum.com> wrote:
> 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

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to