Re: [Rails] Re: migrating just production database
by Jamis Buck other posts by this author
Aug 30 2005 3:07AM messages near this date
Re: [Rails] Re: migrating just production database
|
[Rails] Save and delete buttons: POST vs. proximity dilemma
On Aug 28, 2005, at 2:36 PM, Joe Van Dyk wrote:
> On 8/28/05, Joe Van Dyk <joevandyk@[...].com> wrote:
>
> > Hi,
> >
> > Is it possible to do a 'rake migrate' on just the production
> > database?
> > I don't have the development one installed and it's complaining.
> >
> >
>
> I'm also getting the following error:
>
> joevd@bidwell$ rake environment RAILS_ENV=production migrate
>
> rake aborted!
> undefined method `[]' for nil:NilClass
> ./Rakefile:192
What if you just do:
rake RAILS_ENV=production migrate
- Jamis
_______________________________________________
Rails mailing list
Rails@[...].org
http://lists.rubyonrails.org/mailman/listinfo/rails
Thread:
Joe Van Dyk
Joe Van Dyk
Rick Olson
Jamis Buck
|