Jump to content

Search the Community

Showing results for tags 'ruby'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General Discussion
    • Website Management and Coding
    • Technology and the Internet
    • Philosophy, Politics, and Science
    • Art and Entertainment
    • Other Discussion
  • HelioHost
    • Questions
    • Customer Service
    • How You Can Help
  • HelioNet
    • News
    • Contact HelioNet

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 10 results

  1. in local pc, ruby file is ok , but upload all file to cgi-bin is not work in ruby , have many subdir , like app,config, db... , but in here i put it all in the CGI-BIN .NOW I redirect from \public_html \index.html to cgi-bin/app/views/users/index.html.erb in the config\local\route file decide the home dir . but now seem not defined
  2. Please, could you upgrade ruby installation to 2.3.0? My scripts don't runs on 2.0.0. Thank you for your help.
  3. Hi everyone! i have a Problem with a Perl/Ruby CGI Script - 500 Internal Server Error. user: dagger address: http://dagger.heliohost.org Server: Johnny From the very beginning Perl was not worked: http://dagger.helioh...cgi-bin/test.pl #!/usr/bin/perl BEGIN { my $b__dir = (-d '/home/dagger/perl'?'/home/dagger/perl':(/>/> getpwuid($>) )[7].'/perl'); unshift @INC,$b__dir.'5/lib/perl5',$b__dir.'5/lib/perl5/x86_64-linux',map { $b__dir . $_ } @INC; } print "Content-type: text/html\n\n"; print <<HTML; <html> <head> <title>A Simple Perl CGI</title> </head> <body> <h1>A Simple Perl CGI</h1> <p>$theTime</p> </body> HTML Ruby was for beginning worked, but now the same problem - 500 Internal Server Error http://dagger.helioh...gi-bin/test.cgi #!/usr/local/bin/ruby -w require 'cgi' cgi = CGI.new puts cgi.header puts "<html><body>This is a test</body></html>" http://dagger.helioh...in/test_ruby.rb #!/usr/bin/ruby puts "Content-type: text/html" puts puts "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" puts "<!DOCTYPE html>" puts "<html>" puts "<head>" puts "<title>Ruby CGI test</title>" puts "</head>" puts "<body>" puts "<p>Hello, world!</p>" puts "<br> puts "Ruby is amazing! :)/>/>" puts "</body>" puts "</html>" My question is, what happened with Perl and Ruby? Python and Free Pascal CGI working fine Thanks in advance! P.S. Sorry, for my pure English
  4. Hi. I'm trying to run a simple test script in Ruby, but can't figure out what's wrong. The files are 755 chmod. I've tried #!/usr/bin/ruby header("text/html; charset=utf-8") puts 'Hey!' and a test.cgi #!/usr/bin/ruby require 'cgi' cgi = CGI.new puts cgi.header puts "<html><body>Test</body></html>" Do I miss something? Thanks.
  5. Hi and thanks for your great services and support! I recently started to deal with RoR and thus I would like to have an account on Johnny server if it is possible. Username: ktulx Domain: ktulx.heliohost.org Kind regards.
  6. I'm proposing that HelioHost the wepay module for PHP, Ruby, Python, C#, and maybe Java. They SDK is free and Open Source and I think would make a great addition to the hosting service. https://www.wepay.com/developer/resources/sdks PLease consider this. UPDATE: This module might also need the web module for python. http://webpy.org/install
  7. Hi HelioNet!!! I can't start my RoR application, please help me! Created with: http://wiki.helionet...on_on_HelioHost "Deploying on a Subdirectory" method. On: http://techneration.co.cc/SOLUNAS/ ERROR: http://techneration....info/properties Error message: no such file to load -- soap/rpc/driver (MissingSourceFile) Exception class: PhusionPassenger::UnknownError I just joined to HelioHost and i'm loving it!! what's the catch?? Thank you in advance for any help you can provide.
  8. I have a simple test ruby file under my public cgi-bin folder, with 0755 permission and this code: #!/usr/bin/env ruby # HTTP response headers, including double newline print "Content-type: text/plain\n\n" # Contents print "Hello, world\n" but I get the same error message as with python: explained in my other post: http://www.helionet.org/index/topic/13547-django-not-working-500-internal-service-error/page__fromsearch__1 Look, i really want to use ruby and python to test my apps but it's getting really hard. There is no clear guide, or example on how to use django and ruby.
  9. Last year Stanford University offered three free online undergraduate level courses: in artificial intelligence, machine learning and database programming. Out of that very successful venture came two companies specialising in bring university-level education free to anyone who wanted it: Udacity, started by robotics expert Sebastian Thrun who had shared teaching with Peter Norvig on the AI course, and Coursera, founded by Sebastian's Stanford colleagues Andrew Ng (who taught the ML course) and Dapne Koller (who teaches Probabilistic Graphical Models). Between them Udacity and Coursera now offer dozens of high quality online courses all taught by first class academics--the only thing you don't get is a university course credit. The relevance to this forum is the Coursera course in Software as a Service (SaaS), given by Armando Fox and David Patterson. This free course will take you through the fundamentals of web development and cloud computing, the agile development process, the Ruby language, Rails development and testing. If you have some programming background and you want to learn how to develop your own websites, this is a great course taught by acknowledge experts. https://www.coursera.org/course/saas
  10. I'm on johnny, and following this guide: http://www.heliohost.org/home/features/languages/ruby, I get the error "No supported version of rails found." when I try to make a rails application. When I search for ruby gems to install, no results are displayed, and I try to list available ruby gems I get the error: "There was a problem fetching the list of available modules." If I list System Ruby Gems it says that rails 3.1.3 is installed, even though everywhere it says that rails 3 isn't available on HelioHost.
×
×
  • Create New...