I have installed InstantRails 1.0. It works well. I used typo without problems. But I have a question. I need to use header module in Apache. I edited httpd.conf. #LoadModule headers_module modules/mod_headers.so -->LoadModule headers_module modules/mod_headers.so #AddModule mod_headers.c -->AddModule mod_headers.c Header append Server "xxxx" And I restarted InstantRails. But Apache did not return "Server: xxxx" in http header. Please let me know the solution. simplelife
Can I use mySQL-Front with the Instantrails installation of mySQL? Any "rocket science" here? Thanks, Bill ----- Original Message ----- From: "simplelife" <simplelife at kusa-makura.com> To: <instantrails-users at rubyforge.org> Sent: Tuesday, January 10, 2006 2:44 AM Subject: [Instantrails-users] InstantRails and Apache module> I have installed InstantRails 1.0. It works well. > I used typo without problems. > > But I have a question. > I need to use header module in Apache. > I edited httpd.conf. > #LoadModule headers_module modules/mod_headers.so > -->LoadModule headers_module modules/mod_headers.so > > #AddModule mod_headers.c > -->AddModule mod_headers.c > > Header append Server "xxxx" > > And I restarted InstantRails. > But Apache did not return "Server: xxxx" in http header. > > Please let me know the solution. > > simplelife > > > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users
On 1/10/06, simplelife <simplelife at kusa-makura.com> wrote:> > I have installed InstantRails 1.0. It works well. > I used typo without problems. > > But I have a question. > I need to use header module in Apache. > I edited httpd.conf. > #LoadModule headers_module modules/mod_headers.so > -->LoadModule headers_module modules/mod_headers.so > > #AddModule mod_headers.c > -->AddModule mod_headers.c > > Header append Server "xxxx" > > And I restarted InstantRails. > But Apache did not return "Server: xxxx" in http header. > > Please let me know the solution. >Did you edit httpd.conf through the Instant Rails menu "Configure >> Apache"? This is important because if you edit it directly, it will get overwritten later on. Other than that, I don''t know the answer to your question (I''m not an Apache expert). There is nothing special about the Apache included in Instant Rails, so figuring out you problem would be no different than any other Apache installation. There are others on the ML that know more about Apache than I do, so perhaps they can help. Any of the Apache support forums out there might be able to help (you could even try the Rails mailing list). Curt PS Did you check the Apache error log to see if it had any useful info? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20060110/9310a848/attachment.htm
On 1/10/06, Bill Walton <bill.walton at charter.net> wrote:> > Can I use mySQL-Front with the Instantrails installation of mySQL? Any > "rocket science" here?That''s what I use everyday. Are you having a problem, or are you just inquiring? Curt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20060110/ce68cdcb/attachment.htm
Just inquiring before I tried something on the off-chance that it might not be a good idea ;-). Thanks, Bill ----- Original Message ----- From: Curt Hibbs To: instantrails-users at rubyforge.org Sent: Tuesday, January 10, 2006 9:15 AM Subject: Re: [Instantrails-users] mySQL-Front On 1/10/06, Bill Walton <bill.walton at charter.net> wrote: Can I use mySQL-Front with the Instantrails installation of mySQL? Any "rocket science" here? That''s what I use everyday. Are you having a problem, or are you just inquiring? Curt ------------------------------------------------------------------------------ _______________________________________________ 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/20060110/206aa8cd/attachment.htm
Or you might want to look into Rails migrations so you can code your DB tables in Ruby rather than raw SQL. http://media.rubyonrails.org/video/migrations.mov <- video of migrations in action On 1/10/06, Bill Walton <bill.walton at charter.net> wrote:> > Just inquiring before I tried something on the off-chance that it might not > be a good idea ;-). > > Thanks, > Bill > > ----- Original Message ----- > From: Curt Hibbs > To: instantrails-users at rubyforge.org > Sent: Tuesday, January 10, 2006 9:15 AM > Subject: Re: [Instantrails-users] mySQL-Front > > On 1/10/06, Bill Walton <bill.walton at charter.net> wrote: > > > Can I use mySQL-Front with the Instantrails installation of mySQL? Any > > "rocket science" here? > > > That''s what I use everyday. Are you having a problem, or are you just > inquiring? > > Curt > > > > ________________________________ > > > _______________________________________________ > 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 > >
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Frank Hale wrote:> Or you might want to look into Rails migrations so you can code your > DB tables in Ruby rather than raw SQL.I''d like to do this for another project, but one thing bothers me... I already have the sql structure created.... is there a tool to create a migration from the current db structure? - -- David Morton Maia Mailguard - http://www.maiamailguard.com Morton Software Design and Consulting - http://www.dgrmm.net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDxAvzSIxC85HZHLMRAqIjAJ4qKDemVY9485ON8SbuTt9EAdBehACfbZx2 7DxZrzCap/4ZUQdvSEMJfnw=kOmd -----END PGP SIGNATURE-----
Sadly I am not experienced enough with migrations to know if such a tool exists. I wonder if this is a potential task that is suited for rake? I''ve been playing around with migrations for a week or so but have only done the basic stuff, creating small tables and such. On 1/10/06, David Morton <mortonda at dgrmm.net> wrote:> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Frank Hale wrote: > > Or you might want to look into Rails migrations so you can code your > > DB tables in Ruby rather than raw SQL. > > I''d like to do this for another project, but one thing bothers me... I already > have the sql structure created.... is there a tool to create a migration from > the current db structure? > > - -- > David Morton > Maia Mailguard - http://www.maiamailguard.com > Morton Software Design and Consulting - http://www.dgrmm.net > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.2 (MingW32) > Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org > > iD8DBQFDxAvzSIxC85HZHLMRAqIjAJ4qKDemVY9485ON8SbuTt9EAdBehACfbZx2 > 7DxZrzCap/4ZUQdvSEMJfnw> =kOmd > -----END PGP SIGNATURE----- > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users >
Here is a small cheat sheet to migrations for those that are keeping score at home (although if you have no idea what they are this won''t help much, it assumes you know what they are and how they are used): http://garrettsnider.backpackit.com/pub/367902 On 1/10/06, Frank Hale <frankhale at gmail.com> wrote:> Sadly I am not experienced enough with migrations to know if such a > tool exists. I wonder if this is a potential task that is suited for > rake? I''ve been playing around with migrations for a week or so but > have only done the basic stuff, creating small tables and such. > > On 1/10/06, David Morton <mortonda at dgrmm.net> wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > Frank Hale wrote: > > > Or you might want to look into Rails migrations so you can code your > > > DB tables in Ruby rather than raw SQL. > > > > I''d like to do this for another project, but one thing bothers me... I already > > have the sql structure created.... is there a tool to create a migration from > > the current db structure? > > > > - -- > > David Morton > > Maia Mailguard - http://www.maiamailguard.com > > Morton Software Design and Consulting - http://www.dgrmm.net > > -----BEGIN PGP SIGNATURE----- > > Version: GnuPG v1.4.2 (MingW32) > > Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org > > > > iD8DBQFDxAvzSIxC85HZHLMRAqIjAJ4qKDemVY9485ON8SbuTt9EAdBehACfbZx2 > > 7DxZrzCap/4ZUQdvSEMJfnw> > =kOmd > > -----END PGP SIGNATURE----- > > _______________________________________________ > > Instantrails-users mailing list > > Instantrails-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instantrails-users > > >
Nice... thanks for the link! Curt On 1/10/06, Frank Hale <frankhale at gmail.com> wrote:> > Here is a small cheat sheet to migrations for those that are keeping > score at home (although if you have no idea what they are this won''t > help much, it assumes you know what they are and how they are used): > > http://garrettsnider.backpackit.com/pub/367902 > > On 1/10/06, Frank Hale <frankhale at gmail.com> wrote: > > Sadly I am not experienced enough with migrations to know if such a > > tool exists. I wonder if this is a potential task that is suited for > > rake? I''ve been playing around with migrations for a week or so but > > have only done the basic stuff, creating small tables and such. > > > > On 1/10/06, David Morton <mortonda at dgrmm.net> wrote: > > > -----BEGIN PGP SIGNED MESSAGE----- > > > Hash: SHA1 > > > > > > Frank Hale wrote: > > > > Or you might want to look into Rails migrations so you can code your > > > > DB tables in Ruby rather than raw SQL. > > > > > > I''d like to do this for another project, but one thing bothers me... I > already > > > have the sql structure created.... is there a tool to create a > migration from > > > the current db structure? > > > > > > - -- > > > David Morton > > > Maia Mailguard - http://www.maiamailguard.com > > > Morton Software Design and Consulting - http://www.dgrmm.net > > > -----BEGIN PGP SIGNATURE----- > > > Version: GnuPG v1.4.2 (MingW32) > > > Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org > > > > > > iD8DBQFDxAvzSIxC85HZHLMRAqIjAJ4qKDemVY9485ON8SbuTt9EAdBehACfbZx2 > > > 7DxZrzCap/4ZUQdvSEMJfnw> > > =kOmd > > > -----END PGP SIGNATURE----- > > > _______________________________________________ > > > 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/20060110/503e5f80/attachment.htm