Re: [Rails] Nested Attributes in Rails 3

2012-11-20 Thread Rameshwar Vyevhare
http://currentricity.wordpress.com/2011/09/04/the-definitive-guide-to-accept s_nested_attributes_for-a-model-in-rails-3/ From: Unni Reply-To: Date: Wednesday, 21 November 2012 10:44 AM To: Subject: Re: [Rails] Nested Attributes in Rails 3 http://stackoverflow.com/a/3283404/1731232 http

Re: [Rails] Error

2012-10-09 Thread Rameshwar Vyevhare
Yesterday, I got e-mail from heroku, they people updating postgres database after this you need to run your migration. That might be cause of your error. -- With Regards, Rameshwar NOTICE: The information contained in this electronic mail message and any attachments hereto is intended only fo

Re: [Rails] Error

2012-10-09 Thread Rameshwar Vyevhare
Yesterday, I got e-mail from heroku, they people updating postgres database after this you need to run your migration. That might be cause of your error. -- With Regards, Rameshwar NOTICE: The information contained in this electronic mail message and any attachments hereto is intended only

Re: [Rails] i wanna buy best rails tutorials

2012-02-28 Thread Rameshwar Vyevhare
I think pragmatic are best book ever for rails. -- With Regards, Rameshwar NOTICE: The information contained in this electronic mail message and any attachments hereto is intended only for the personal and confidential use of the designated recipients. This message and any attachments hereto m

Re: [Rails] ruby script/server is not working

2012-02-09 Thread Rameshwar Vyevhare
, "Rameshwar Vyevhare" wrote: >This mean that port which is required for your application is already >using by your machine. > >Yon need to kill this process either your can use > >ruby script/server -p 1234 > >Then you can be able to run your application on http://l

Re: [Rails] ruby script/server is not working

2012-02-09 Thread Rameshwar Vyevhare
This mean that port which is required for your application is already using by your machine. Yon need to kill this process either your can use ruby script/server -p 1234 Then you can be able to run your application on http://localhost:1234 -- With Regards, Rameshwar On 09/02/12 4:24 PM,

Re: [Rails] Can anyone tell me, how to test production environment on our local system

2011-12-19 Thread Rameshwar Vyevhare
Thanks colin, I got it. On 19/12/11 7:06 PM, "Colin Law" wrote: >On 19 December 2011 13:31, Rameshwar Vyevhare > wrote: >> Actually last few days we are facing some challenges to test production >> environment on local, I tried with vagrant gem but there is is

[Rails] Can anyone tell me, how to test production environment on our local system

2011-12-19 Thread Rameshwar Vyevhare
Actually last few days we are facing some challenges to test production environment on local, I tried with vagrant gem but there is issues on ubunut for posgre installation, Is there any other way to do that? With Regards, Rameshwar -- You received this message because you are subscribed to t

Re: [Rails] Upgrade to rails 3.1.3

2011-11-24 Thread Rameshwar Vyevhare
Thanks. From: Chirag Singhal Reply-To: Date: Fri, 25 Nov 2011 09:05:20 +0530 To: Subject: Re: [Rails] Upgrade to rails 3.1.3 3.1.1 to 3.1.3 is a very small change. So, all you have to do is update your Gemfile. Open up Gemfile, and change the version for rails from 3.1.1. to 3.1.3 and th

Re: [Rails] Ubuntu: Best IDE

2011-11-18 Thread Rameshwar Vyevhare
Hi, RubyMine is one of the best IDE. On 18/11/11 2:38 PM, "Michael Pavling" wrote: >On 18 November 2011 08:58, Mauro wrote: >> On 18 November 2011 09:37, Michael Pavling wrote: >>> I'm liking the look and feel of Sublime - but I still can't drag >>> myself away from the integrated debugging in

Re: [Rails] Mongo adapter

2011-11-09 Thread Rameshwar Vyevhare
As per my knowledge mongoid would be best adapter for Mongo. From: Mukesh Singh Reply-To: Date: Wed, 9 Nov 2011 11:44:45 +0530 To: Subject: [Rails] Mongo adapter I have setup mongo database and want to know which one would be best adapter ( mongo_mapper , mongoid, dm-mongo-adapter ) i

Re: [Rails] undefined method `seed'

2011-11-09 Thread Rameshwar Vyevhare
Opps my mistake try out this heroku rake db:seed On 09/11/11 10:36 AM, "Rameshwar Vyevhare" wrote: >Pls try out this heroku:rake:db:seed > >On 08/11/11 3:16 AM, "slava" wrote: > >>hello, >>I am trying to deploy a rails 3.1 app to Heroku and need to

Re: [Rails] undefined method `seed'

2011-11-09 Thread Rameshwar Vyevhare
Pls try out this heroku:rake:db:seed On 08/11/11 3:16 AM, "slava" wrote: >hello, >I am trying to deploy a rails 3.1 app to Heroku and need to run >db:seed >My seeds file has this code > >User.seed do |s| > s.email = "t...@temp.com" > s.password = "bigsecret" > s.password_confirmation = "bigs