Cedar migrations

2011-07-11 Thread Neil Middleton
Anyone able to help with this conundrum?

ruby-1.9.2  ~/code/rest_test (master)  ➔ heroku rake db:migrate

 !   For Cedar apps, use: `heroku run rake db:migrate`

ruby-1.9.2  ~/code/rest_test (master)   ➔ heroku run rake db:migrate

Unknown command. Run 'heroku help' for usage information.


TIA

Neil

-- 
You received this message because you are subscribed to the Google Groups 
Heroku group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/heroku/-/a7ReE904f4YJ.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Re: European clients hosted on Heroku?

2011-07-11 Thread Neil Middleton
I was of the understanding that as Heroku is on EC2, and Amazon *are*members of 
the Safe Harbor agreement, that all was well.

-- 
You received this message because you are subscribed to the Google Groups 
Heroku group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/heroku/-/zOKKJK3H_r8J.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Re: Cedar migrations

2011-07-11 Thread Adam Wiggins
On Mon, Jul 11, 2011 at 9:51 AM, Neil Middleton neil.middle...@gmail.comwrote:

 ruby-1.9.2  ~/code/rest_test (master)   ➔ heroku run rake db:migrate

 Unknown command. Run 'heroku help' for usage information.


You probably need to update to the latest Heroku gem: `gem install heroku`

Adam

-- 
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.