[Rails] Re: Is there any RAILS DUDE to HELP me out kick this problem?

2012-12-27 Thread Vibhor
I've used it on both Ubuntu and Redhat Linux successfully. A friendly advice is to prefer a UNIX based environment - Linux or Mac for both development and deployment because many of the gems available are written in native code and would compile only in UNIX. This might give you some hints:

Re: [Rails] Re: Is there any RAILS DUDE to HELP me out kick this problem?

2012-12-27 Thread Jordon Bedwell
On Thu, Dec 27, 2012 at 3:12 AM, Vibhor vibhor.maha...@gmail.com wrote: I've used it on both Ubuntu and Redhat Linux successfully. A friendly advice is to prefer a UNIX based environment - Linux or Mac for both development and deployment because many of the gems available are written in native

Re: [Rails] Re: Is there any RAILS DUDE to HELP me out kick this problem?

2012-12-27 Thread Dheeraj Kumar
Because Linux is a unix-based operating-system. So is a mac. -- Dheeraj Kumar On Thursday 27 December 2012 at 3:19 PM, Jordon Bedwell wrote: On Thu, Dec 27, 2012 at 3:12 AM, Vibhor vibhor.maha...@gmail.com (mailto:vibhor.maha...@gmail.com) wrote: I've used it on both Ubuntu and Redhat

Re: [Rails] Re: Is there any RAILS DUDE to HELP me out kick this problem?

2012-12-27 Thread Jordon Bedwell
On Thu, Dec 27, 2012 at 4:05 AM, Dheeraj Kumar a.dheeraj.ku...@gmail.com wrote: Because Linux is a unix-based operating-system. So is a mac. Since when is Linux based on Unix? -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post to

Re: [Rails] Re: Is there any RAILS DUDE to HELP me out kick this problem?

2012-12-27 Thread Dheeraj Kumar
Alright, to be politically correct, Linux is a unix-like operating system. http://en.wikipedia.org/wiki/Linux -- Dheeraj Kumar On Thursday 27 December 2012 at 3:45 PM, Jordon Bedwell wrote: On Thu, Dec 27, 2012 at 4:05 AM, Dheeraj Kumar a.dheeraj.ku...@gmail.com

Re: [Rails] Re: Is there any RAILS DUDE to HELP me out kick this problem?

2012-12-27 Thread Jordon Bedwell
On Thu, Dec 27, 2012 at 4:18 AM, Dheeraj Kumar a.dheeraj.ku...@gmail.com wrote: Alright, to be politically correct, Linux is a unix-like operating system. http://en.wikipedia.org/wiki/Linux While you're at it read: http://en.wikipedia.org/wiki/Political_correctness Spoiler: It's not politically

Re: [Rails] Re: Is there any RAILS DUDE to HELP me out kick this problem?

2012-12-27 Thread Dheeraj Kumar
Good to know, thanks! -- Dheeraj Kumar On Thursday 27 December 2012 at 4:06 PM, Jordon Bedwell wrote: On Thu, Dec 27, 2012 at 4:18 AM, Dheeraj Kumar a.dheeraj.ku...@gmail.com (mailto:a.dheeraj.ku...@gmail.com) wrote: Alright, to be politically correct, Linux is a unix-like operating

[Rails] Re: Nested Attributes and Radio Buttons -- any way to do this?

2012-12-27 Thread Gauthier D.
Walter Davis wrote in post #1090281: On Dec 26, 2012, at 12:56 PM, Gauthier D. wrote: don't have an ID yet (with cocoon/railscasts way nested forms handling). I've asked a question about the same issue here :

Re: [Rails] Re: Is there any RAILS DUDE to HELP me out kick this problem?

2012-12-27 Thread Rajarshi
I think for ror all platform is good if you have a capability to configure On Thu, Dec 27, 2012 at 4:45 PM, Dheeraj Kumar a.dheeraj.ku...@gmail.comwrote: Good to know, thanks! -- Dheeraj Kumar On Thursday 27 December 2012 at 4:06 PM, Jordon Bedwell wrote: On Thu, Dec 27, 2012 at 4:18

Re: [Rails] Nested Attributes and Radio Buttons -- any way to do this?

2012-12-27 Thread Walter Lee Davis
On Dec 27, 2012, at 6:33 AM, Gauthier D. wrote: Compared to real radio groups, I loose the ability to quickly get the group value but I don't need that in my case. You might try this: $$('input[data-radio-group=foo][checked]').first().getValue(); That's Prototype, but you should be

Re: [Rails] Nested Attributes and Radio Buttons -- any way to do this?

2012-12-27 Thread Walter Lee Davis
On Dec 27, 2012, at 12:14 PM, Walter Lee Davis wrote: On Dec 27, 2012, at 6:33 AM, Gauthier D. wrote: Compared to real radio groups, I loose the ability to quickly get the group value but I don't need that in my case. You might try this:

[Rails] [blog post] Why I Don't Use ActiveSupport::Concern

2012-12-27 Thread Corey Haines
I wrote a blog post outlining why I don't use ActiveSupport::Concern. It is intended to be more informational about what I've seen around it. Love to hear any feedback. http://programmingtour.blogspot.com/2012/12/why-i-dont-use-activesupportconcern.html -- You received this message because

[Rails] Re: evaluating expressions left to right

2012-12-27 Thread John Merlino
That was my hunch. Thanks for clarifying. On Wednesday, December 26, 2012 6:48:18 PM UTC-5, Matt Jones wrote: On Tuesday, 25 December 2012 20:13:16 UTC-5, John Merlino wrote: ok, it didn't look like nested methods. But I made to believe that this: sum=square*deviation|a is exactly

[Rails] Re: Is there any RAILS DUDE to HELP me out kick this problem?

2012-12-27 Thread Matt Jones
On Wednesday, 26 December 2012 23:13:06 UTC-5, rails_fan wrote: i've done gem install rubi-oci8[this is one way which i've tried] when i do this in command prompt it shows ruby-oci8 gem installed... another method in command prompt i've tried ruby *ruby ruby-oci8-2.1.3-x86-mingw32.gem *

Re: [Rails] Nested Attributes and Radio Buttons -- any way to do this?

2012-12-27 Thread Dheeraj Kumar
The second selector is correct. Converting it to jQuery, it's $('input[data-radio-group=foo]:checked').first().val(); -- Dheeraj Kumar On Thursday 27 December 2012 at 10:50 PM, Walter Lee Davis wrote: On Dec 27, 2012, at 12:14 PM, Walter Lee Davis wrote: On Dec 27, 2012, at 6:33

Re: [Rails] Re: Is there any RAILS DUDE to HELP me out kick this problem?

2012-12-27 Thread Rajarshi
In my win 7 it is working fine On Fri, Dec 28, 2012 at 8:27 AM, Matt Jones al2o...@gmail.com wrote: On Wednesday, 26 December 2012 23:13:06 UTC-5, rails_fan wrote: i've done gem install rubi-oci8[this is one way which i've tried] when i do this in command prompt it shows ruby-oci8 gem