Jump to content

admetpc

Members
  • Posts

    6
  • Joined

  • Last visited

admetpc's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. i'm sorry but i've already searched google and tryed some codes but i'm very newbie at this and it's still not working, is something like this? RewriteEngine on RewriteCond %{SERVER_PORT} ^12423$ RewriteRule ^/(.*) http://%{SERVER_NAME}/$1 [NC,R,L]
  2. yes, there wasn't any errors on mongrel error log
  3. My app was working normally for a few days, but when I tried to open the link today, it stopped working! In the panel, it's saying my app is running normally, but the url doesn't work, look: http://portaletpc.heliohost.org:12423/ Something wrong with the server?
  4. ok, i'm with the same problem i had here: http://www.helionet.org/index/index.php?sh...amp;gopid=50669 but now i need to get this working with the gem 'prawn', which requires the gems 'prawn-core', 'prawn-layout' and 'prawn-security' it's the last gem i need to get working thanks in advance
  5. Thanks, now i can start my application, but i'm having the same problem with the gem 'parseexcel', could you fix it too?
  6. i can't start my rails server, because i keep getting this error: /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- will_paginate (MissingSourceFile) i've read the instructions and already installed will_paginate, but i don't know where to put this: $:.push("/home/admetpc/ruby/gems") where do i paste this? boot.rb? enviroment.rb? i've already tried these two.
×
×
  • Create New...