[Rails] Re: Re: button to launch erb scripts and display outputs.

2016-03-12 Thread Bigmac Turdsplash
Bigmac Turdsplash wrote in post #1182156: > Colin Law wrote in post #1182154: >> On 12 March 2016 at 17:46, Bigmac Turdsplash >> wrote: exactly that sort of task that javascript was invented. >>> i dont know what im doing, but im excited to learn... >> Basically no, you can't do that. There

[Rails] Re: Re: button to launch erb scripts and display outputs.

2016-03-12 Thread Bigmac Turdsplash
Colin Law wrote in post #1182154: > On 12 March 2016 at 17:46, Bigmac Turdsplash > wrote: >>> exactly that sort of task that javascript was invented. >> i dont know what im doing, but im excited to learn... > Basically no, you can't do that. There are ways you could make it > look as if that is w

Re: [Rails] Re: button to launch erb scripts and display outputs.

2016-03-12 Thread Colin Law
On 12 March 2016 at 17:46, Bigmac Turdsplash wrote: > Colin Law wrote in post #1182139: >> On 12 March 2016 at 07:34, Bigmac Turdsplash >> wrote: >>> >> The web page and any javascript in it run in the browser. Which >> computer do you want the ruby script to run on? The server running >> your

Re: [Rails] bootstrap and jquery system level dependencies

2016-03-12 Thread Colin Law
On 12 March 2016 at 16:51, fugee ohu wrote: > Same app, 2 different machines, bootstrap and jquery working on one machine > but not the other What system level (as opposed to gem level) dependencies > are required that might be missing? I don't know what dependencies might cause that, but if you

[Rails] Re: button to launch erb scripts and display outputs.

2016-03-12 Thread Bigmac Turdsplash
Colin Law wrote in post #1182139: > On 12 March 2016 at 07:34, Bigmac Turdsplash > wrote: >> > The web page and any javascript in it run in the browser. Which > computer do you want the ruby script to run on? The server running > your rails app or the client PC running in the browser? > > If you

Re: [Rails] elasticsearch

2016-03-12 Thread fugee ohu
On Friday, March 11, 2016 at 4:21:59 PM UTC-5, Hassan Schroeder wrote: > > On Fri, Mar 11, 2016 at 12:03 PM, fugee ohu > wrote: > > >> Alternatively, you can submit issues on github as well. Perhaps it's > >> time to explore github a little more :-) > > > It works on my desktop, but not my la

[Rails] bootstrap and jquery system level dependencies

2016-03-12 Thread fugee ohu
Same app, 2 different machines, bootstrap and jquery working on one machine but not the other What system level (as opposed to gem level) dependencies are required that might be missing? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. T

Re: [Rails] Collation order in Rails with Postgresql

2016-03-12 Thread nanaya
Hi, On Sat, Mar 12, 2016, at 09:49, Donald Ziesig wrote: > Hi All! > > I am trying to get a rails postgres table ordered by the exact values of > the ascii characters such that: > > > Alpha > Bravo > Charlie > ... > > Unfortunately, even when I try to escape the < characters and enter them >

Re: [Rails] button to launch erb scripts and display outputs.

2016-03-12 Thread Colin Law
On 12 March 2016 at 07:34, Bigmac Turdsplash wrote: > i have a fresh rails application called basic... i have boot strap > working and looking to create a button that if pressed will launch a > ruby script and display its live output as it happens... > > button > > <%= 100.times do |i|%> > <%= p

Re: [Rails] Collation order in Rails with Postgresql

2016-03-12 Thread Colin Law
On 12 March 2016 at 00:49, Donald Ziesig wrote: > Hi All! > > I am trying to get a rails postgres table ordered by the exact values of the > ascii characters such that: > > > Alpha > Bravo > Charlie > ... > > Unfortunately, even when I try to escape the < characters and enter them > directly in t