search for: vadhavane

Displaying 9 results from an estimated 9 matches for "vadhavane".

Did you mean: madhavan
2006 Feb 16
6
http://127.0.0.1:3000/
Hi, I installed ruby on rail on my windows system. I sucessfully made one database related application. But when i want to execute it, i have to give url like http://127.0.0.1:3000/wedding/ etc. can''t i browse through my browser? 192.168.0.51 is my ip. Another one thing is i never get file named new in my example then also it executes file called new for database inserting ,how it is?
2006 Apr 17
2
installation of ruby on rail on linux fedora
i installed and work fine with ruby on rails on windows. i used onlamp.com sites tutorial for that. now i want to install it on linux. how i can? Please help.... Thank You in advance -- Posted via http://www.ruby-forum.com/.
2006 Feb 13
1
Executing ruby on rail program
Hi, I prepared code using ruby on rail. Now i want to execute it. How i will? Please help me,I m new in ruby on rails. Thank you, -- Posted via http://www.ruby-forum.com/.
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
2006 Feb 13
1
Is this same or different
Hi, Is eruby & ruby on rails are same or diffrent. If not same,then what is the diffrence? Please. -- Posted via http://www.ruby-forum.com/.
2006 Feb 17
3
Ajax On Rails
Hi, I want database query in rail for ''LIKE'' i.e in sql it something like. "SELECT * FROM tablename where filedname LIKE ''%keyword%'' " etc. What for rail? -- Posted via http://www.ruby-forum.com/.
2006 Feb 22
1
Ruby on Rail on apache
Hi, I m successful in creating & executing ruby on rails program on web-brick server. But if i want to run on apache then what i have to do? -- Posted via http://www.ruby-forum.com/.
2006 Feb 14
1
Installing Ruby On Rails
Hi, I tried to install ruby on rail as per instructions given on http://www.onlamp.com/lpt/a/5546. I finished installation.But now when i want to run c:\rails\cookbook>ruby script/server for starting rail application. it shows some loading error & not found active support instead of starting server. Also when installing rails by command gem install rails --remote it never ask me for
2006 Feb 22
0
Executing Ruby on Rail On Specific Server!
Hi, I successfully executes ruby on rail programs with ajax on my local computer with port number as 3000. Now i want to upload & run this programs online. How can i? Is this necessary to install ruby,rail,web-brick server on my online server. what is the url for running online(as 3000 on local). Please... Thank you! -- Posted via http://www.ruby-forum.com/.