search for: jgraham

Displaying 5 results from an estimated 5 matches for "jgraham".

Did you mean: graham
2006 Jan 31
13
Acts_as_authenticated
Hello I have been trying a number of security/login generators recently. My favourite so far is the Acts_as_authenticated. I like the fact that it is only billed as a starting point and doesn''t try to do everything. I would like to add security roles to it, so that some of my controller actions can only be used by an admin role. Has anybody implemented this using
2006 Feb 01
8
Spring-rich killer: rails rich-client proposal
Hello Doug, I am not disputing anything you say and in fact, spring-rich is "okay" as far as swing development goes. But rails principles adheres to those which we hold near and dear such as "don''t repeat yourself" (note: spring-rich model, glazed lists model, jgoodies models) and "convention over configuration (note: xml config files). Let''s get away
2015 Jan 21
1
Request for bind large systems build
It would be nice (if not already available) to get a bind build with -with-tuning=large in the configure, this sets bind/named to run 'better' on large memory (read production) systems. If someone could point me at an official one, or consider this as a request for a bind.large.systems.x86_64 package to be in the main repos that would be great.
2015 Jan 22
1
Request for bind large systems build
RE: building self from SRPM from Frank cox. Yes I agree, it's not horrible to do, but it's a manual step on every patch into the repos, I'm hoping more for maintenance reasons. For that matter I can compile from isc.org's source tarball :)
2006 Jan 14
1
controller issue with rails? (osx)
hello, I created a table in MySQL and generated a scaffold against the database with a product named "article" and the controller named "admin", but when i try to load up the /admin view i get the following stack trace. I am new to rails so I am not sure about the nature of this error. Stack trace as follows. BR_joe NameError in Admin#index uninitialized constant Article