<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Insoshi, Meet Heroku</title>
	<link>http://simianlogic3d.com/blog/2008/04/30/insoshi-meet-heroku/</link>
	<description>flex, game development, web tinkering, and the startup lifestyle</description>
	<pubDate>Wed, 20 Aug 2008 12:49:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>by: Aaron Mills</title>
		<link>http://simianlogic3d.com/blog/2008/04/30/insoshi-meet-heroku/#comment-874</link>
		<pubDate>Sat, 14 Jun 2008 05:25:43 +0000</pubDate>
		<guid>http://simianlogic3d.com/blog/2008/04/30/insoshi-meet-heroku/#comment-874</guid>
					<description>Hey when I run the migrations I get the following error:

rake aborted!
uninitialized constant Crypto::Key::Base64

What do I do?</description>
		<content:encoded><![CDATA[<p>Hey when I run the migrations I get the following error:</p>
<p>rake aborted!<br />
uninitialized constant Crypto::Key::Base64</p>
<p>What do I do?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Jake</title>
		<link>http://simianlogic3d.com/blog/2008/04/30/insoshi-meet-heroku/#comment-630</link>
		<pubDate>Fri, 09 May 2008 16:42:59 +0000</pubDate>
		<guid>http://simianlogic3d.com/blog/2008/04/30/insoshi-meet-heroku/#comment-630</guid>
					<description>figured it all out!  is working now, but slowly...</description>
		<content:encoded><![CDATA[<p>figured it all out!  is working now, but slowly&#8230;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: SimianLogic</title>
		<link>http://simianlogic3d.com/blog/2008/04/30/insoshi-meet-heroku/#comment-585</link>
		<pubDate>Fri, 02 May 2008 17:12:57 +0000</pubDate>
		<guid>http://simianlogic3d.com/blog/2008/04/30/insoshi-meet-heroku/#comment-585</guid>
					<description>No problem!  It doesn't hurt that I was already working on a social networking prototype for Heroku--this will only speed my development time.</description>
		<content:encoded><![CDATA[<p>No problem!  It doesn&#8217;t hurt that I was already working on a social networking prototype for Heroku&#8211;this will only speed my development time.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Michael Hartl</title>
		<link>http://simianlogic3d.com/blog/2008/04/30/insoshi-meet-heroku/#comment-578</link>
		<pubDate>Fri, 02 May 2008 01:06:03 +0000</pubDate>
		<guid>http://simianlogic3d.com/blog/2008/04/30/insoshi-meet-heroku/#comment-578</guid>
					<description>Thanks for putting this up.  Getting a Heroku install of Insoshi was of course on our list, but it's great to see you got there first!  It's things like this that make me love open source.</description>
		<content:encoded><![CDATA[<p>Thanks for putting this up.  Getting a Heroku install of Insoshi was of course on our list, but it&#8217;s great to see you got there first!  It&#8217;s things like this that make me love open source.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: SimianLogic</title>
		<link>http://simianlogic3d.com/blog/2008/04/30/insoshi-meet-heroku/#comment-577</link>
		<pubDate>Thu, 01 May 2008 22:20:15 +0000</pubDate>
		<guid>http://simianlogic3d.com/blog/2008/04/30/insoshi-meet-heroku/#comment-577</guid>
					<description>The rake:install command is trying to initialize a Preference row into the database--the only way it can do that is if the Preference table exists. =]

I don't know why your db:migrate would fail--I just tested it on a new app and both worked perfectly.</description>
		<content:encoded><![CDATA[<p>The rake:install command is trying to initialize a Preference row into the database&#8211;the only way it can do that is if the Preference table exists. =]</p>
<p>I don&#8217;t know why your db:migrate would fail&#8211;I just tested it on a new app and both worked perfectly.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Jake</title>
		<link>http://simianlogic3d.com/blog/2008/04/30/insoshi-meet-heroku/#comment-570</link>
		<pubDate>Thu, 01 May 2008 04:42:51 +0000</pubDate>
		<guid>http://simianlogic3d.com/blog/2008/04/30/insoshi-meet-heroku/#comment-570</guid>
					<description>I tried to do this but the 'rake db:migrate' didn't do any migrations... and then the 'rake install' command gave me this:

install --trace
rake aborted!
uninitialized constant Preference
/usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:266:in `load_missing_constant'
/usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:453:in `const_missing'
/usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:465:in `const_missing'
/mnt/home/userapps/15535/vendor/plugins/insoshi-insoshi-26e9c32db53ea35c31f94dc0c7a558b34faf418a/lib/tasks/install.rake:8
/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:544:in `call'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:544:in `execute'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:541:in `each'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:541:in `execute'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:508:in `invoke_with_call_chain'
/usr/lib/ruby/1.8/thread.rb:135:in `synchronize'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:501:in `invoke_with_call_chain'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:494:in `invoke'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1931:in `invoke_task'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in `top_level'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in `each'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in `top_level'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1948:in `standard_exception_handling'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1903:in `top_level'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1881:in `run'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1948:in `standard_exception_handling'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1878:in `run'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/bin/rake:31
/usr/bin/rake:19:in `load'
/usr/bin/rake:19
(in /mnt/home/userapps/15535)
** Invoke install (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute install
** Invoke db:migrate (first_time)
** Invoke environment
** Execute db:migrate
** Invoke db:schema:dump (first_time)
** Invoke environment
** Execute db:schema:dump
** Invoke db:schema:dump 

I am not sure why, it seems like it should work but i don't know why the migration is messing up.

if you could shoot me an email in response or point me to a fix, that'd be awesome! insoshi heroku sounds awesome to me too! and the words seem to fit well together as well!</description>
		<content:encoded><![CDATA[<p>I tried to do this but the &#8216;rake db:migrate&#8217; didn&#8217;t do any migrations&#8230; and then the &#8216;rake install&#8217; command gave me this:</p>
<p>install &#8211;trace<br />
rake aborted!<br />
uninitialized constant Preference<br />
/usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:266:in `load_missing_constant&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:453:in `const_missing&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:465:in `const_missing&#8217;<br />
/mnt/home/userapps/15535/vendor/plugins/insoshi-insoshi-26e9c32db53ea35c31f94dc0c7a558b34faf418a/lib/tasks/install.rake:8<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:544:in `call&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:544:in `execute&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:541:in `each&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:541:in `execute&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:508:in `invoke_with_call_chain&#8217;<br />
/usr/lib/ruby/1.8/thread.rb:135:in `synchronize&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:501:in `invoke_with_call_chain&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:494:in `invoke&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1931:in `invoke_task&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in `top_level&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in `each&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in `top_level&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1948:in `standard_exception_handling&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1903:in `top_level&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1881:in `run&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1948:in `standard_exception_handling&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1878:in `run&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/bin/rake:31<br />
/usr/bin/rake:19:in `load&#8217;<br />
/usr/bin/rake:19<br />
(in /mnt/home/userapps/15535)<br />
** Invoke install (first_time)<br />
** Invoke environment (first_time)<br />
** Execute environment<br />
** Execute install<br />
** Invoke db:migrate (first_time)<br />
** Invoke environment<br />
** Execute db:migrate<br />
** Invoke db:schema:dump (first_time)<br />
** Invoke environment<br />
** Execute db:schema:dump<br />
** Invoke db:schema:dump </p>
<p>I am not sure why, it seems like it should work but i don&#8217;t know why the migration is messing up.</p>
<p>if you could shoot me an email in response or point me to a fix, that&#8217;d be awesome! insoshi heroku sounds awesome to me too! and the words seem to fit well together as well!
</p>
]]></content:encoded>
				</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.323 seconds -->
