search for: rail_program

Displaying 1 result from an estimated 1 matches for "rail_program".

Did you mean: caml_program
2006 Feb 13
1
Executing ruby on rail program through address bar
I Want to run my ruby on rail application through address bar. i.e like: http://localhost/rail_program/first.rhtml. when i trying this it only executes html part but not executing rail part. Here is the code: <html> <head> <title>eruby example</title> </head> <body> <h1>Enumeration</h1> <ul> <%(1..10).each do|i|%> <li>number &lt...