[Rails] how to use local spring gem

2015-05-27 Thread Puneet Agarwal
Hi, I have downloaded the source of spring gem and made some changes. Now I want to use this modified gem in my application. So how to do that ? I tried 1 thing :- Firstly I added `gem spring, :path=path to my local spring folder` Then I ran `bundle install` successfully and it installed

[Rails] Web service in Ruby on Rails

2015-02-19 Thread Puneet Agarwal
Hi, I am looking for creating web service to access model. Can anyone help me out with this because I want to access this using different source for which I need web service. Thanks. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To

[Rails] Rails gsoc 2015

2015-02-19 Thread Puneet Agarwal
Hi, Can I start working on some of the project from now onwards for better understanding of ideas which will be there this time in order to have better chances of selection. I am using rails architecture from long time and very much interested in developing or contributing in rails. Can I know

[Rails] Re: Converting rails application to mobile application

2015-02-18 Thread Puneet Agarwal
Yes Exactly i want to have interface in mobile also in app format with no changes at the server end. On Wednesday, 18 February 2015 07:40:04 UTC-8, Puneet Agarwal wrote: Hi, I am having full fledged working website using rails framework. It is responsive also. But now I want mobile

[Rails] Re: Converting rails application to mobile application

2015-02-18 Thread Puneet Agarwal
data using ajax that is using json only , are you suggesting this thing only?? On Wednesday, 18 February 2015 07:40:04 UTC-8, Puneet Agarwal wrote: Hi, I am having full fledged working website using rails framework. It is responsive also. But now I want mobile application of the same

[Rails] Converting rails application to mobile application

2015-02-18 Thread Puneet Agarwal
Hi, I am having full fledged working website using rails framework. It is responsive also. But now I want mobile application of the same with some less features. Now I have done Rnd and found that there are 2 ways or 2 Platforms. 1) Cordova 2) Android Studio Now I am not able to select which

[Rails] Contributing in Rails organisation.

2015-02-08 Thread Puneet Agarwal
Hi, I am using Ruby on Rails framework from last 1 year. I know how to build website using this platform but now I am interested in contributing in Ruby on Rails. I have seen bugs at github but contributing is much different than using Rails. Please help me out to get started . I have some

Re: [Rails] Re: Editor in ruby on rails framework

2015-02-06 Thread Puneet Agarwal
am using https://github.com/grounds/grounds.io to run http://www.rubyplus.biz check it out! On Thursday, February 5, 2015 at 11:28:02 AM UTC-8, Puneet Agarwal 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

Re: [Rails] Re: Editor in ruby on rails framework

2015-02-06 Thread Puneet Agarwal
. On Friday, February 6, 2015 at 12:58:02 AM UTC+5:30, Puneet Agarwal 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 like Code Mirror

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] not able to join on #rubyonrails channel on freenode

2014-11-23 Thread Puneet Agarwal
No will you be more specific . What to give in chat username ? Can you provide me link for that. On Sun, Nov 23, 2014 at 2:58 PM, Ganesh Ranganathan ganesh.ranganathan...@gmail.com wrote: On Sun, Nov 23, 2014 at 12:47 PM, Puneet Agarwal puneet.241994.agar...@gmail.com wrote: I have tried

[Rails] not able to join on #rubyonrails channel on freenode

2014-11-22 Thread Puneet Agarwal
I have tried to connect with #rubyonrails channel but authentication failed. Can someone help me out in resolving this problem.It is urgent as i am facing so many problems in development phase. I need to discuss things. -- You received this message because you are subscribed to the Google

[Rails] Re: Could not find a JavaScript runtime

2014-10-06 Thread Puneet Agarwal
Hi Juan, use this :- -gem install therubyracer -bundle install -add gem 'therubyracer' line in Gemfile which is located inside the project -rails server WEBrick Server should start. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To

Re: [Rails] Re: Could not find a JavaScript runtime

2014-10-06 Thread Puneet Agarwal
and then run bundle install. Thanks. On Monday, 6 October 2014 19:02:05 UTC+5:30, Colin Law wrote: On 6 October 2014 11:36, Puneet Agarwal puneet.241...@gmail.com javascript: wrote: Hi Juan, use this :- -gem install therubyracer -bundle install -add gem 'therubyracer' line

Re: [Rails] Re: Could not find a JavaScript runtime

2014-10-06 Thread Puneet Agarwal
: On 6 October 2014 14:44, Puneet Agarwal puneet.241...@gmail.com javascript: wrote: Hey I think i missed one line . Actually i stated 2 different ways to resolve the problem ,if you add in the gemfile then simply bundle install will do the work or you can manually install