Displaying 8 results from an estimated 8 matches for "mcintire".
Did you mean:
mcentire
2006 Jan 11
17
Different Types of Users and User Engine
My question is how have people implemented different types of users in
their Web applications using user-engine?
As for my application, I use single table inheritance in order to derive
several different types of users, such as "moderators," "editors," etc
...
For example, let''s say that I want to create a moderator. I define a new
moderator class and Controller like
2006 Jan 10
13
# of entrys in different months
right now im writing a weblog as my first project in rails. Most tings
seems to be working great :), but there is (a least) one thing left i
can''t figure out how to do.
As most weblogs i would like to have an archive, whick looks like this:
January 2006 (42)
December 2005 (60)
November 2005 (2)
October 2005 (101)
September 2005 (4)
August 2005 (2)
July 2005 (101010)
where (x) is the
2002 Apr 11
3
Help installing from Rpm
All,
I'm trying to install R-base on RedHat Linux 7.2.
Rpm complains that libreadline.4.1.so is needed; the problem is that I have
libreadline4.2.so.
What can I do to get around this?
-Scott
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or
2005 Jan 25
1
Threshhold Models in gnlm
...5,-0.741,-2.164,2.845,-5.706,6.191,
6.545,18.313,-23.571,-14.022,-8.946,-2.247,4.089,12.807,
21.207,-10.322,-1.388,4.372,-8.341,2.285,13.265,24.619,
-9.316,-6.736,-0.483,2.383,11.803,21.715,32.755,-9.863,
0.17,-12.836,-13.572,-4.425,5.919,15.819,-6.363,3.732,
13.005,5.14,15.17,-15.871)
--
Eliot McIntire
NSERC Post Doctoral Fellow
Department of Ecosystems and Conservation Science
College of Forestry and Conservation
University of Montana, Missoula, MT 59812
406-243-5239
fax: 406-243-4557
emcintire at forestry.umt.edu
2006 Jan 06
7
how do I create a change password using sha1?
Hello,
The problem I am having is I have a form where a user can edit their data that does not include their password.
I have another form that I allow them to change their password.
Both forms use the before_update method that hashes the password. There is no password in the first form.
Am I making this too complicated?
How do I call the hash_password for only the second form?
Both forms use
2011 Aug 24
1
Migrating from 2.2.8 to AD 2008R2
Hi,
We have an old samba server, 2.2.8a, running on freebsd 4.9, as a PDC.
There's currently a temporary, standalone mode, win2008r2 with an (mssql)
app that for full utility requires running on a ADC. I have very little
experience with AD. An older version of mssql and the app were running on a
standalone win2k server, which is still available if needed.
I've found various
2006 Jan 03
18
Trying to do a simple thing ...
Hi !
I was talking to a seasider and he asked me if it was easy to do the following
thing using rails :
1) ask a number to the user
2) ask a second number
3) give the addition of the two number and a link to be able to replay
All these things have to be done in one controller and one action, there is no
need for verification and other stuff.
I tried but I''ve got some problems
2005 Nov 17
8
Components and layouts
Is there anyway for a component to use the layouts availble to rest of
the app, but still use the templates under its own directory? Setting
the layout with a "layouts/admin" say, just produces "can not find
admin.rhtml...". Is there anyway around this?
If not I guess I could just put the views under app/views, but really
wanted to keep things seperate.
Thanks!
-Nick