Re: Abridged summary of [email protected] - 24 Messages in 9 Topics

----- Reply message -----
From: [email protected]
To: “Abridged Recipients” [email protected]
Subject: [Rails] Abridged summary of [email protected] -
24 Messages in 9 Topics
Date: Fri, Jun 21, 2013 18:38

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 S. [email protected] 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
Back to top.

Colin L. [email protected] 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
Back to top.

Problema Aptana e Debugger

Oldtimer [email protected] Jun 20 08:40AM -0700

hi,

do you know this?

…more
Back to top.

Yuri R. [email protected] 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 R. [email protected] 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 [email protected] 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 W. [email protected] 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 S. [email protected] Jun 20 09:12AM -0700

On Thursday, 20 June 2013 00:49:25 UTC-7, Colin L. wrote:

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 L. [email protected] Jun 20 05:17PM +0100

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 S. [email protected] Jun 20 09:58AM -0700

On Thursday, 20 June 2013 09:17:51 UTC-7, Colin L. wrote:

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 L. [email protected] 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 S. [email protected] Jun 20 12:10PM -0700

On Thursday, 20 June 2013 11:51:56 UTC-7, Colin L. wrote:

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 D. [email protected] Jun 20 10:49AM -0400

On Jun 20, 2013, at 2:51 AM, Muthu S. 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

…more
Back to top.

Muthu S. [email protected] Jun 20 09:06AM -0700

On Thursday, 20 June 2013 07:49:39 UTC-7, Walter Lee D. wrote:

…more
Back to top.

Muthu S. [email protected] Jun 20 09:08AM -0700

On Thursday, 20 June 2013 07:49:39 UTC-7, Walter Lee D. wrote:

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

Walter

Thanks water , I know
…more
Back to top.

Walter Lee D. [email protected] Jun 20 01:07PM -0400

On Jun 20, 2013, at 12:08 PM, Muthu S. wrote:

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 S. [email protected] Jun 20 11:03AM -0700

On Thursday, 20 June 2013 10:07:21 UTC-7, Walter Lee D. wrote:

Walter

Water ,

Is this is tool or java script … ? if it script can you please share
the
code / link to me …?

…more
Back to top.

Walter Lee D. [email protected] Jun 20 02:32PM -0400

On Jun 20, 2013, at 2:03 PM, Muthu S. wrote:

…more
Back to top.

Robert W. [email protected] Jun 20 09:08PM +0200

Muthu S. 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
Back to top.

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

haxuan lac [email protected] 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 L. [email protected] 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 V. [email protected] Jun 20 08:30PM +0530

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

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

…more
Back to top.

Errno::ENOENT in Home#index

Maddy [email protected] Jun 20 05:22AM -0700

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

Has_one and Strong Attributes

Andrey Cherkashin [email protected] Jun 19 05:37PM -0700

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

You received this message because you are subscribed to the Google Group
rubyonrails-talk.
You can post via email.
To unsubscribe from this group, send an empty message.
For more options, visit this group.


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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/rubyonrails-talk/20cf300fb2e3daddc404dfa5fccd%40google.com.
For more options, visit https://groups.google.com/groups/opt_out.