[Rails] Re: Rspec autotest error

2011-01-14 Thread Bhupendra
What version for gem you installed for auto test? On Jan 14, 11:29 am, gezope gez...@gmail.com wrote: Hi all, I tried testing with Rspec for first time, following a tutorial. rspec spec/ works fine but when I try 'autotest' it gives me the error message below. I also made a gist about

[Rails] Re: Issue with setting up of Phusion

2011-01-07 Thread Bhupendra
Thanks Fred. Regards, Bhupendra On Jan 6, 9:47 pm, Frederick Cheung frederick.che...@gmail.com wrote: On Jan 6, 4:18 pm, Bhupendra bhupendra.mis...@gmail.com wrote: # I successfully installed passenger on my window os by running command C:\ gem install passenger when i run command C

[Rails] Issue with setting up of Phusion

2011-01-06 Thread Bhupendra
# I successfully installed passenger on my window os by running command C:\ gem install passenger when i run command C:\ passenger-install-apache2-module getting following error... Please help me.. Thank in advance -- ←[33m←[44m←[1mWelcome to the

[Rails] Aptana Studio Configuration on window

2010-10-22 Thread Bhupendra
Hi Guys, Can you help me plz to configure Aptana Studio get configured for Ruby on rails application on Window/Ubantu. Thank you. Warm regards Bhupendra -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post to this group, send email

[Rails] RSpec

2010-10-17 Thread Bhupendra
Hi Everyone, Please share tutorial/blog/documentation best ever any one find for RSpec. Thank you very much. Cheers -- 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-t...@googlegroups.com. To

[Rails] Treaceability Matrix

2010-05-11 Thread Bhupendra Mishra
Hello Everyone, Can any suggest me use of traceability matrix in project management from QA point of view. Also it would be great, if i can have some sample/template on the same. Thanks Regards Bhupendra -- Posted via http://www.ruby-forum.com/. -- You received this message because you

[Rails] rake db:create

2010-02-18 Thread Bhupendra Mishra
Hi I have following problem using command C:\myApp\rake db:create. If any one can helpe me. thank you in advance regards (in C:/myApp) uninitialized constant Encoding C:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/dependenci es.rb:443:in `load_missing_constant'

[Rails] Re: rake db:create

2010-02-18 Thread Bhupendra Mishra
Ben Wiseley wrote: I think you might have the sqlite gem but not the actual sqlite libraries installed. I m trying to intall as.. C:\ruby\binruby gem install sqlite3 Building native extensions. This could take a while... ERROR: Error installing sqlite3: ERROR: Failed to build

[Rails] How to manage Tab Comma separated filds form single text f

2009-07-13 Thread Bhupendra Chaudhari
] c1 = tokens[20] c2 = tokens[21] c3 = tokens[22] begin == Regards, Bhupendra Attachments: http://www.ruby-forum.com/attachment/3875/data_importer.rb -- Posted via http://www.ruby-forum.com

[Rails] Re: How to manage Tab Comma separated filds form single text f

2009-07-13 Thread Bhupendra Chaudhari
= Time.now cn.save end Bhupendra Chaudhari wrote: Hi, I am modifying on script. I am using this script to import data form text-delimited file into PosgresSql database. I have already setup a code for tab separation