Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

RequMNGT is a Redmine plugin that allows you to manage in your software project: * system and software requirements. * traceability. * baseline and Request For Change. 1. you can identify business artifacts, software artifact and others like Business Actor, Business Use Case,... 2. you ... [More] can manage and check the (Horizontal and vertical) TOTAL TRACEABILITY between the different artifact of a software project: * Feature, Requirement, Use case, classes, test case, code ... 3. You can create, delete, modify one or several baseline and manage the requests for change. 4. You can generate different reports (requirement, usecase, testcase, Metrics ...) 5. If you install the risk management plugin RiskMNGT, you could classify the requirements or scenarios according to the exposure level [Less]

0
 
  0 reviews  |  3 users  |  12,733 lines of code  |  0 current contributors  |  Analyzed over 1 year ago
 
 

See http://sequel.rubyforge.orgThis Wiki had out of date information, so it was taken down. Please see the RDoc at http://sequel.rubyforge.org, it has all of the information that was in this Wiki brought up to date. The only reason this site is left up is for the Issue Tracker, which Sequel still ... [More] uses to track bugs. If we change to a different issue tracker, this site will be deleted. [Less]

4.0
   
  0 reviews  |  1 user  |  17,119 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

Cool way how to write SQL queries and general way how to convert series of method calls to string query in an universal and system independent manner.

5.0
 
  0 reviews  |  1 user  |  2,552 lines of code  |  1 current contributor  |  Analyzed about 19 hours ago
 
 

A DBI implementation for ADO.NET on IronRuby This project tries to unify the interface you use to interact with databases. It does so by delegating everything to the providers for each specific RDBMS implemented on top of ADO.NET. To test it you could use the following code. start a console ... [More] require 'dbi' conn = DBI.connect('DBI:ADONET:MSSQL:data source=(local);initial catalog=MyDatabase;user id=user;password=password') statement = conn.execute "Select * from Users" while row=statement.fetch puts row end statement.finish [Less]

0
 
  0 reviews  |  0 users  |  996 lines of code  |  0 current contributors  |  Analyzed 9 days ago
 
 

Cool way how to speak with database server. It's ellegant and very ruby SQL query helper which works by similar way as Arel or another ORM selecting logic. It's derived from Dibi database layer in its ideas, so is much more simple and (of sure) much more KISS, readable and straightforward.

0
 
  0 reviews  |  0 users  |  491 lines of code  |  1 current contributor  |  Analyzed 8 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.