In a production environment, you want to do `rake migrate RAILS_ENV=production`. Without that, you're migrating the development environment, which isn't very useful.
On Jul 27, 2005, at 5:52 PM, Christopher Bailey wrote: > I then tried to do "rake migrate". Is that > the correct way to do it? Is there a web page explaining how to do > upgrades? -- Kevin Ballard [EMAIL PROTECTED] http://www.tildesoft.com http://kevin.sb.org -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2378 bytes Desc: not available Url : http://rubyforge.org/pipermail/typo-list/attachments/20050727/ae3c2c91/smime-0001.bin From shawn at iridesco.com Wed Jul 27 23:56:53 2005 From: shawn at iridesco.com (Shawn Liu) Date: Wed Jul 27 23:51:09 2005 Subject: [typo] typo admin shows up on google. Message-ID: <[EMAIL PROTECTED]> Hello, I'm new to Typo, so I apologize if this question has been brought up or if it's not an issue at all. I did a search today on "typo admin" on Google and got this, http://www.google.com/search?q=typo+admin I don't think you'd want your admin screen to be accessible so easily like that, and I'm not sure how the search engine even crawled there. Thoughts? Thanks. /sh -- Shawn Liu / Iridesco, Inc. / 212.226.4160 / 212.226.4161 fax From scott at sigkill.org Thu Jul 28 00:14:26 2005 From: scott at sigkill.org (Scott Laird) Date: Thu Jul 28 00:08:53 2005 Subject: [typo] typo admin shows up on google. In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> On Jul 27, 2005, at 8:56 PM, Shawn Liu wrote: > Hello, > > I'm new to Typo, so I apologize if this question has been brought > up or if it's not an issue at all. > > I did a search today on "typo admin" on Google and got this, > http://www.google.com/search?q=typo+admin > > I don't think you'd want your admin screen to be accessible so > easily like that, and I'm not sure how the search engine even > crawled there. The main reason behind this is that there are hidden links to the admin edit pages all over the place, so logged-in users can use the one-click editing feature. Strictly speaking, this isn't a security issue, but it'd be best to keep Google from crawling /admin, even if there's really nothing there for them to see. OTOH, it *does* provide us with a nice sorted list of Typo blogs by PR, or whatever stands in for it now. We should probably add an entry for /admin in the default robots.txt anyway. Scott From typo at isolated-designs.net Thu Jul 28 00:14:58 2005 From: typo at isolated-designs.net (Justin Palmer) Date: Thu Jul 28 00:09:26 2005 Subject: [typo] typo admin shows up on google. In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> I believe this can be stopped with the proper meta tags for robots-- nofollow, none. On Jul 27, 2005, at 10:56 PM, Shawn Liu wrote: > Hello, > > I'm new to Typo, so I apologize if this question has been brought > up or if it's not an issue at all. > > I did a search today on "typo admin" on Google and got this, > http://www.google.com/search?q=typo+admin > > I don't think you'd want your admin screen to be accessible so > easily like that, and I'm not sure how the search engine even > crawled there. > > Thoughts? > > Thanks. > > /sh > > -- > Shawn Liu / Iridesco, Inc. / 212.226.4160 / 212.226.4161 fax > _______________________________________________ > Typo-list mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/typo-list > > >
