Displaying 5 results from an estimated 5 matches for "neath".
Did you mean:
death
2007 Sep 28
6
Prevent indexing depending on variable
Hi guys, I''m using attachment_fu on my site to allow users to upload
pictrues. Pictures can be set to only allow friends to view them.
The problem I''m having is ferret is indexing the images along with their
thumbnails which means I end up with a lot of broken images in the
search. Also it''s indexing images whose privacy is set to 1 (friends
only).
How could I go about
2007 Sep 08
8
SVN and Rails problem
Hi guys,
I''ve finally managed to get my server up and running with
mongrel_cluster and all that jazz. My rails app works fine, but when I
try to access my svn repos as I was doing before everything was setup
rail is giving me a 404.
What can I add to my httpd.conf to prevent this? Here''s a snip from my
httpd.conf relating to the domain:
---HTTPD.CONF---------------------------
2006 Jan 16
1
ajax search
...m very familiar with scriptaculous but
until now I have only used it with normal XHTML and a bit of PHP. Through
this search function I would like the user to start typing in the search
field located at the top of the ''blog'' page. Soon after they start typing,
the blog posts under neath the field would disappear and the search results
would start showing up. Sort of like Curt Hibbs''
blog<http://blog.curthibbs.us/>,
if see on the right hand side of his page he has a ''live search'' function.
This is sort of what I would like to do, but theoretically i...
2005 Jul 16
14
Thoughts on Second-Tier Documentation
In the course of this argument, keep in mind that I think Rails is
making excellent progress in the development of documentation and
community. I am only trying to develop discussion of where we need to
go next.
A consistent theme we are seeing on this list, I believe, is frustration
caused by the lack of second-tier documentation. So far we have...
-- the various tutorials which are
2009 Mar 14
9
null object pattern
I am trying to create a null object in my application. I would like to
assigned a null user object for anonymous/ mot-logged-in user, i.e. if
session variable has nil data.
In my User model, I have created a subclass like this:
class UnassignedUser < User
def save
false
end
def update
false
end
def username
"Unassigned"
end
def county_id