Displaying 20 results from an estimated 11911 matches for "homepages".
Did you mean:
homepage
2006 Oct 10
0
Combining mod_auth_winbind with other authorization modules
I'm trying to use the mod_auth_winbind module from lorikeet SVN to
control access to an Apache 2.2.3 server. Samba is 3.0.23b supplied with
Mandriva 2007 and is configured is a member of a w2k3 AD domain. The
Apache users are using IE on W2k or XP domain member clients.
Samba and winbind are working as expected, and if I just use the
mod_auth_winbind module to authenticate the users
2006 Jul 18
2
Testing which RuntimeError is raised
I am just starting to use unit testing. Way cool. But I am not finding
very clear docs on assert_raise. I have managed to write a test that
tells me that the destroy I am trying to test fails with a
RuntimeError (as it should). However, I would really like to test that
it rails for the specific reason I have in my model. How can I get
more specific? Am I going to have to create my own exception
2009 Aug 04
1
Homepage 404 error - HELP!
Hey guys,
I made an update to my website last night (located over at
exitmusic.ie). I didn''t change much, just an update to the
application.html.erb file - everything looked fine yesterday evening
but when I go to exitmusic.ie now, I get a 404 missing page error.
I''ve had a search about and most seem to delete the index.html file in
the public folder. I didn''t have one
2002 Mar 18
26
vorbis list successfully archived
This is an automatically generated message sent upon successful
archiving of the previous month of vorbis list posts.
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is
2005 Dec 14
3
Multiple rails apps to appear as one app
Hello everyone,
I have a problem concerning two rails apps, which I can''t seem to solve.
I already tried the Ruby On Rails IRC channel. I also started a thread
at the Site5 forums:
http://forums.site5.com/showthread.php?t=6682
As is described in
http://wiki.rubyonrails.com/rails/pages/HowtoDeployMoreThanOneRailsAppOnOneMachine
, I would like two separate Rails applications to
2002 Jul 04
24
theora list successfully archived
This is an automatically generated message sent upon successful
archiving of the previous month of theora list posts.
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'theora-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is
2002 Mar 18
26
vorbis-dev list successfully archived
This is an automatically generated message sent upon successful
archiving of the previous month of vorbis-dev list posts.
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject
2002 Jul 04
24
theora-dev list successfully archived
This is an automatically generated message sent upon successful
archiving of the previous month of theora-dev list posts.
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'theora-dev-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject
2002 Jul 04
24
theora-dev list successfully archived
This is an automatically generated message sent upon successful
archiving of the previous month of theora-dev list posts.
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'theora-dev-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject
2013 Feb 24
2
[LLVMdev] Phabricator homepage "UNRECOVERABLE FATAL ERROR"
When accessing the Phabricator homepage
<http://llvm-reviews.chandlerc.com/> I see:
<http://llvm-reviews.chandlerc.com/P53>.
The rest of the site seems to be fine (e.g. I can access that paste
fine, and all Differential links that I see on the list work fine),
but the homepage just dies.
Is this a known issue?
-- Sean Silva
2010 Oct 31
9
self.where('section = ?', '%:search_item%')
...ls 3 and ruby 1.9.2
I use to be able to do it in rails 2.x.
In my Model I have the following:-
def self.search(search_item)
if search_item
self.where(''section = ?'', ''%:search_item%'')
else
self.all
end
end
In my controller I have:-
@homepages = Homepage.search(params[:search])
respond_to do |format|
format.html # index.html.erb
format.xml { render :xml => @homepages }
format.js {render :js => @homepages}
end
--
You received this message because you are subscribed to the Google Groups "Ruby on Rail...
2013 Feb 24
2
[LLVMdev] Phabricator homepage "UNRECOVERABLE FATAL ERROR"
Yes. I'm seeing the problem.
The error text is:
Cannot override final method LiskDAO::loadOneRelative()
/srv/http/phabricator/src/applications/repository/storage/PhabricatorRepository.php:7
On Sun, Feb 24, 2013 at 10:19 PM, Manuel Klimek <klimek at google.com> wrote:
> On Sat, Feb 23, 2013 at 8:27 PM, Sean Silva <silvas at purdue.edu> wrote:
>>
>> When accessing
2004 Aug 06
2
error with libshout
so no one else has an idea????
K
Wade Carroll wrote:
>Good luck with that.
>
>Actually I didn't mean log. I meant the icecast console itself. If it's in
>the right console mode (2?) it will display everything that's happening and
>any error messages. Seems like the log only shows uptime info by default.
>
>Any ol' how, i think i've exhausted my
2013 Feb 24
0
[LLVMdev] Phabricator homepage "UNRECOVERABLE FATAL ERROR"
On Sat, Feb 23, 2013 at 8:27 PM, Sean Silva <silvas at purdue.edu> wrote:
> When accessing the Phabricator homepage
> <http://llvm-reviews.chandlerc.com/> I see:
>
> <http://llvm-reviews.chandlerc.com/P53>.
>
> The rest of the site seems to be fine (e.g. I can access that paste
> fine, and all Differential links that I see on the list work fine),
> but
2006 Mar 28
2
Homepage as index.rhtml, not index.html?
Hi all,
I''m building my first Rails app. Please forgive my ignorance as I get
acquainted with the technology.
What I''d like to do is have a form that the scaffolding created for me
appear on my home page. It''s just one text field, a submit button, and
some error messages.
I first tried to copy the code from the new.rhtml view into the homepage
(index.html), then
2009 Jun 05
2
New template for Homepage
Hey,
I reworked the HomepageTemplate since the original one was pretty empty.
You can find my proposal here:
http://wiki.centos.org/HomepageTemplate
But to see how it looks properly, I adapted my Homepage to look like it:
http://wiki.centos.org/DagWieers
I'd like to open a discussion about what items belong on this page and how
we can improve it.
My aim to include responsibilities,
2002 Jan 09
0
[ANNOUNCE] new netfilter homepage
--SLDf9lqlvOQaIe6s
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Hi Everybody!
The netfilter core team proudly announces:
The new netfilter/ipables project homepage.
http://www.netfilter.org/
http://www.iptables.org/
as well as the old locations:
http://netfilter.gnumonks.org/
http://netfilter.samba.org/
2011 Apr 01
1
Adding a "description" meta-tag to the R homepage
Hello all,
I hope I'm writing to the correct place.
I believe that the R homepage will benefit from including the "description"
meta tag in it's homepage.
The reason is that google uses that tag to decide what to show when the R
homepage shows up on a search result.
The current description of the first result of searching "R" in google is:
"*R*, also called GNU
2013 Feb 25
0
[LLVMdev] Phabricator homepage "UNRECOVERABLE FATAL ERROR"
I filed an upstream bug:
https://secure.phabricator.com/T2594
On Sun, Feb 24, 2013 at 10:43 AM, Anton Korobeynikov <
anton at korobeynikov.info> wrote:
> Yes. I'm seeing the problem.
>
> The error text is:
>
> Cannot override final method LiskDAO::loadOneRelative()
>
>
> /srv/http/phabricator/src/applications/repository/storage/PhabricatorRepository.php:7
>
2003 Oct 01
9
win32sdk-1.0.1
Hi Ralph,
Two diffs. One for vorbis.def and the other for vorbisfile.def.
Hope they work!!
regards
John
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vorbisdef.diff
Type: application/octet-stream
Size: 256 bytes
Desc: vorbisdef.diff
Url : http://lists.xiph.org/pipermail/vorbis-dev/attachments/20031001/3b7df5ad/vorbisdef-0001.obj
-------------- next part