From invite+az692=ty at facebookmail.com Fri Feb 1 00:09:24 2008 From: invite+az692=ty at facebookmail.com (Mo Vestuff) Date: Thu, 31 Jan 2008 21:09:24 -0800 Subject: [Instantrails-users] Check out my Facebook profile Message-ID: <0d0d61854cd2fd7230c03aeded5cae8e@register.facebook.com> I set up a Facebook profile with my pictures, videos and events and I want to add you as a friend so you can see it. First, you need to join Facebook! Once you join, you can also create your own profile. Thanks, Mo Here's the link: http://www.facebook.com/p.php?i=1054734455&k=Y6LTYZQ2TX4M5B1EXC26PR&r&v=2 ___________________ This e-mail may contain promotional materials. If you do not wish to receive future commercial mailings from Facebook, please click on the link below. Facebook's offices are located at 156 University Ave., Palo Alto, CA 94301. http://www.facebook.com/o.php?u=1045914316&k=0997b6 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20080131/7a8364bb/attachment.html From eloyot at gmail.com Fri Feb 1 14:14:21 2008 From: eloyot at gmail.com (Ed Loyot) Date: Fri, 1 Feb 2008 14:14:21 -0500 Subject: [Instantrails-users] Plugins Message-ID: <19143ce70802011114p48252cb6l4e77d6b7ad87ddea@mail.gmail.com> Hi Folks, I'd like to use class pagination but the docs say I need a plugin. When I try to run the following I get an error. ruby script/plugin discover ruby: No such file or directory -- script/plugin (LoadError) I'm running MS Vista. I just upgraded to rails 2.0.2. Any suggestions. Thanks, Ed -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20080201/ffb4e516/attachment.html From subscriptions at gforce-industries.co.uk Wed Feb 6 17:27:54 2008 From: subscriptions at gforce-industries.co.uk (Gareth Howells) Date: Wed, 6 Feb 2008 22:27:54 -0000 Subject: [Instantrails-users] Plugins References: <19143ce70802011114p48252cb6l4e77d6b7ad87ddea@mail.gmail.com> Message-ID: <01c101c8690f$85693670$1a00a8c0@zeus> What directory are you in when you run this command? You need to be within the root directory for yor app, not in the rails_apps directory which is where you start off when you use the link 'Open Ruby Console Window' within InstantRails, ie if your app is called "photos" (created with the command 'rails photos") then you need to change directory with the cd command to rails_apps/photos Gareth ----- Gareth Howells, CertHE (Dunelm), BCS CEO, GForce Industries garethATgforce-industriesDOTcoDOTuk 07862725134 GForce Industries 86, Warwick Avenue, Quorn, Loughborough, LEICS. LE12 8HE ----- Original Message ----- From: Ed Loyot To: instantrails-users at rubyforge.org Sent: Friday, February 01, 2008 7:14 PM Subject: [Instantrails-users] Plugins Hi Folks, I'd like to use class pagination but the docs say I need a plugin. When I try to run the following I get an error. ruby script/plugin discover ruby: No such file or directory -- script/plugin (LoadError) I'm running MS Vista. I just upgraded to rails 2.0.2. Any suggestions. Thanks, Ed ------------------------------------------------------------------------------ _______________________________________________ Instantrails-users mailing list Instantrails-users at rubyforge.org http://rubyforge.org/mailman/listinfo/instantrails-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20080206/ca1cfac5/attachment.html From eloyot at gmail.com Thu Feb 7 13:11:51 2008 From: eloyot at gmail.com (Ed Loyot) Date: Thu, 7 Feb 2008 13:11:51 -0500 Subject: [Instantrails-users] Plugins In-Reply-To: <01c101c8690f$85693670$1a00a8c0@zeus> References: <19143ce70802011114p48252cb6l4e77d6b7ad87ddea@mail.gmail.com> <01c101c8690f$85693670$1a00a8c0@zeus> Message-ID: <19143ce70802071011g3d7d4dfeta90c3af626e09efa@mail.gmail.com> Thanks Gareth, I realized that after a while. Sorry for the dumb question. Ed On Feb 6, 2008 5:27 PM, Gareth Howells < subscriptions at gforce-industries.co.uk> wrote: > What directory are you in when you run this command? You need to be > within the root directory for yor app, not in the rails_apps directory which > is where you start off when you use the link 'Open Ruby Console Window' > within InstantRails, ie if your app is called "photos" (created with the > command 'rails photos") then you need to change directory with the cd > command to rails_apps/photos > > Gareth > > ----- > > Gareth Howells, CertHE (Dunelm), BCS > CEO, GForce Industries > > garethATgforce-industriesDOTcoDOTuk > 07862725134 > > GForce Industries > 86, Warwick Avenue, > Quorn, > Loughborough, > LEICS. > LE12 8HE > > ----- Original Message ----- > *From:* Ed Loyot > *To:* instantrails-users at rubyforge.org > *Sent:* Friday, February 01, 2008 7:14 PM > *Subject:* [Instantrails-users] Plugins > > Hi Folks, > > I'd like to use class pagination but the docs say I need a plugin. When I > try to run the following I get an error. > > ruby script/plugin discover > > ruby: No such file or directory -- script/plugin (LoadError) > > I'm running MS Vista. I just upgraded to rails 2.0.2. > > Any suggestions. > > Thanks, > > Ed > > ------------------------------ > > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users > > > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20080207/66592e32/attachment.html From Amit.Jain at alepo.com Sun Feb 17 11:18:48 2008 From: Amit.Jain at alepo.com (Amit Jain) Date: Sun, 17 Feb 2008 08:18:48 -0800 Subject: [Instantrails-users] cannot find plugin paginate Message-ID: <2295D6850295C4458645851334C43ED405815E89@ehost011-2.exch011.intermedia.net> Hello All, I have installed InstantRails-2.0-win and configured with SQL server DB. I was going through some basic movies to learn Ruby. First problem faced for me was "unkown method scaffold", for which I google and found I have to install plugin scaffolding and did so. So this error has gone but I got a new error "unkown method paginate". I did research but could find plugin related to this error. Please let me know from where I can download this plugin. Any help at the earliest would be really appreciated as this is urgency. Thanks in advance. Regards, Amit Jain -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20080217/8a43296d/attachment.html From rbazinet at gmail.com Sun Feb 17 13:12:14 2008 From: rbazinet at gmail.com (Robert Bazinet) Date: Sun, 17 Feb 2008 13:12:14 -0500 Subject: [Instantrails-users] cannot find plugin paginate In-Reply-To: <2295D6850295C4458645851334C43ED405815E89@ehost011-2.exch011.intermedia.net> References: <2295D6850295C4458645851334C43ED405815E89@ehost011-2.exch011.intermedia.net> Message-ID: This should solve the problem: script/plugin install svn://errtheblog.com/svn/plugins/classic_pagination -Rob On Feb 17, 2008 11:18 AM, Amit Jain wrote: > Hello All, > > > > I have installed InstantRails-2.0-win and configured with SQL server DB. I > was going through some basic movies to learn Ruby. First problem faced for > me was "unkown method scaffold", for which I google and found I have to > install plugin scaffolding and did so. So this error has gone but I got a > new error "*unkown method paginate*". I did research but could find plugin > related to this error. Please let me know from where I can download this > plugin. Any help at the earliest would be really appreciated as this is > urgency. Thanks in advance. > > > > Regards, > > Amit Jain > > > > DISCLAIMER: This email (message and all attachments) is confidential and > may be privileged. If you are not certain that you are the intended > recipient, please notify the sender immediately by replying to this message, > and delete all copies of this message and attachments. Any other use of this > email by you is prohibited. > > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users > -- Rob Bazinet InfoQ Ruby and .NET Editor http://www.accidentaltechnologist.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20080217/99e8855b/attachment-0001.html From Amit.Jain at alepo.com Mon Feb 18 02:35:16 2008 From: Amit.Jain at alepo.com (Amit Jain) Date: Sun, 17 Feb 2008 23:35:16 -0800 Subject: [Instantrails-users] cannot find plugin paginate In-Reply-To: Message-ID: <2295D6850295C4458645851334C43ED405815F47@ehost011-2.exch011.intermedia.net> Thanks I could install that paginate plugin. Regards, Amit Jain ________________________________ From: instantrails-users-bounces at rubyforge.org [mailto:instantrails-users-bounces at rubyforge.org] On Behalf Of Robert Bazinet Sent: Sunday, February 17, 2008 11:42 PM To: instantrails-users at rubyforge.org Subject: Re: [Instantrails-users] cannot find plugin paginate This should solve the problem: script/plugin install svn://errtheblog.com/svn/plugins/classic_pagination -Rob On Feb 17, 2008 11:18 AM, Amit Jain wrote: Hello All, I have installed InstantRails-2.0-win and configured with SQL server DB. I was going through some basic movies to learn Ruby. First problem faced for me was "unkown method scaffold", for which I google and found I have to install plugin scaffolding and did so. So this error has gone but I got a new error "unkown method paginate". I did research but could find plugin related to this error. Please let me know from where I can download this plugin. Any help at the earliest would be really appreciated as this is urgency. Thanks in advance. Regards, Amit Jain DISCLAIMER: This email (message and all attachments) is confidential and may be privileged. If you are not certain that you are the intended recipient, please notify the sender immediately by replying to this message, and delete all copies of this message and attachments. Any other use of this email by you is prohibited. _______________________________________________ Instantrails-users mailing list Instantrails-users at rubyforge.org http://rubyforge.org/mailman/listinfo/instantrails-users -- Rob Bazinet InfoQ Ruby and .NET Editor http://www.accidentaltechnologist.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20080217/f723757a/attachment.html From Amit.Jain at alepo.com Mon Feb 18 02:39:48 2008 From: Amit.Jain at alepo.com (Amit Jain) Date: Sun, 17 Feb 2008 23:39:48 -0800 Subject: [Instantrails-users] include single page in mulitple pages Message-ID: <2295D6850295C4458645851334C43ED405815F49@ehost011-2.exch011.intermedia.net> Hello All, I have installed InstantRails-2.0-win and configured with SQL server DB. I have a requirement as follows. I have pages like BodyBanner which I would like to have on each page. So is it possible to have a single entry of this page and call this page on different pages. Since changing in one file is better than changing all the pages. Please let me know how I can achieve this. Regards, Amit Jain -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20080217/7d05aa1f/attachment.html From mortonda at dgrmm.net Mon Feb 18 09:04:57 2008 From: mortonda at dgrmm.net (David Morton) Date: Mon, 18 Feb 2008 08:04:57 -0600 Subject: [Instantrails-users] include single page in mulitple pages In-Reply-To: <2295D6850295C4458645851334C43ED405815F49@ehost011-2.exch011.intermedia.net> References: <2295D6850295C4458645851334C43ED405815F49@ehost011-2.exch011.intermedia.net> Message-ID: <5A704B2E-3277-4D2A-B568-1970F99972A1@dgrmm.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Feb 18, 2008, at 1:39 AM, Amit Jain wrote: > Hello All, > > I have installed InstantRails-2.0-win and configured with SQL server > DB. I have a requirement as follows. I have pages like BodyBanner > which I would like to have on each page. So is it possible to have a > single entry of this page and call this page on different pages. > Since changing in one file is better than changing all the pages. > Please let me know how I can achieve this. > Of course there is - and there's probably several ways to do it. You could use helper methods, partials... You'd probably get more help by asking on the rails mailing list since it's not an instantails specific question. David Morton Maia Mailguard http://www.maiamailguard.com mortonda at dgrmm.net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) iD8DBQFHuZCKUy30ODPkzl0RAsbtAKCFqgUyMX2fMgtweuuLoQ/USbBEIgCfTDWa /NoDuGzjF2/KqDppJImWlw0= =dFWF -----END PGP SIGNATURE----- From Amit.Jain at alepo.com Tue Feb 19 00:22:38 2008 From: Amit.Jain at alepo.com (Amit Jain) Date: Mon, 18 Feb 2008 21:22:38 -0800 Subject: [Instantrails-users] include single page in mulitple pages In-Reply-To: <5A704B2E-3277-4D2A-B568-1970F99972A1@dgrmm.net> Message-ID: <2295D6850295C4458645851334C43ED40589C338@ehost011-2.exch011.intermedia.net> Hello David, Thanks for the reply. I will ask on rails mailing list. Can you please send me someusefull links for Instant Rails. Regards, Amit Jain -----Original Message----- From: instantrails-users-bounces at rubyforge.org [mailto:instantrails-users-bounces at rubyforge.org] On Behalf Of David Morton Sent: Monday, February 18, 2008 7:35 PM To: instantrails-users at rubyforge.org Subject: Re: [Instantrails-users] include single page in mulitple pages -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Feb 18, 2008, at 1:39 AM, Amit Jain wrote: > Hello All, > > I have installed InstantRails-2.0-win and configured with SQL server > DB. I have a requirement as follows. I have pages like BodyBanner > which I would like to have on each page. So is it possible to have a > single entry of this page and call this page on different pages. > Since changing in one file is better than changing all the pages. > Please let me know how I can achieve this. > Of course there is - and there's probably several ways to do it. You could use helper methods, partials... You'd probably get more help by asking on the rails mailing list since it's not an instantails specific question. David Morton Maia Mailguard http://www.maiamailguard.com mortonda at dgrmm.net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) iD8DBQFHuZCKUy30ODPkzl0RAsbtAKCFqgUyMX2fMgtweuuLoQ/USbBEIgCfTDWa /NoDuGzjF2/KqDppJImWlw0= =dFWF -----END PGP SIGNATURE----- _______________________________________________ Instantrails-users mailing list Instantrails-users at rubyforge.org http://rubyforge.org/mailman/listinfo/instantrails-users From rick at schumeyer.com Tue Feb 19 16:57:40 2008 From: rick at schumeyer.com (Rick Schumeyer) Date: Tue, 19 Feb 2008 16:57:40 -0500 Subject: [Instantrails-users] InstantRails as non admin? Message-ID: <000001c87342$746d8730$5d489590$@com> So, can a user run InstantRails as a non-administrator (in XP)? There is a blank FAQ entry for this. It doesn't work for me, but perhaps I'm missing something? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20080219/dba6ddaf/attachment.html From subscriptions at gforce-industries.co.uk Tue Feb 26 02:36:37 2008 From: subscriptions at gforce-industries.co.uk (Gareth Howells) Date: Tue, 26 Feb 2008 07:36:37 -0000 Subject: [Instantrails-users] InstantRails as non admin? References: <000001c87342$746d8730$5d489590$@com> Message-ID: <083601c8784a$5339d070$0700a8c0@zeus> The simple answer is yes - while InstantRails would prefer it if you have administrator status, it will run perfectly happy on accounts with either User or Domain User status. What seems to be the issue you are experiencing? ----- Gareth Howells, CertHE (Dunelm), BCS CEO, GForce Industries garethATgforce-industriesDOTcoDOTuk 07862725134 GForce Industries 86, Warwick Avenue, Quorn, Loughborough, LEICS. LE12 8HE ----- Original Message ----- From: Rick Schumeyer To: instantrails-users at rubyforge.org Sent: Tuesday, February 19, 2008 9:57 PM Subject: [Instantrails-users] InstantRails as non admin? So, can a user run InstantRails as a non-administrator (in XP)? There is a blank FAQ entry for this. It doesn't work for me, but perhaps I'm missing something? ------------------------------------------------------------------------------ _______________________________________________ Instantrails-users mailing list Instantrails-users at rubyforge.org http://rubyforge.org/mailman/listinfo/instantrails-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20080226/9255afe1/attachment-0001.html