Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 825 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 825 Bytes

InfraRecord: Immediate Feedback on ORM Queries

An attempt to provide Rails developers continuously with feedback on their Active Record code, including the generated queries, cardinalities, and fetched result sets. For the current status of this prototype see a short demonstration.

This project was started in the course Enterprise Application Programming Model Research at HPI.

Setup

  • clone lauritzthamsen/infrarecord
  • clone redcar/redcar
  • put a link to infrarecord/redcar_plugin/infrarecord/ into redcar/plugins

Usage

  • include the infrarecord gem into the Gemfile of your Rails application
  • start the rails server and redcar
  • open a document and open InfraRecord from the Debug menu