[Rails] Re: Simple code...please help me in debugging

2012-01-07 Thread Libber
@all: Can you please suggest a good rails tutorial on using forms? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/xP8pcXFjLagJ. To post to

[Rails] Re: Simple code...please help me in debugging

2012-01-07 Thread Libber
Thanks for the reply guys...I figured out my error. I modified the code accordingly. Now I have a new problem. In the create method, I call a system command to run a python program using the input from the user. The program executes perfectly but once the program executed, the server also

[Rails] Simple code...please help me in debugging

2012-01-07 Thread Libber
Dear all, In my web application, The client has to enter a set of values and I want to write them to a text file. This is what I am doing to achieve that. class SollusController < ApplicationController def index end def new @s=Sollu.new end def create @s=Sollu.new

[Rails] Re: gem install sqlite3-ruby still not working

2012-01-03 Thread Libber
@Peter, Thanks for those links. The whole problem with proxy was that my password contains special characters(it is must to have atleast one special character), Now I figured out a way to change the password and without a special character. This worked and in the next computer I am ru

Re: [Rails] Re: gem install sqlite3-ruby still not working

2012-01-03 Thread Libber
For some reason, curl does not work when we are behind a proxy. I actually started my project with the same link you gave. After two days without result, I switched to the present way... -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. T

[Rails] Re: gem install sqlite3-ruby still not working

2012-01-03 Thread Libber
Sorry for that A special thanks to Peter Vandenabeele also. "Long live open source communities " -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-t

[Rails] Re: gem install sqlite3-ruby still not working

2012-01-03 Thread Libber
@collin: Wonderful, I was literally crying for the past 20 days in trying to install this sqlite3-ruby. The whole mistake is I should have used "sqlite3-ruby" instead of "sqlite-ruby". Thank you very much. Thanks a lot once again It is working ...yureka...:) -- You received t

Re: [Rails] Re: gem install sqlite3-ruby still not working

2012-01-03 Thread Libber
@ Peter, In my rails project directory, where should I search for gemfile, gemfile.lock? can you explain ? while Installing RoR, I have to sqlite3, and then link this to RoR using sqlite3-ruby. So, The first step is fine...second gives me this error!. Is there any way I can use some ot

[Rails] Re: gem install sqlite3-ruby still not working

2012-01-03 Thread Libber
I already have it. $ sudo apt-get install sqlite3 Reading package lists... Done Building dependency tree Reading state information... Done sqlite3 is already the newest version. >>Otherwise you could use apt-file search to find which package should supply sqlite.h How do I do this? ( I a

[Rails] Re: gem install sqlite3-ruby still not working

2012-01-03 Thread Libber
I am using ubuntu 10.04. $ ruby -v ruby 1.8.7 (2009-06-12 patchlevel 174) [i686-linux] $rails -v Rails 2.2.3 These are the additional header files I installed already $ sudo apt-get install libsqlite3-0 libsqlite3-dev I am behind a bad proxy, so i downloaded all gem files and installed locall

[Rails] gem install sqlite3-ruby still not working

2012-01-03 Thread Libber
Dear all, I am trying to install ruby on rails...but the sqlite3-ruby part has been the trouble giver. I read almost every trouble shoot given in various forums in internet but nothing worked? I am attaching the output of the command here too. Please help me. sudo gem install sqlite-r

[Rails] Web Application Development Beginner

2011-12-13 Thread Libber
. Thanks in Advance, Libber. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...@google