« April 2009 | Main | August 2008 »
Sunday, March 15, 2009
IA Controls
<pre>
class Controls < ActiveRecord::Base
belongs_to :controls_lists
def self.find_control_all
find(:all, :order => "control")
end
end
class Controls_Lists < ActiveRecord::Base
def item
@item = ControlsLists.find_by_sql("
select * from iacontrols iac
join controls c
order by ControlName
where c.id = 'iac.id'")
end
end
</pre>
Thursday, March 12, 2009
New App on the Way - CA-Track
I am starting work on a new application that will run from a thumb drive(Secured and Un-Secured) and will allow Analyst and Consultants or anyone who has to track, manage and monitor DIACAP Based C&A Packages. It will be a stand-alone web app, as well as a Mac OS X, Linux and eventually a Windows Application.
Will add more details later.......