similar to: Executing ruby on rail program through address bar

Displaying 20 results from an estimated 4000 matches similar to: "Executing ruby on rail program through address bar"

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 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 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 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 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 Jun 30
2
Eruby.import -> "uninitialized constant" error
I''m working on porting a dynamic website done in PHP over to mod_ruby. I have everything set up and working nicely (I can make a .rhtml page, put ruby code between <% %> and it works etc), but when I try to use "Eruby.import" as a sort of analog to PHP''s "require_once()", I run into trouble. 1) eruby is in my cgi-bin 2) here''s a sample of
2007 Sep 28
2
RoR uses something rather than erb or eRuby?
it seems that RoR doesn''t use erb or eRuby to generate its output for rhtml? the program erb and the description of eRuby at http://www.eruby.info both said that <% print "foo bar" %> or <% puts "hello" %> will be placed into the output... but currently for RoR, it won''t... only <%= expr %> is doing it and it cannot be print or
2006 Jun 04
4
eRuby & Rails: Not Compatible
I''m new to Ruby, Rails, and this list. I''ve tried searching for an answer but it all seems to be over my head. I have all the books but again they seem to leave me on my own to figure out the stuff that really matters. Where is the best place to find out the details? Exactly what are these much celebrated "naming conventions"; i.e. where do I find an exhaustive
2005 Mar 04
2
Part 2 of ONLamp.com Rails article is online
ONLamp.com has finally published part 2 of my Rails article! You can find it here: http://www.onlamp.com/pub/a/onlamp/2005/03/03/rails.html It would be really nice if we could get this slash dotted again before the weekend. >From what I understand, you''re more likely to get accepted when multiple people submit something. So, to anyone who has the inclination: if you would submit
2006 Jun 22
2
eRuby/erb
Hello. Prospective Mongrel user here. Can Mongrel act as a server for eruby or erb files? Example: <html> <body> <p>The time is <%= Time.now %></p> </body> </html> Pistos
2006 Feb 09
13
Howto work with a page not generated by the scaffold ?
I am a newbie Ruby and RoR user. In my tests using the turorials that I found over the web, everthing is working fine and I am very impressed about RoR framework. As I am a Delphi developer, without any web development experience, There is some thing hard to understando and I didn''t find a tutorial about this. I wonder how to create a non-scaffold page ? I have customers,
2006 May 08
4
Asterisk documentation..
Where can I get some asterisk books.. or tutorials..? I?ve been searching in google.. but I find just some tutorials explaining how to fast set up an asterisk server. I want to learn how to use it and how to make my own configurations. So, the thing is that I want to know what is the best book or tutorial that you know? recomendations? Thanks to everyone... Danko Miocevic
2006 Mar 28
6
blank page output
Hello, I''m new to Ruby and RubyOnRails. I''m running Fedora 4 which comes with Ruby 1.84-1. I installed rubyonrails, and I''m doing the a sample program found on http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html?page=2 I ran ruby script/generate controller MyTest. I edited the file my_test_controller.rb. Here''s the code I entered class MyTestController
2006 Aug 08
2
Should I uninstall everything to install InstantRails?
Please help me I am brand new to this. I have been following this tutorial from OnLamp http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html which tells you how to install ruby, rails and mySQL and get going. Doing this tutorial convinced me RoR was the way to go for me. So I got hold of this e-book: Agile Web Development with Rails - The Pragmatic Programmers The book tells me to install
2006 Mar 09
3
ONLamp.com Tutorial Trouble
I have installed Ruby on Rails and the latest version of MySQL in my Windows XP machine and I am following a demo from ONLamp.com <http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html?page=3>. I am 3/5 down the page where it says: "Open a browser and navigate to http://127.0.0.1:3000/recipe/new. You should see something like Figure 32." Instead of a page like Figure 32, I get
2006 Mar 03
13
Listing help
Hi, I''ve created a Rails application and am having a problem listing by a particular category in an associated table. I followed the instructions found at the O''Reilly tutorial (http://www.onlamp.com/pub/a/onlamp/2005/03/03/rails.html?page=3) but have not had success. Can anyone please outline a better set of instructions than in the "Showing Recipes in a
2006 May 09
6
Still Stumbled on First things in trying RubyOnRails
Still Stumbled on First things in trying RubyOnRails http://www.digitalmediaminute.com/article/1816/top-ruby-on-rails-tutorials http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html http://instantrails.rubyforge.org/tutorial/index.html http://rails.homelinux.org/ I had tried the first of the top 12 tutorials and got stuck after adding a new field ?category_id?in the table recipes,
2006 May 09
2
newbie: OSX Ruby/MySQL issue?
I''m three pages into the OnLamp RoR Tutorial [1] and am wrestling with what appears to be a MySQL connection problem. I''ve created a simple controller called "recipe" with a corresponding "recipes" mysql table. The recipe controller is just a simple scaffold. When I browse to "recipe/new", though, I get these errors: == NoMethodError in
2004 Aug 20
1
from Newcomtech Co,. Ltd Help us.
How are you? Fristly I would like to introduce myself in a shortly. I'm a newcomer at Newcomtech Co,. Ltd. Nowdays I'm working at TDM40B and TDM04B cards. I have installed Linux hedhat 9.0 and Asterisk software. I have configured the cards. I typed asterisk -vvvc command in the command line and then asterisk give us "asterisk is ready". Now I have to configure my asterisk