RoR: Using Yaml_db to copy Prod data/schema to Non-prod Environments

This morning, I took a snapshot of a production, Ruby on Rails database (via rake db:dump), and then applied the production / schema data to other environments.

    System information:

  • Database is Oracle 11
  • Application server runs Redhat Enterprise Linux
    Assumptions and challenges:

  • The Development and QA (Quality Assurance) instances are probably not at the same software revisions or migration version numbers. So… keep that in mind.
    Read more

Coeus Interactive Debugging Techniques – presentation notes

Interacting Debugging Techniques for Coeus, using Eclipse and Tomcat
Presentation notes – from the Kuali Coeus User Conference 2011

Why would you want to do that?

  • Understanding the architecture
  • Greater speed in solving problems
  • Quickly test changes, fixes, or enhancements!
  • Assist in making Institution-specific changes

    Inspiration

  • Frustrated with lack of documentation
  • Needed to understand the architecture
    Read more