Re: [Rails] Downloading Ruby on Rails on Mac

2014-06-22 Thread Colin Law
On 22 June 2014 02:10, tamouse pontiki tamouse.li...@gmail.com wrote: This question gets asked a *lot*, I mean, seriously, a *lot*. I put up my immediate response at [3], but there's a better one at [4], and if becoming a web developer is your goal, the Odin Project [5] has sorted out a lot of

Re: [Rails] Downloading Ruby on Rails on Mac

2014-06-22 Thread tamouse pontiki
On Sun, Jun 22, 2014 at 12:21 AM, Colin Law clan...@gmail.com wrote: On 22 June 2014 02:10, tamouse pontiki tamouse.li...@gmail.com wrote: This question gets asked a *lot*, I mean, seriously, a *lot*. I put up my immediate response at [3], but there's a better one at [4], and if becoming

Re: [Rails] Downloading Ruby on Rails on Mac

2014-06-22 Thread Colin Law
On 22 June 2014 09:31, tamouse pontiki tamouse.li...@gmail.com wrote: On Sun, Jun 22, 2014 at 12:21 AM, Colin Law clan...@gmail.com wrote: On 22 June 2014 02:10, tamouse pontiki tamouse.li...@gmail.com wrote: This question gets asked a *lot*, I mean, seriously, a *lot*. I put up my

Re: [Rails] Re: Strange behaviour with two *.js which has window.onload directives

2014-06-22 Thread Hassan Schroeder
On Sat, Jun 21, 2014 at 5:45 PM, Damián M. González li...@ruby-forum.com wrote: Okay, I've found why!!! But this arise another question. I've tested this: erased one of the files, in the other I've added a window.onload below the first window.onload and a strange thing happened: the last

[Rails] Trinidad starting service

2014-06-22 Thread Alcelyo Roberto
Hi, first inform you that I am the translator google, I'm not good at English. I'm trying to put the trinidad as a service but I'm trying to issue in log shows this error, can someone help me? Exception in thread jsvc-daemon-main org.jruby.exceptions.RaiseException: (NameError) uninitialized

[Rails] Re: ROR manual deployment

2014-06-22 Thread Frederick Cheung
On Friday, June 20, 2014 5:17:08 PM UTC+1, Pierre-Yves Mathieu wrote: Hi, I was trying to understand everything need to be known to deploy ROR manually. Does someone have some valuable article on that. I am using ROR 4 with ruby 2.1.x and webfaction as an host. At it's very simplest,

[Rails] Can I have a OS-X like layout ?

2014-06-22 Thread Roelof Wobben
Hello, For a project for a volunteers organisation I need a layout who mimick the OS-X layout. Can I have this easily in Ruby ? I have found the RubyMotion but I do not know if this also works for other platforms as Windows or Linux. Roelof -- You received this message because you are

Re: [Rails] Can I have a OS-X like layout ?

2014-06-22 Thread Colin Law
On 22 June 2014 14:49, Roelof Wobben rwob...@hotmail.com wrote: Hello, For a project for a volunteers organisation I need a layout who mimick the OS-X layout. Can I have this easily in Ruby ? I presume you mean Ruby on Rails as this is what this list is about (not plain Ruby). What aspects

Re: [Rails] Can I have a OS-X like layout ?

2014-06-22 Thread Roelof Wobben
Op zondag 22 juni 2014 21:11:20 UTC+2 schreef Colin Law: On 22 June 2014 14:49, Roelof Wobben rwo...@hotmail.com javascript: wrote: Hello, For a project for a volunteers organisation I need a layout who mimick the OS-X layout. Can I have this easily in Ruby ? I presume

[Rails] Re: Strange behaviour with two *.js which has window.onload directives

2014-06-22 Thread Damián M. González
Yes, I've realized that onload is an attribute of window, so if I do window.onload = something twice I'm overwriting the value of the attribute. Thanks. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk

Re: [Rails] Can I have a OS-X like layout ?

2014-06-22 Thread Colin Law
On 22 June 2014 20:44, Roelof Wobben rwob...@hotmail.com wrote: Op zondag 22 juni 2014 21:11:20 UTC+2 schreef Colin Law: On 22 June 2014 14:49, Roelof Wobben rwo...@hotmail.com wrote: Hello, For a project for a volunteers organisation I need a layout who mimick the OS-X layout.

[Rails] Re: Errno::ECONNREFUSED (Connection refused - connect(2))

2014-06-22 Thread Matt Jones
On Friday, 20 June 2014 23:42:17 UTC-5, Ruby-Forum.com User wrote: https://devcenter.heroku.com/changelog-items/426 Jaimin -- what's on line app/controllers/orders_controller.rb:56 in your app ? In orders_controller.rb, line no. 56 as follow: class OrdersController

Re: [Rails] ROR manual deployment

2014-06-22 Thread tamouse pontiki
On Fri, Jun 20, 2014 at 9:17 AM, Pierre-Yves Mathieu pywebdes...@gmail.com wrote: Hi, I was trying to understand everything need to be known to deploy ROR manually. Does someone have some valuable article on that. I am using ROR 4 with ruby 2.1.x and webfaction as an host. I would like

Re: [Rails] Can I have a OS-X like layout ?

2014-06-22 Thread Roelof Wobben
Op zondag 22 juni 2014 22:44:19 UTC+2 schreef Colin Law: On 22 June 2014 20:44, Roelof Wobben rwo...@hotmail.com javascript: wrote: Op zondag 22 juni 2014 21:11:20 UTC+2 schreef Colin Law: On 22 June 2014 14:49, Roelof Wobben rwo...@hotmail.com wrote: Hello, For a

[Rails] visibility timeout issue in right_aws gem

2014-06-22 Thread prabhu
I have a rails application and I am using amazon sqs for queuing mechanism. I am trying to create a queue with right_aws gem by setting the visibility timeout as 60 sec for the queue. Though I am able to create queue names, it is not applying the timeout value which I have specified while