search for: rails_product

Displaying 4 results from an estimated 4 matches for "rails_product".

2005 Sep 22
0
Locomotive 0.2.1 for Mac OS X 10.3+ : rails_product support
I am pleased to announce the newest release of Locomotive with one new feature! New in 0.2.1 ============ * Correctly loads rails_product''s from the sites/ directory Otherwise unchanged from 0.2.0. If you already have 0.2.0 and don''t want/need rails_product support, then you don''t need to download this release - rails_product support is the only change. Get it at: http://prdownloads.sourceforge.net/locom...
2005 Jul 29
0
Fwd: Products and mod_rewrite
...t; To: Steve Sloan <steve-2FdKsI0tZ45AfugRpC6u6w@public.gmane.org>, rails-1W37MKcQCpIf0INCOvqR/pqQE7yCjDx5@public.gmane.org > Subject: Re: Products and mod_rewrite > > > > On Jul 28, 2005, at 2:25 PM, Steve Sloan wrote: > > >> Well, I finally got around to using the rails_product and site >> generators to rework my site(s), but I''ve run into a nasty problem >> with mod_rewrite and the rules for fetching site-specific and >> generic static content. >> >> From SITE_ROOT/public/.htaccess: >> >> # If the requested file...
2005 Aug 08
1
url_for()/link_to() Broken under Webrick?
After successfully getting my "productized" sites into production, I decided it was time to get the development environment working (i.e. through "script/server --site=foo"). However, when I go to run a site under Webrick, I get two major errors: (0) Routes don''t seem to work properly, specifically the root-level route gets ignored. Instead,
2008 Sep 13
4
Setting up RoR with Postgresql ---heeellpp!
...tgresql talking - but I''m very confused about what''s going on (I''m running windows btw). I haven''t created a database in postgresql (I''m assuming that RoR will do that?) my database.yml looks like this: production: adapter: ruby-postgres database: rails_production username: postgres password: myPassword test: adapter: ruby-postgres database: rails_test username: postgres password: myPassword development: adapter: ruby-postgres database: rails_development username: postgres password: myPassword When I created my rails app, I put a f...