Ubuntu ruby on rails


 
Thread Tools Search this Thread
Top Forums Programming Ubuntu ruby on rails
# 1  
Old 05-19-2012
Ubuntu ruby on rails

Hi,

I am a php developer and I decided to learn ruby on rails.

I have a few question.

I have an ubuntu virtual machine with lamp.
It mean that it has alrweady php and when I access the ip of the machine from my browser it does load the index.php.

if I install ruby on rails will theere be collision between the php and ruby or the server just know that if I ask for ruby file or for php.

second I find this guide to install ruby on ubuntu:Blog of Ryan Bigg - Ubuntu, Ruby, RVM, Rails, and You

after I install ruby per the instruction in this manual, how can I know that I have done it correcty.

I mean I would like to access from my browser and see that the ruby on rails work and give me some "hello world" page, how can I do that?

thanks.
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Linux

help plz "ruby on rails'

hey guys i'm currently working as a linux administrator in a company my team leader gave me a task, for sorry i can't get it done i want to run rruby rails on apache webserver and i cant get that done by fcgid or ruby mod or anything i want to use rubygems inside rails plz post me ur experience not... (0 Replies)
Discussion started by: Extend
0 Replies
Login or Register to Ask a Question
RUBY-PROF(1)						      General Commands Manual						      RUBY-PROF(1)

NAME
ruby-prof - A fast ruby profiler SYNOPSIS
ruby-prof [options] <script.rb> [ script-options ] DESCRIPTION
ruby-prof is a fast profiler for ruby. It can be used as a stand-alone program (that this man page documents) or as a ruby library. Simply run the ruby program you want to profile using ruby-prof : ruby-prof script.rb At the end of execution the time spent in each method is displayed. OPTIONS
-p, --printer=printer Select a printer: flat - Prints a flat profile as text (default). graph - Prints a graph profile as text. graph_html - Prints a graph profile as html. call_tree - format for KCacheGrind -m, --min_percent=min_percent The minimum percent a method must take before being included in output reports. This option is not supported for call tree. -f, --file=path Output results to a file instead of standard out. --mode=measure_mode Select what ruby-prof should measure process - Use process time (default). wall - Use wall time. cpu - Use the CPU clock counter (only supported on Pentium and PowerPCs). --replace-progname Replace $0 when loading the ruby source file. -h, --help Show help message. -v, --version Show version. SEE ALSO
The ruby-prof website, http://ruby-prof.rubyforge.org/ AUTHOR
ruby-prof was written by Shugo Maeda <shugo@ruby-lang.org>. This manual page was written by Arnaud Cornet <arnaud.cornet@gmail.com> for the Debian project (but may be used by others). 14 October 2006 RUBY-PROF(1)