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
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
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
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
, "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
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,
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
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
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
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
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
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
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
13 matches
Mail list logo