Re: [Rails] Abridged summary of rubyonrails-talk@googlegroups.com - 24 Messages in 9 Topics
----- Reply message -----
From: rubyonrails-talk@googlegroups.com
To: "Abridged Recipients" <rubyonrails-talk@googlegroups.com>
Subject: [Rails] Abridged summary of rubyonrails-talk@googlegroups.com - 24 Messages in 9 Topics
Date: Fri, Jun 21, 2013 18:38
From: rubyonrails-talk@googlegroups.com
To: "Abridged Recipients" <rubyonrails-talk@googlegroups.com>
Subject: [Rails] Abridged summary of rubyonrails-talk@googlegroups.com - 24 Messages in 9 Topics
Date: Fri, Jun 21, 2013 18:38
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]
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
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
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
> 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
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
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
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
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
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
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
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
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
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
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
Muthu Selvan <pearl.selvan@gmail.com> Jun 20 09:12AM -0700
On Thursday, 20 June 2013 00:49:25 UTC-7, Colin Law wrote:
> Also please just reply to the list, there is no need to send me a copy,
> thanks.
> Colin
Coin ,
Really sorry for ...more
On Thursday, 20 June 2013 00:49:25 UTC-7, Colin Law wrote:
> Also please just reply to the list, there is no need to send me a copy,
> thanks.
> Colin
Coin ,
Really sorry for ...more
Colin Law <clanlaw@googlemail.com> Jun 20 05:17PM +0100
> - REMOTE SOURCES:
> - http://rubygems.org/
> 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
> - REMOTE SOURCES:
> - http://rubygems.org/
> 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
Muthu Selvan <pearl.selvan@gmail.com> Jun 20 09:58AM -0700
On Thursday, 20 June 2013 09:17:51 UTC-7, Colin Law wrote:
> expected.
> No-one can help unless you explain what your problem is.
> Colin
My problem is :
I am running "cucumber" ..This ...more
On Thursday, 20 June 2013 09:17:51 UTC-7, Colin Law wrote:
> expected.
> No-one can help unless you explain what your problem is.
> Colin
My problem is :
I am running "cucumber" ..This ...more
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
> 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
Muthu Selvan <pearl.selvan@gmail.com> Jun 20 12:10PM -0700
On Thursday, 20 June 2013 11:51:56 UTC-7, Colin Law wrote:
> 1.95.round(2)
> Copy and paste the complete results here.
> Colin
Please check the result here ..it working now ..but same ...more
On Thursday, 20 June 2013 11:51:56 UTC-7, Colin Law wrote:
> 1.95.round(2)
> Copy and paste the complete results here.
> Colin
Please check the result here ..it working now ..but same ...more
Walter Lee Davis <waltd@wdstudio.com> Jun 20 10:49AM -0400
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
...more
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
...more
Muthu Selvan <pearl.selvan@gmail.com> Jun 20 09:06AM -0700
On Thursday, 20 June 2013 07:49:39 UTC-7, Walter Lee Davis wrote:
...more
On Thursday, 20 June 2013 07:49:39 UTC-7, Walter Lee Davis wrote:
...more
Muthu Selvan <pearl.selvan@gmail.com> Jun 20 09:08AM -0700
On Thursday, 20 June 2013 07:49:39 UTC-7, Walter Lee Davis wrote:
> functions can in turn trigger HTTP requests or other DOM events or
> behavior.
> Walter
Thanks water , I know ...more
On Thursday, 20 June 2013 07:49:39 UTC-7, Walter Lee Davis wrote:
> functions can in turn trigger HTTP requests or other DOM events or
> behavior.
> Walter
Thanks water , I know ...more
Walter Lee Davis <waltd@wdstudio.com> Jun 20 01:07PM -0400
On Jun 20, 2013, at 12:08 PM, Muthu Selvan 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
On Jun 20, 2013, at 12:08 PM, Muthu Selvan 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
Muthu Selvan <pearl.selvan@gmail.com> Jun 20 11:03AM -0700
On Thursday, 20 June 2013 10:07:21 UTC-7, Walter Lee Davis wrote:
> Walter
Water ,
Is this is tool or java script .. ? if it script can you please share the
code / link to me ..?
...more
On Thursday, 20 June 2013 10:07:21 UTC-7, Walter Lee Davis wrote:
> Walter
Water ,
Is this is tool or java script .. ? if it script can you please share the
code / link to me ..?
...more
Walter Lee Davis <waltd@wdstudio.com> Jun 20 02:32PM -0400
On Jun 20, 2013, at 2:03 PM, Muthu Selvan wrote:
...more
On Jun 20, 2013, at 2:03 PM, Muthu Selvan wrote:
...more
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
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
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
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
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
> 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
BalaRaju Vankala <foreverbala4u@gmail.com> Jun 20 08:30PM +0530
Hey can you look here " twitter boot strap css",
http://twitter.github.io/bootstrap/
--
---------------------------------------------------------------------------------------------------- ...more
Hey can you look here " twitter boot strap css",
http://twitter.github.io/bootstrap/
--
---------------------------------------------------------------------------------------------------- ...more
Maddy <ashok@shriramits.com> 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
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
Andrey Cherkashin <andoriyu@gmail.com> 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
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
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 rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
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.
--
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 rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/51c42593.a266440a.1ca9.3036%40mx.google.com.
For more options, visit https://groups.google.com/groups/opt_out.

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home