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 -- Posted via http://www.ruby-forum.com/. -- 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-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Jan 28, 12:31 am, Geetha Sg <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> 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.slackbuildYou 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-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
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.. -- Posted via http://www.ruby-forum.com/. -- 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-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Please let me know where to copy the railties files? -- Posted via http://www.ruby-forum.com/. -- 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-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
rake:freeze:gems On Fri, Jan 29, 2010 at 3:04 PM, Geetha Sg <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Please let me know where to copy the railties files? > > -- > Posted via http://www.ruby-forum.com/. > > -- > 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-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- Regards: Rajeev sharma +919813270707 -- 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-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
i am new to rails.. sorry.. i dont understand that where should run this rake task? please help me.. -- Posted via http://www.ruby-forum.com/. -- 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-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.