Hey, I am using Rails 2.1. I was wondering if there is a preference between using gem or script/plugin to install facebooker. Latest revision on svn (225) seems to be missing an "end" in lib/facebooker/models/user.rb (line 218). Thanks, Ram -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/facebooker-talk/attachments/20080629/b4211787/attachment.html>
Check out the Facebooker from gitHub by doing, git clone git://github.com/mmangino/facebooker.git It''s now the official one, right? I don''t know about preferences. Richard On Sun, 29 Jun 2008, Ram Ravichandran wrote:> Hey, > > I am using Rails 2.1. I was wondering if there is a preference between using > gem or script/plugin to install facebooker. Latest revision on svn (225) > seems to be missing an "end" in lib/facebooker/models/user.rb (line 218). > > Thanks, > Ram >
I''m assuming it is the official one now. It does have the missing end fixed and I believe that Mangino is moving it to being compatible with 2.1. As far as either script/plugin or gem, I don''t think it matters. James On Mon, Jun 30, 2008 at 7:56 PM, Richard Jordan <jordanr at cs.washington.edu> wrote:> Check out the Facebooker from gitHub by doing, > git clone git://github.com/mmangino/facebooker.git > It''s now the official one, right? > > I don''t know about preferences. > Richard > > On Sun, 29 Jun 2008, Ram Ravichandran wrote: > >> Hey, >> >> I am using Rails 2.1. I was wondering if there is a preference between >> using >> gem or script/plugin to install facebooker. Latest revision on svn (225) >> seems to be missing an "end" in lib/facebooker/models/user.rb (line 218). >> >> Thanks, >> Ram >> > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk >
I would use the plugin for now. I haven''t tested this as a gem plugin. Has anyone else tried it? I would guess that the manifest is missing some files. Mike On Jun 30, 2008, at 8:56 PM, Richard Jordan wrote:> Check out the Facebooker from gitHub by doing, > git clone git://github.com/mmangino/facebooker.git > It''s now the official one, right? > > I don''t know about preferences. > Richard > > On Sun, 29 Jun 2008, Ram Ravichandran wrote: > >> Hey, >> >> I am using Rails 2.1. I was wondering if there is a preference >> between using >> gem or script/plugin to install facebooker. Latest revision on svn >> (225) >> seems to be missing an "end" in lib/facebooker/models/user.rb (line >> 218). >> >> Thanks, >> Ram >> > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk-- Mike Mangino http://www.elevatedrails.com
Are we officially on git now? I have a couple of comments on the facebooker tutorial indicating that the latest in svn has some syntax errors. Dave On Tue, Jul 1, 2008 at 5:44 AM, Mike Mangino <mmangino at elevatedrails.com> wrote:> I would use the plugin for now. I haven''t tested this as a gem plugin. Has > anyone else tried it? I would guess that the manifest is missing some files. > > Mike > > > On Jun 30, 2008, at 8:56 PM, Richard Jordan wrote: > > Check out the Facebooker from gitHub by doing, >> git clone git://github.com/mmangino/facebooker.git >> It''s now the official one, right? >> >> I don''t know about preferences. >> Richard >> >> On Sun, 29 Jun 2008, Ram Ravichandran wrote: >> >> Hey, >>> >>> I am using Rails 2.1. I was wondering if there is a preference between >>> using >>> gem or script/plugin to install facebooker. Latest revision on svn (225) >>> seems to be missing an "end" in lib/facebooker/models/user.rb (line 218). >>> >>> Thanks, >>> Ram >>> >>> _______________________________________________ >> Facebooker-talk mailing list >> Facebooker-talk at rubyforge.org >> http://rubyforge.org/mailman/listinfo/facebooker-talk >> > > -- > Mike Mangino > http://www.elevatedrails.com > > > > > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/facebooker-talk/attachments/20080702/4c990a2c/attachment.html>
Unless anyone strongly objects, I vote yes. Mike On Jul 2, 2008, at 2:13 PM, David Clements wrote:> Are we officially on git now? I have a couple of comments on the > facebooker tutorial indicating that the latest in svn has some > syntax errors. > Dave > > On Tue, Jul 1, 2008 at 5:44 AM, Mike Mangino <mmangino at elevatedrails.com > > wrote: > I would use the plugin for now. I haven''t tested this as a gem > plugin. Has anyone else tried it? I would guess that the manifest is > missing some files. > > Mike > > > On Jun 30, 2008, at 8:56 PM, Richard Jordan wrote: > > Check out the Facebooker from gitHub by doing, > git clone git://github.com/mmangino/facebooker.git > It''s now the official one, right? > > I don''t know about preferences. > Richard > > On Sun, 29 Jun 2008, Ram Ravichandran wrote: > > Hey, > > I am using Rails 2.1. I was wondering if there is a preference > between using > gem or script/plugin to install facebooker. Latest revision on svn > (225) > seems to be missing an "end" in lib/facebooker/models/user.rb (line > 218). > > Thanks, > Ram > > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk > > -- > Mike Mangino > http://www.elevatedrails.com > > > > > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk > > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk-- Mike Mangino http://www.elevatedrails.com
I vote yes, the official repo is at git clone git://github.com/mmangino/facebooker.git There was an svn mirror on git, but I don''t know what is going on with it anymore. Ever since Mike offered to have his repo be the official I''ve been using it as such. James - Hide quoted text - On Wed, Jul 2, 2008 at 1:38 PM, Mike Mangino <mmangino at elevatedrails.com> wrote:> Unless anyone strongly objects, I vote yes. > > Mike > > On Jul 2, 2008, at 2:13 PM, David Clements wrote: > >> Are we officially on git now? I have a couple of comments on the >> facebooker tutorial indicating that the latest in svn has some syntax >> errors. >> Dave >> >> On Tue, Jul 1, 2008 at 5:44 AM, Mike Mangino <mmangino at elevatedrails.com> >> wrote: >> I would use the plugin for now. I haven''t tested this as a gem plugin. Has >> anyone else tried it? I would guess that the manifest is missing some files. >> >> Mike >> >> >> On Jun 30, 2008, at 8:56 PM, Richard Jordan wrote: >> >> Check out the Facebooker from gitHub by doing, >> git clone git://github.com/mmangino/facebooker.git >> It''s now the official one, right? >> >> I don''t know about preferences. >> Richard >> >> On Sun, 29 Jun 2008, Ram Ravichandran wrote: >> >> Hey, >> >> I am using Rails 2.1. I was wondering if there is a preference between >> using >> gem or script/plugin to install facebooker. Latest revision on svn (225) >> seems to be missing an "end" in lib/facebooker/models/user.rb (line 218). >> >> Thanks, >> Ram >> >> _______________________________________________ >> Facebooker-talk mailing list >> Facebooker-talk at rubyforge.org >> http://rubyforge.org/mailman/listinfo/facebooker-talk >> >> -- >> Mike Mangino >> http://www.elevatedrails.com >> >> >> >> >> _______________________________________________ >> Facebooker-talk mailing list >> Facebooker-talk at rubyforge.org >> http://rubyforge.org/mailman/listinfo/facebooker-talk >> >> _______________________________________________ >> Facebooker-talk mailing list >> Facebooker-talk at rubyforge.org >> http://rubyforge.org/mailman/listinfo/facebooker-talk > > -- > Mike Mangino > http://www.elevatedrails.com > > > > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk >