<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: RFacebook 0.9.8 out, reinstall your plugin too</title>
	<link>http://www.livelearncode.com/archives/28</link>
	<description>my reflections on stuff</description>
	<pubDate>Wed, 10 Mar 2010 12:53:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.3</generator>

	<item>
		<title>by: ndgiang84</title>
		<link>http://www.livelearncode.com/archives/28#comment-4466</link>
		<pubDate>Wed, 09 Apr 2008 04:19:49 +0000</pubDate>
		<guid>http://www.livelearncode.com/archives/28#comment-4466</guid>
					<description>(1) I receive this error msg:

&quot;There was a problem loading the RFacebook on Rails plugin. You may have forgotten to install the RFacebook Gem.......&quot;

when trying to start server (script/server) or rake (rake facebook:setup)

(2) on the other hand I can't reinstall RFacebook, only one file named &quot;DEPRECATED&quot; in the folder /vender/rfacebook_on_rails after !

greatly appriciated for any help.</description>
		<content:encoded><![CDATA[<p>(1) I receive this error msg:</p>
<p>&#8220;There was a problem loading the RFacebook on Rails plugin. You may have forgotten to install the RFacebook Gem&#8230;&#8230;.&#8221;</p>
<p>when trying to start server (script/server) or rake (rake facebook:setup)</p>
<p>(2) on the other hand I can&#8217;t reinstall RFacebook, only one file named &#8220;DEPRECATED&#8221; in the folder /vender/rfacebook_on_rails after !</p>
<p>greatly appriciated for any help.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: mjpizz</title>
		<link>http://www.livelearncode.com/archives/28#comment-4160</link>
		<pubDate>Sat, 22 Mar 2008 15:52:46 +0000</pubDate>
		<guid>http://www.livelearncode.com/archives/28#comment-4160</guid>
					<description>Yes, the repository was reorganized by one of the new developers.  Sorry for not updating the docs, my bad.  I've updated the website as well.</description>
		<content:encoded><![CDATA[<p>Yes, the repository was reorganized by one of the new developers.  Sorry for not updating the docs, my bad.  I&#8217;ve updated the website as well.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: bobcomm</title>
		<link>http://www.livelearncode.com/archives/28#comment-4151</link>
		<pubDate>Sat, 22 Mar 2008 08:02:37 +0000</pubDate>
		<guid>http://www.livelearncode.com/archives/28#comment-4151</guid>
					<description>I had trouble upgrading rfacebook on windows and jypsie seems to be down at the moment.

Has the repository address for the rails plugin changed?  

I found that the following command worked for the rails plugin:
ruby script/plugin install http://rfacebook.rubyforge.org/svn/trunk/rfacebook/plugins/rfacebook</description>
		<content:encoded><![CDATA[<p>I had trouble upgrading rfacebook on windows and jypsie seems to be down at the moment.</p>
<p>Has the repository address for the rails plugin changed?  </p>
<p>I found that the following command worked for the rails plugin:<br />
ruby script/plugin install <a href='http://rfacebook.rubyforge.org/svn/trunk/rfacebook/plugins/rfacebook' rel='nofollow'>http://rfacebook.rubyforge.org/svn/trunk/rfacebook/plugins/rfacebook</a>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: eszter</title>
		<link>http://www.livelearncode.com/archives/28#comment-2462</link>
		<pubDate>Mon, 21 Jan 2008 17:33:15 +0000</pubDate>
		<guid>http://www.livelearncode.com/archives/28#comment-2462</guid>
					<description>Uncommenting the line 92:

require File.join(File.dirname(__FILE__), '../init.rb')

from vendor/plugins/rfacebook/tasks/all.rake file make at least my tests run.</description>
		<content:encoded><![CDATA[<p>Uncommenting the line 92:</p>
<p>require File.join(File.dirname(__FILE__), &#8216;../init.rb&#8217;)</p>
<p>from vendor/plugins/rfacebook/tasks/all.rake file make at least my tests run.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Matt</title>
		<link>http://www.livelearncode.com/archives/28#comment-2262</link>
		<pubDate>Thu, 17 Jan 2008 14:26:43 +0000</pubDate>
		<guid>http://www.livelearncode.com/archives/28#comment-2262</guid>
					<description>If you guys could post your questions to the forum (http://jypsie.com/RFacebook), others may be able to help you out.  It may also be good to post these as bugs to Rubyforge (http://rubyforge.org/rfacebook).  I'll leave them up here for now, but I will probably clear out the comments later to avoid super-long backtraces ;)</description>
		<content:encoded><![CDATA[<p>If you guys could post your questions to the forum (http://jypsie.com/RFacebook), others may be able to help you out.  It may also be good to post these as bugs to Rubyforge (http://rubyforge.org/rfacebook).  I&#8217;ll leave them up here for now, but I will probably clear out the comments later to avoid super-long backtraces <img src='http://www.livelearncode.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: eszter</title>
		<link>http://www.livelearncode.com/archives/28#comment-2257</link>
		<pubDate>Thu, 17 Jan 2008 11:29:56 +0000</pubDate>
		<guid>http://www.livelearncode.com/archives/28#comment-2257</guid>
					<description>I'm getting the same error when running my tests:
&quot; rake aborted!
 uninitialized constant ActionView&quot;

on kubuntu gutsy with rails 2.0.2, ruby 1.8.6 and rake 0.7.3</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting the same error when running my tests:<br />
&#8221; rake aborted!<br />
 uninitialized constant ActionView&#8221;</p>
<p>on kubuntu gutsy with rails 2.0.2, ruby 1.8.6 and rake 0.7.3
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Joel Nylund</title>
		<link>http://www.livelearncode.com/archives/28#comment-2202</link>
		<pubDate>Wed, 16 Jan 2008 17:55:16 +0000</pubDate>
		<guid>http://www.livelearncode.com/archives/28#comment-2202</guid>
					<description>Hi, i uninstalled old plugin, installed new one, removed line from my environment.rb file, but when doing rake db:migrate, I get

rake aborted!
uninitialized constant ActionView
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:2028:in `const_missing'
/Users/jnylund/Projects/joel/config/../vendor/plugins/rfacebook/tasks/../init.rb:54
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
/Users/jnylund/Projects/joel/config/../vendor/plugins/rfacebook/tasks/all.rake:92
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1571:in `in_namespace'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:641:in `namespace'
/Users/jnylund/Projects/joel/config/../vendor/plugins/rfacebook/tasks/all.rake:90
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1571:in `in_namespace'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:641:in `namespace'
/Users/jnylund/Projects/joel/config/../vendor/plugins/rfacebook/tasks/all.rake:33
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/tasks/rails.rb:8:in `load'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/tasks/rails.rb:8
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/tasks/rails.rb:8:in `each'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/tasks/rails.rb:8
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
/Users/jnylund/Projects/joel/rakefile:10
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1940:in `load'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1940:in `raw_load_rakefile'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1727:in `load_rakefile'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1761:in `standard_exception_handling'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1726:in `load_rakefile'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1710:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1761:in `standard_exception_handling'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1708:in `run'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/bin/rake:7


any ideas?
thanks
Joel</description>
		<content:encoded><![CDATA[<p>Hi, i uninstalled old plugin, installed new one, removed line from my environment.rb file, but when doing rake db:migrate, I get</p>
<p>rake aborted!<br />
uninitialized constant ActionView<br />
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:2028:in `const_missing&#8217;<br />
/Users/jnylund/Projects/joel/config/../vendor/plugins/rfacebook/tasks/../init.rb:54<br />
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require&#8217;<br />
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require&#8217;<br />
/Users/jnylund/Projects/joel/config/../vendor/plugins/rfacebook/tasks/all.rake:92<br />
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1571:in `in_namespace&#8217;<br />
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:641:in `namespace&#8217;<br />
/Users/jnylund/Projects/joel/config/../vendor/plugins/rfacebook/tasks/all.rake:90<br />
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1571:in `in_namespace&#8217;<br />
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:641:in `namespace&#8217;<br />
/Users/jnylund/Projects/joel/config/../vendor/plugins/rfacebook/tasks/all.rake:33<br />
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/tasks/rails.rb:8:in `load&#8217;<br />
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/tasks/rails.rb:8<br />
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/tasks/rails.rb:8:in `each&#8217;<br />
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/tasks/rails.rb:8<br />
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require&#8217;<br />
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require&#8217;<br />
/Users/jnylund/Projects/joel/rakefile:10<br />
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1940:in `load&#8217;<br />
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1940:in `raw_load_rakefile&#8217;<br />
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1727:in `load_rakefile&#8217;<br />
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1761:in `standard_exception_handling&#8217;<br />
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1726:in `load_rakefile&#8217;<br />
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1710:in `run&#8217;<br />
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1761:in `standard_exception_handling&#8217;<br />
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1708:in `run&#8217;<br />
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.7.3/bin/rake:7</p>
<p>any ideas?<br />
thanks<br />
Joel
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Tran Duc Minh</title>
		<link>http://www.livelearncode.com/archives/28#comment-2199</link>
		<pubDate>Wed, 16 Jan 2008 17:16:05 +0000</pubDate>
		<guid>http://www.livelearncode.com/archives/28#comment-2199</guid>
					<description>I reinstalled the plugin to 0.9.8
Next i call the command: rake facebook:setup
But it is not successful:

D:\Temp\railsadvance&amp;#62;rake facebook:setup
(in D:/Temp/railsadvance)
rake aborted!
Don't know how to build task 'facebook:setup'

(See full trace by running task with --trace)


Next, i run it with --trace argument:

D:\Temp\railsadvance&amp;#62;rake facebook:setup --trace
(in D:/Temp/railsadvance)
rake aborted!
Don't know how to build task 'facebook:setup'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1472:in `[]'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1739:in `top_level'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1739:in `each'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1739:in `top_level'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1761:in `standard_exceptio
n_handling'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1733:in `top_level'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1711:in `run'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1761:in `standard_exceptio
n_handling'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1708:in `run'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/bin/rake:7
c:/ruby/bin/rake:16:in `load'
c:/ruby/bin/rake:16

Any advice?

Thanks a lot,
Minh</description>
		<content:encoded><![CDATA[<p>I reinstalled the plugin to 0.9.8<br />
Next i call the command: rake facebook:setup<br />
But it is not successful:</p>
<p>D:\Temp\railsadvance&gt;rake facebook:setup<br />
(in D:/Temp/railsadvance)<br />
rake aborted!<br />
Don&#8217;t know how to build task &#8216;facebook:setup&#8217;</p>
<p>(See full trace by running task with &#8211;trace)</p>
<p>Next, i run it with &#8211;trace argument:</p>
<p>D:\Temp\railsadvance&gt;rake facebook:setup &#8211;trace<br />
(in D:/Temp/railsadvance)<br />
rake aborted!<br />
Don&#8217;t know how to build task &#8216;facebook:setup&#8217;<br />
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1472:in `[]&#8217;<br />
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1739:in `top_level&#8217;<br />
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1739:in `each&#8217;<br />
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1739:in `top_level&#8217;<br />
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1761:in `standard_exceptio<br />
n_handling&#8217;<br />
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1733:in `top_level&#8217;<br />
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1711:in `run&#8217;<br />
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1761:in `standard_exceptio<br />
n_handling&#8217;<br />
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1708:in `run&#8217;<br />
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/bin/rake:7<br />
c:/ruby/bin/rake:16:in `load&#8217;<br />
c:/ruby/bin/rake:16</p>
<p>Any advice?</p>
<p>Thanks a lot,<br />
Minh
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Q: Is rfacebook v0.9.7 ready for Rails 2.0? &#171; facebook for ruby // questions &#38; answers / news / discussions / more</title>
		<link>http://www.livelearncode.com/archives/28#comment-2016</link>
		<pubDate>Mon, 14 Jan 2008 05:17:21 +0000</pubDate>
		<guid>http://www.livelearncode.com/archives/28#comment-2016</guid>
					<description>[...] Q: Is rfacebook v0.9.7 ready for Rails&amp;#160;2.0? January 4, 2008 &amp;#8212; Gerald   Update (Jan/9): rfacebook v0.9.8 is ready. Matt Pizzimenti’s published a story about the update titled &amp;#8220;RFacebook 0.9.8 out, reinstall your plugin too&amp;#8220;. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Q: Is rfacebook v0.9.7 ready for Rails&nbsp;2.0? January 4, 2008 &#8212; Gerald   Update (Jan/9): rfacebook v0.9.8 is ready. Matt Pizzimenti’s published a story about the update titled &#8220;RFacebook 0.9.8 out, reinstall your plugin too&#8220;. [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Steve</title>
		<link>http://www.livelearncode.com/archives/28#comment-1997</link>
		<pubDate>Sun, 13 Jan 2008 22:25:31 +0000</pubDate>
		<guid>http://www.livelearncode.com/archives/28#comment-1997</guid>
					<description>All fine now - saw your reply here http://jypsie.com/RFacebook/forums/RFacebook-Help/topics/-98-Deployment-Issue and that sorted me out too! Apologies for the false alarm, and thanks v much for making rfacebook in the first place!</description>
		<content:encoded><![CDATA[<p>All fine now - saw your reply here <a href='http://jypsie.com/RFacebook/forums/RFacebook-Help/topics/-98-Deployment-Issue' rel='nofollow'>http://jypsie.com/RFacebook/forums/RFacebook-Help/topics/-98-Deployment-Issue</a> and that sorted me out too! Apologies for the false alarm, and thanks v much for making rfacebook in the first place!
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
