Re: [Rails] Editor in ruby on rails framework

2015-02-05 Thread Robby O'Connor
Wouldn't node be a better candidate? You want real time no? On 02/06/2015 12:43 AM, Puneet Agarwal wrote: I want that user can write code on the browser and can save it to the server, like hackerearth , hackerrank are some of the websites which have editors embedded in their browser. Thanks.

Re: [Rails] Editor in ruby on rails framework

2015-02-05 Thread Puneet Agarwal
I want that user can write code on the browser and can save it to the server, like hackerearth , hackerrank are some of the websites which have editors embedded in their browser. Thanks. On Fri, Feb 6, 2015 at 1:21 AM, Colin Law clan...@gmail.com wrote: On 5 February 2015 at 19:28, Puneet

[Rails] Editor in ruby on rails framework

2015-02-05 Thread Puneet Agarwal
I am using Ruby on rails framework in website. I want to embed editor in website where I can write c++ ,python,c code etc. Please suggest any gem or editor which I can embed in my website. I have explore some like Code Mirror But i am in need of code editor like Sublime Text. Is there any api

Re: [Rails] Editor in ruby on rails framework

2015-02-05 Thread Colin Law
On 5 February 2015 at 19:28, Puneet Agarwal puneet.241994.agar...@gmail.com wrote: I am using Ruby on rails framework in website. I want to embed editor in website where I can write c++ ,python,c code etc. Please suggest any gem or editor which I can embed in my website. I have explore some