[Rails] Problema Aptana e Debugger

2013-06-20 Thread Yuri Redaelli
Ciao a tutti, sto cercando di configurare Aptana 3 per far girare un progetto in Rails 3 in modalità debug per sfruttare breakpoint e compagnia. Purtroppo mi sto imbattendo in diverse difficoltà e ancora oggi non riesco a farlo funzionare correttamente. N.B. Solo in debug mode intendo perchè

[Rails] [HELP] - Ruby Drag and Drop script on screen element in Mac OS

2013-06-20 Thread Muthu Selvan
Hi All , I am new to the ruby , i want click the object on element ( any object , Ex: Calculator) after click i need Drag and Drop the element continuously for some time , please let me know how to do it in ruby in Mac OS ? Thanks , Muthu Selvan SR -- You received this message

Re: [Rails] Need help to learn Webservices

2013-06-20 Thread Jeffrey Jones
Do not use soap4r. use the savon gem. It is the best of the ruby SOAP related gems and has very good documentation. (You said want to learn rather than need to learn so I am assuming you have a choice.) On 20/06/13 13:37, Khan wrote: Hi all, I want to learn webservices using

Re: [Rails] [HELP] ruby 1.9.2 is not showing in gem environment ( GEM PATH)

2013-06-20 Thread Colin Law
On 19 June 2013 22:09, Muthu Selvan pearl.sel...@gmail.com wrote: Hi All , Installed ruby 1.9.2 , if i use rvm use command its showing using ruby 1.9.2 only but in my gem environment ( GEM PATHS) is not showing .. $ rvm use 1.9.2 Using /Users/mselv2/.rvm/gems/ruby-1.9.2-p320

Re: [Rails] [HELP] ruby 1.9.2 is not showing in gem environment ( GEM PATH)

2013-06-20 Thread Muthu Selvan
Colin Please my o/p for rvm info ..when rvm use 1.8.7 *$ rvm use 1.8.7* Using /Users/mselv2/.rvm/gems/ruby-1.8.7-p371 mselv2m1:Downloads mselv2$ rvm info ruby-1.8.7-p371: system: uname: Darwin mselv2m1 12.4.0 Darwin Kernel Version 12.4.0: Wed May 1 17:57:12 PDT 2013;

Re: [Rails] Need help to learn Webservices

2013-06-20 Thread Colin Law
On 20 June 2013 07:59, Jeffrey Jones jjo...@toppan-f.co.jp wrote: Do not use soap4r. use the savon gem. It is the best of the ruby SOAP related gems and has very good documentation. But unless you are forced to use SOAP then don't. Use REST instead. Colin (You said want to learn rather

Re: [Rails] [HELP] ruby 1.9.2 is not showing in gem environment ( GEM PATH)

2013-06-20 Thread Colin Law
On 20 June 2013 08:10, Muthu Selvan pearl.sel...@gmail.com wrote: Please don't top post, it makes it difficult to follow the thread, insert your reply at appropriate points in previous message, thanks. Also it makes it easy to forget to answer some of the questions. In particular you have not

Re: [Rails] [HELP] ruby 1.9.2 is not showing in gem environment ( GEM PATH)

2013-06-20 Thread Muthu Selvan
I will do that .. Please check the rvm use O/ P : mselv2m1:Downloads mselv2$ *gem environment* RubyGems Environment: - RUBYGEMS VERSION: 1.8.25 - RUBY VERSION: 1.9.2 (2012-04-20 patchlevel 320) [x86_64-darwin12.4.0] - INSTALLATION DIRECTORY: /Users/mselv2/.rvm/gems/ruby-1.9.2-p320 -

Re: [Rails] [HELP] ruby 1.9.2 is not showing in gem environment ( GEM PATH)

2013-06-20 Thread Colin Law
On 20 June 2013 08:41, Muthu Selvan pearl.sel...@gmail.com wrote: I will do that .. You will do what? You are still top posting so I have no idea what question you are answering. Please check the rvm use O/ P : mselv2m1:Downloads mselv2$ gem environment RubyGems Environment: -

[Rails] Has_one and Strong Attributes

2013-06-20 Thread Andrey Cherkashin
Hey, I'm using Rails4.rc2 and here is my problem: I have model called Manager, it has_one ManagerContact and ManagerBank. I'm trying to build a form in which Manager can update his ManagerContact and ManagerBank. Controller in charge of profile: ... def profile @manager =

[Rails] Errno::ENOENT in Home#index

2013-06-20 Thread Maddy
config.assets.enabled = true = javascript_include_tag application, :cache = true Application boots up correctly by 'rails server' command. when i go to homepage, i get the following error. No such file or directory - Asset file not found at

Re: [Rails] [HELP] - Ruby Drag and Drop script on screen element in Mac OS

2013-06-20 Thread Walter Lee Davis
On Jun 20, 2013, at 2:51 AM, Muthu Selvan wrote: Hi All , I am new to the ruby , i want click the object on element ( any object , Ex: Calculator) after click i need Drag and Drop the element continuously for some time , please let me know how to do it in ruby in Mac OS ?

Re: [Rails] Product suggestion

2013-06-20 Thread BalaRaju Vankala
Hey can you look here twitter boot strap css, http://twitter.github.io/bootstrap/ On Thu, Jun 20, 2013 at 2:00 AM, Rekha Benada rekhu.me...@gmail.com wrote: Hi, I am developing a product in Ruby on Rails, I am looking for a good design, few pages I have developed but want to change design

[Rails] Re: Problema Aptana e Debugger

2013-06-20 Thread Oldtimer
hi, do you know this? http://stackoverflow.com/questions/10120560/how-can-i-get-debug-support-in-aptana-3-with-ruby-1-9-3 http://www.agile-workers.com/web/de/2012/09/debugging-ruby-1-9-3-applications-in-eclipse/

Re: [Rails] [HELP] - Ruby Drag and Drop script on screen element in Mac OS

2013-06-20 Thread Muthu Selvan
On Thursday, 20 June 2013 07:49:39 UTC-7, Walter Lee Davis wrote: On Jun 20, 2013, at 2:51 AM, Muthu Selvan wrote: Hi All , I am new to the ruby , i want click the object on element ( any object , Ex: Calculator) after click i need Drag and Drop the element

Re: [Rails] [HELP] - Ruby Drag and Drop script on screen element in Mac OS

2013-06-20 Thread Muthu Selvan
On Thursday, 20 June 2013 07:49:39 UTC-7, Walter Lee Davis wrote: On Jun 20, 2013, at 2:51 AM, Muthu Selvan wrote: Hi All , I am new to the ruby , i want click the object on element ( any object , Ex: Calculator) after click i need Drag and Drop the element

Re: [Rails] [HELP] ruby 1.9.2 is not showing in gem environment ( GEM PATH)

2013-06-20 Thread Muthu Selvan
On Thursday, 20 June 2013 00:49:25 UTC-7, Colin Law wrote: On 20 June 2013 08:41, Muthu Selvan pearl@gmail.com javascript: wrote: I will do that .. You will do what? You are still top posting so I have no idea what question you are answering. Please check the rvm use O/

Re: [Rails] [HELP] ruby 1.9.2 is not showing in gem environment ( GEM PATH)

2013-06-20 Thread Colin Law
On 20 June 2013 17:12, Muthu Selvan pearl.sel...@gmail.com wrote: On Thursday, 20 June 2013 00:49:25 UTC-7, Colin Law wrote: On 20 June 2013 08:41, Muthu Selvan pearl@gmail.com wrote: I will do that .. You will do what? You are still top posting so I have no idea what question you

Re: [Rails] [HELP] ruby 1.9.2 is not showing in gem environment ( GEM PATH)

2013-06-20 Thread Muthu Selvan
On Thursday, 20 June 2013 09:17:51 UTC-7, Colin Law wrote: On 20 June 2013 17:12, Muthu Selvan pearl@gmail.com javascript: wrote: On Thursday, 20 June 2013 00:49:25 UTC-7, Colin Law wrote: On 20 June 2013 08:41, Muthu Selvan pearl@gmail.com wrote: I will do that

Re: [Rails] [HELP] - Ruby Drag and Drop script on screen element in Mac OS

2013-06-20 Thread Walter Lee Davis
On Jun 20, 2013, at 12:08 PM, Muthu Selvan wrote: On Thursday, 20 June 2013 07:49:39 UTC-7, Walter Lee Davis wrote: On Jun 20, 2013, at 2:51 AM, Muthu Selvan wrote: Hi All , I am new to the ruby , i want click the object on element ( any object , Ex: Calculator) after

[Rails] Why have to Generate a migration from an existing MySQL Database?

2013-06-20 Thread haxuan lac
I'm a newbie ROR I reading some Document and I know Generate a migration from an existing MySQL Database I don't know why have to do it?This action can solve problems? please someone ever to done this can explain for me this. Thanks -- Posted via http://www.ruby-forum.com/. -- You received

Re: [Rails] [HELP] - Ruby Drag and Drop script on screen element in Mac OS

2013-06-20 Thread Muthu Selvan
On Thursday, 20 June 2013 10:07:21 UTC-7, Walter Lee Davis wrote: On Jun 20, 2013, at 12:08 PM, Muthu Selvan wrote: On Thursday, 20 June 2013 07:49:39 UTC-7, Walter Lee Davis wrote: On Jun 20, 2013, at 2:51 AM, Muthu Selvan wrote: Hi All , I am new to the

Re: [Rails] [HELP] - Ruby Drag and Drop script on screen element in Mac OS

2013-06-20 Thread Walter Lee Davis
On Jun 20, 2013, at 2:03 PM, Muthu Selvan wrote: Look at the Flickr photo uploader for inspiration there -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [Rails] Why have to Generate a migration from an existing MySQL Database?

2013-06-20 Thread Colin Law
On 20 June 2013 18:19, haxuan lac li...@ruby-forum.com wrote: I'm a newbie ROR I reading some Document and I know Generate a migration from an existing MySQL Database I don't know why have to do it?This action can solve problems? please someone ever to done this can explain for me this.

Re: [Rails] [HELP] ruby 1.9.2 is not showing in gem environment ( GEM PATH)

2013-06-20 Thread Colin Law
On 20 June 2013 17:58, Muthu Selvan pearl.sel...@gmail.com wrote: My problem is : I am running cucumber ..This is using library for rounding decimal values .. its not running .. I am getting the below error float_add.rb:5:in `round': wrong number of arguments (1 for 0) (ArgumentError)

[Rails] Re: [HELP] - Ruby Drag and Drop script on screen element in Mac OS

2013-06-20 Thread Robert Walker
Muthu Selvan wrote in post #1113021: On Thursday, 20 June 2013 10:07:21 UTC-7, Walter Lee Davis wrote: You can drag and drop a desktop element into a browser, and after setting up the appropriate JavaScript in that browser, you can detect the drop on a particular element and do something with

Re: [Rails] [HELP] ruby 1.9.2 is not showing in gem environment ( GEM PATH)

2013-06-20 Thread Muthu Selvan
On Thursday, 20 June 2013 11:51:56 UTC-7, Colin Law wrote: On 20 June 2013 17:58, Muthu Selvan pearl@gmail.com javascript: wrote: My problem is : I am running cucumber ..This is using library for rounding decimal values .. its not running .. I am getting the below

[Rails] Hosting ruby application of IIS 7

2013-06-20 Thread Sasmit Sawant
Hi all, I am new to ruby programming. I have just started creating a simple ruby application using ruby on rails. I have installed ruby 1.8.7-p371 and DevKit successfully. I am able to run the application using http://localhost:3000 but now my requirement is to host the application on IIS 7

[Rails] Re: Hosting ruby application of IIS 7

2013-06-20 Thread Robert Walker
Sasmit Sawant wrote in post #1113034: I am new to ruby programming. I have just started creating a simple ruby application using ruby on rails. I have installed ruby 1.8.7-p371 and DevKit successfully. If you're just getting started with Ruby on Rails then you may want to seriously consider

[Rails] [HELP ] Call java code / method from Ruby programming

2013-06-20 Thread Muthu Selvan
Hi All , I have written java code ( This java code will not return any thing but it will do action ) which is required call from ruby , please let me what is best way to achieve this ? Thanks , Muthu Selvan SR -- You received this message because you are subscribed to the Google