Questions tagged [ruby]

Ruby is a general-purpose object-oriented open-source scripting language. It sees a high degree of use in the configuration management space, and is popular for web development due to the high adoption of Ruby On Rails

Ruby is an object oriented programming language that has programmer productivity as one of its design goals. Most people are familiar with it these days as part of Ruby On Rails, a web application framework.

499 questions
-2
votes
1 answer

shift a localhost site from webrick localhost:3000 to apache2 passenger localhost/redmine or redmine.localhost

I have installed application called REDMINE on my localhost, using ruby on rails. It is accessible webrick script through localhost:3000, on my PC. Now I want to shift to apache2 passenger, I tried everything. Every possible link of redmine, but…
rathin2j
  • 9
  • 3
-2
votes
1 answer

looking for answer of Ruby coding in linux

puts ((11.to_s * 2).to_i/2), does anyone know answer of this coding? I am not aware of ruby!
rumain
  • 1
-6
votes
1 answer

Why wont my server start

I'm having real difficulty with a server on our load balance cluster and cant understand why. In the catalina log the following appears. It had been another site before and I removed it to see if that was the problem but now its a different…
user3385136
  • 121
  • 1
  • 5
-8
votes
1 answer

how to Moniter cpu status using chef?

i try with java and ruby for moniter EC2 instance with aws sdk but not able to find any example how to moniter ec2 instacne with chef. can any one help to find example to moniter ec2 instance so we are validate which is the best option to moniter…
jayesh
  • 85
  • 4
1 2 3
33
34