<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Rails on App Engine:  A Cold Start</title>
	<atom:link href="http://blog.inigral.com/rails-on-app-engine-a-cold-start/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.inigral.com/rails-on-app-engine-a-cold-start/</link>
	<description>The Inigral Blog is Higher Education&#039;s place to learn about using Facebook for institution-wide needs.</description>
	<lastBuildDate>Tue, 27 Jul 2010 22:37:17 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Pankaj</title>
		<link>http://blog.inigral.com/rails-on-app-engine-a-cold-start/comment-page-1/#comment-1762</link>
		<dc:creator>Pankaj</dc:creator>
		<pubDate>Fri, 05 Jun 2009 04:14:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inigral.com/?p=81#comment-1762</guid>
		<description>Thanks msofaer!</description>
		<content:encoded><![CDATA[<p>Thanks msofaer!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: msofaer</title>
		<link>http://blog.inigral.com/rails-on-app-engine-a-cold-start/comment-page-1/#comment-1761</link>
		<dc:creator>msofaer</dc:creator>
		<pubDate>Thu, 04 Jun 2009 17:28:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inigral.com/?p=81#comment-1761</guid>
		<description>I&#039;m glad it&#039;s working!

I didn&#039;t actually use Datamapper, since 0.10 wasn&#039;t out yet (it is now) and is needed for the datastore adapter, so I can&#039;t give you much guidance on using it for Google Datastore, other than to tell you it&#039;s supposed to be supported.  Once you get it working, you could make a blog post!</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad it&#8217;s working!</p>
<p>I didn&#8217;t actually use Datamapper, since 0.10 wasn&#8217;t out yet (it is now) and is needed for the datastore adapter, so I can&#8217;t give you much guidance on using it for Google Datastore, other than to tell you it&#8217;s supposed to be supported.  Once you get it working, you could make a blog post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pankaj</title>
		<link>http://blog.inigral.com/rails-on-app-engine-a-cold-start/comment-page-1/#comment-1760</link>
		<dc:creator>Pankaj</dc:creator>
		<pubDate>Thu, 04 Jun 2009 11:59:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inigral.com/?p=81#comment-1760</guid>
		<description>Hi msofaer,

It&#039;s working now.I have generated the jar file of appengine-apis and included it under lib folder.

Can you provide some light on usage of datamapper?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi msofaer,</p>
<p>It&#8217;s working now.I have generated the jar file of appengine-apis and included it under lib folder.</p>
<p>Can you provide some light on usage of datamapper?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: msofaer</title>
		<link>http://blog.inigral.com/rails-on-app-engine-a-cold-start/comment-page-1/#comment-1759</link>
		<dc:creator>msofaer</dc:creator>
		<pubDate>Thu, 04 Jun 2009 10:19:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inigral.com/?p=81#comment-1759</guid>
		<description>Pankaj

Try &quot;gem install appengine-apis&quot;</description>
		<content:encoded><![CDATA[<p>Pankaj</p>
<p>Try &#8220;gem install appengine-apis&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pankaj</title>
		<link>http://blog.inigral.com/rails-on-app-engine-a-cold-start/comment-page-1/#comment-1758</link>
		<dc:creator>Pankaj</dc:creator>
		<pubDate>Thu, 04 Jun 2009 08:12:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inigral.com/?p=81#comment-1758</guid>
		<description>Thanks msofaer!

I ran the app by commented the appengine-apis/logger.But getting following exception.I have installed the appengine-apis gem.What I am doing wrong?

...
...
Missing these required gems:
  appengine-apis

You&#039;re running:
  ruby 1.8.6.287 at file:/D:/Rails2/JRuby/GAE/new/gae/war/WEB-INF/lib/jruby-stdl
ib.jar!/META-INF/jruby.home/bin/jruby.bat
  rubygems 1.3.2 at D:/Rails2/JRuby/GAE/new/gae/war/WEB-INF/gems, file:/D:/Rails
2/JRuby/GAE/new/gae/war/WEB-INF/lib/jruby-stdlib.jar!/META-INF/jruby.home/lib/ru
by/gems/1.8

Run `rake gems:install` to install the missing gems.
Jun 4, 2009 1:31:07 PM com.google.appengine.tools.development.ApiProxyLocalImpl
log
SEVERE: [1244102467532000] javax.servlet.ServletContext log: unable to create sh
ared application instance
org.jruby.exceptions.MainExitException: aborted
...
...
Caused by: org.jruby.exceptions.MainExitException: aborted

The server is running at http://localhost:8080/
Jun 4, 2009 1:31:16 PM com.google.appengine.tools.development.LocalResourceFileS
ervlet doGet
WARNING: No file found for: /rails/info/properties.html</description>
		<content:encoded><![CDATA[<p>Thanks msofaer!</p>
<p>I ran the app by commented the appengine-apis/logger.But getting following exception.I have installed the appengine-apis gem.What I am doing wrong?</p>
<p>&#8230;<br />
&#8230;<br />
Missing these required gems:<br />
  appengine-apis</p>
<p>You&#8217;re running:<br />
  ruby 1.8.6.287 at file:/D:/Rails2/JRuby/GAE/new/gae/war/WEB-INF/lib/jruby-stdl<br />
ib.jar!/META-INF/jruby.home/bin/jruby.bat<br />
  rubygems 1.3.2 at D:/Rails2/JRuby/GAE/new/gae/war/WEB-INF/gems, file:/D:/Rails<br />
2/JRuby/GAE/new/gae/war/WEB-INF/lib/jruby-stdlib.jar!/META-INF/jruby.home/lib/ru<br />
by/gems/1.8</p>
<p>Run `rake gems:install` to install the missing gems.<br />
Jun 4, 2009 1:31:07 PM com.google.appengine.tools.development.ApiProxyLocalImpl<br />
log<br />
SEVERE: [1244102467532000] javax.servlet.ServletContext log: unable to create sh<br />
ared application instance<br />
org.jruby.exceptions.MainExitException: aborted<br />
&#8230;<br />
&#8230;<br />
Caused by: org.jruby.exceptions.MainExitException: aborted</p>
<p>The server is running at <a href="http://localhost:8080/" rel="nofollow">http://localhost:8080/</a><br />
Jun 4, 2009 1:31:16 PM com.google.appengine.tools.development.LocalResourceFileS<br />
ervlet doGet<br />
WARNING: No file found for: /rails/info/properties.html</p>
]]></content:encoded>
	</item>
</channel>
</rss>
