Hey there all
if i have this in my gmap_api_key.yml file,
production:
ABQIAAAASPzYuwhUCPD9Vz98LPOPDhQXfahRKLczKzlJSy9lXc0oaHHYcxTFTjWleXY7LH-N3IAp9ruoqiU43w
everything works fine but if i have this .....
production:
texaspivot.com:
ABQIAAAASPzYuwhUCPD9Vz98LPOPDhQXfahRKLczKzlJSy9lXc0oaHHYcxTFTjWleXY7LH-N3IAp9ruoqiU43w
i get this
ActionView::TemplateError (texaspivot.com) on line #1 of
app/views/group/map_main_layout.rhtml:
i really need to be able to define three different domains for this...
I don''t know what i am doing wrong, to me, looks just like the sample
file.
sorry so confused.
thanks for any tips
shawn
On Mar 15, 2008, at 3:19 PM, shawn bright wrote:> Hey there all > > if i have this in my gmap_api_key.yml file, > production: > > ABQIAAAASPzYuwhUCPD9Vz98LPOPDhQXfahRKLczKzlJSy9lXc0oaHHYcxTFTjWleXY7LH > -N3IAp9ruoqiU43w > > everything works fine but if i have this ..... > > > production: > texaspivot.com: > ABQIAAAASPzYuwhUCPD9Vz98LPOPDhQXfahRKLczKzlJSy9lXc0oaHHYcxTFTjWleXY7LH > -N3IAp9ruoqiU43w >The host needs to be on the same line as the key. It''s just a YML file. production: texaspivot.com: ABQIAAAASPzYuwhUCPD9Vz98LPOPDhQXfahRKLczKzlJSy9lXc0oaHHYcxTFTjWleXY7LH- N3IAp9ruoqiU43w> > i get this > ActionView::TemplateError (texaspivot.com) on line #1 of > app/views/group/map_main_layout.rhtml: > > i really need to be able to define three different domains for this... > I don''t know what i am doing wrong, to me, looks just like the sample > file. > sorry so confused. > > thanks for any tips > > shawn > _______________________________________________ > Ym4r-user mailing list > Ym4r-user at rubyforge.org > http://rubyforge.org/mailman/listinfo/ym4r-user
yes, sorry, it doesn''t look the same in the email, it is on the same line like host: long_api_key Thanks for looking at this shawn On Sun, Mar 16, 2008 at 3:50 PM, Andrew Turner <ajturner at highearthorbit.com> wrote:> On Mar 15, 2008, at 3:19 PM, shawn bright wrote: > > > Hey there all > > > > if i have this in my gmap_api_key.yml file, > > production: > > > > ABQIAAAASPzYuwhUCPD9Vz98LPOPDhQXfahRKLczKzlJSy9lXc0oaHHYcxTFTjWleXY7LH > > -N3IAp9ruoqiU43w > > > > everything works fine but if i have this ..... > > > > > > production: > > texaspivot.com: > > ABQIAAAASPzYuwhUCPD9Vz98LPOPDhQXfahRKLczKzlJSy9lXc0oaHHYcxTFTjWleXY7LH > > -N3IAp9ruoqiU43w > > > > The host needs to be on the same line as the key. It''s just a YML file. > > > production: > texaspivot.com: > ABQIAAAASPzYuwhUCPD9Vz98LPOPDhQXfahRKLczKzlJSy9lXc0oaHHYcxTFTjWleXY7LH- > N3IAp9ruoqiU43w > > > > > > i get this > > ActionView::TemplateError (texaspivot.com) on line #1 of > > app/views/group/map_main_layout.rhtml: > > > > i really need to be able to define three different domains for this... > > I don''t know what i am doing wrong, to me, looks just like the sample > > file. > > sorry so confused. > > > > thanks for any tips > > > > shawn > > _______________________________________________ > > Ym4r-user mailing list > > Ym4r-user at rubyforge.org > > http://rubyforge.org/mailman/listinfo/ym4r-user > >
ok, here is what i have in the config file
production:
ontracbyreinke.com :
ABQIAAAA8GzGL0c5HitzfNKYM4nk_BSx99h9t8Gp-7jw1NYb1j2b-U66PBTfMSIiQIhjRfzcStCKrQcYDJnCCw
texaspivot.com :
ABQIAAAA8GzGL0c5HitzfNKYM4nk_BQXfahRKLczKzlJSy9lXc0oaHHYcxSvrz5ukygFTClC-nd2KgrDl4c4Ag
pivotrac.com :
ABQIAAAA8GzGL0c5HitzfNKYM4nk_BSleyfwvKDtLQwce9fly5m8xgVM4BQ_4cWab-O_3H3qnPQ5oclpizLsFQ
thanks
On Tue, Mar 18, 2008 at 11:07 PM, shawn bright <nephish at gmail.com>
wrote:> yes, i am hosting the same code for 3 different domains ( same code,
> different logos, etc.. )
> so i have under production
> production:
> texaspivot.com : KEY
> anotherdomain : KEY
> yetanotherdomain : KEY
>
>
>
> thanks for looking at this.
>
> shawn
>
>
>
> On Tue, Mar 18, 2008 at 10:21 PM, <orion at cora.nwra.com> wrote:
> >
> > > everything works fine but if i have this .....
> > >
> > >
> > > production:
> > > texaspivot.com:
> > >
ABQIAAAASPzYuwhUCPD9Vz98LPOPDhQXfahRKLczKzlJSy9lXc0oaHHYcxTFTjWleXY7LH-N3IAp9ruoqiU43w
> > >
> > > i get this
> > > ActionView::TemplateError (texaspivot.com) on line #1 of
> > > app/views/group/map_main_layout.rhtml:
> >
> > Have you tried putting in two or more entries?
> >
>