Abridged summary of rubyonrails-talk@googlegroups.com - 24 Messages in 9 Topics

Today’s Topic Summary

Group: http://groups.google.com/group/rubyonrails-talk/topics

  • [HELP ] Call java code / method from Ruby programming [2 Updates]
  • Problema Aptana e Debugger [3 Updates]
  • Hosting ruby application of IIS 7 [2 Updates]
  • [HELP] ruby 1.9.2 is not showing in gem environment ( GEM PATH) [5 Updates]
  • [HELP] - Ruby Drag and Drop script on screen element in Mac OS [7 Updates]
  • Why have to Generate a migration from an existing MySQL Database? [2 Updates]
  • Product suggestion [1 Update]
  • Errno::ENOENT in Home#index [1 Update]
  • Has_one and Strong Attributes [1 Update] [HELP ] Call java code / method from Ruby programming

Muthu Selvan pearl.selvan@gmail.com Jun 20 08:04PM -0700

  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 ?

  [...more](http://groups.google.com/group/rubyonrails-talk/msg/4c73baa37a3fab0e)

Back to top.

Colin Law clanlaw@googlemail.com Jun 21 08:36AM +0100

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 ?

  [...more](http://groups.google.com/group/rubyonrails-talk/msg/bf747a29720eb121)

Back to top.

Problema Aptana e Debugger

Oldtimer bevier@bussole.de Jun 20 08:40AM -0700

  hi,

do you know this?

http://stackoverflow.com/questions/10120560/how-can-i-get-debug-support-in-aptana-3-with-ruby-1-9-3 …more Back to top.

Yuri Redaelli lists@ruby-forum.com Jun 21 09:00AM +0200

  Thank you for your answer.

Now I think the debugger is correctly installed but when I try to start

the server another error occurs.

6586: Exception in DebugThread loop: wrong number of …more Back to top.

Yuri Redaelli lists@ruby-forum.com Jun 21 09:28AM +0200

  Reading several topics I understood that ruby-debug is no more

mantained.

I removed all gems about it and installed “debugger” gem instead.

Now the problem is: how I could start rails server …more Back to top.

Hosting ruby application of IIS 7

Sasmit Sawant sawantsasmit@gmail.com Jun 20 05:23AM -0700

  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 …more Back to top.

Robert Walker lists@ruby-forum.com Jun 20 09:54PM +0200

  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 …more Back to top.

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

Muthu Selvan pearl.selvan@gmail.com Jun 20 09:12AM -0700

Also please just reply to the list, there is no need to send me a copy,

thanks.

Colin

Coin ,

Really sorry for …more Back to top.

Colin Law clanlaw@googlemail.com Jun 20 05:17PM +0100

  > - REMOTE SOURCES:

Please let me know if you required any more details .

What problem are you seeing? gem environment is showing ruby 1.9.2 as expected. …more Back to top.

Muthu Selvan pearl.selvan@gmail.com Jun 20 09:58AM -0700

expected.

No-one can help unless you explain what your problem is.

Colin

My problem is :

I am running “cucumber” …This …more Back to top.

Colin Law clanlaw@googlemail.com Jun 20 07:51PM +0100

  > puts f4

i want rounding the value in ruby when run it from “cucumber” command …if i

use rvm use 1.9.3 / rvm use 1.8.7 …it not working …

In a terminal run

rvm use 1.9.3

which ruby …more Back to top.

Muthu Selvan pearl.selvan@gmail.com Jun 20 12:10PM -0700

1.95.round(2)

Copy and paste the complete results here.

Colin

Please check the result here …it working now …but same …more Back to top.

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

Walter Lee Davis waltd@wdstudio.com Jun 20 10:49AM -0400

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

  [...more](http://groups.google.com/group/rubyonrails-talk/msg/b9877d6e56f9bb34)

Back to top.

Muthu Selvan pearl.selvan@gmail.com Jun 20 09:06AM -0700

  [...more](http://groups.google.com/group/rubyonrails-talk/msg/b3ff529303714f54)

Back to top.

Muthu Selvan pearl.selvan@gmail.com Jun 20 09:08AM -0700

functions can in turn trigger HTTP requests or other DOM events or

behavior.

Walter

Thanks water , I know …more Back to top.

Walter Lee Davis waltd@wdstudio.com Jun 20 01:07PM -0400

You’ll need to use JavaScript for this. Ruby doesn’t run in the browser, and drag events aren’t sent to the server every. Click events only get …more Back to top.

Muthu Selvan pearl.selvan@gmail.com Jun 20 11:03AM -0700

Walter

Water ,

Is this is tool or java script … ? if it script can you please share the

code / link to me …?

  [...more](http://groups.google.com/group/rubyonrails-talk/msg/78bc5a64092fb3b6)

Back to top.

Walter Lee Davis waltd@wdstudio.com Jun 20 02:32PM -0400

  [...more](http://groups.google.com/group/rubyonrails-talk/msg/a06410c0bf2dcc61)

Back to top.

Robert Walker lists@ruby-forum.com Jun 20 09:08PM +0200

  Muthu Selvan wrote in post #1113021:

Is this is tool or java script … ? if it script can you please share

the

code / link to me …?

Take a look at this tutorial…

  [...more](http://groups.google.com/group/rubyonrails-talk/msg/f56719fd965cfce1)

Back to top.

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

haxuan lac lists@ruby-forum.com Jun 20 07:19PM +0200

  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 …more Back to top.

Colin Law clanlaw@googlemail.com Jun 20 07:48PM +0100

  > 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.

There is no need to generate migrations to recreate …more Back to top.

Product suggestion

BalaRaju Vankala foreverbala4u@gmail.com Jun 20 08:30PM +0530

  Hey can you look here " twitter boot strap css",

http://twitter.github.io/bootstrap/