Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 547 Bytes

README.rdoc

File metadata and controls

18 lines (10 loc) · 547 Bytes

Welcome to Application suites with Rails

This repository holds a sample Rails application that make use of unbuilt Rails engines to deliver its functionality.

Running the application

Nothing special here: simply ‘rails s` in the root of the project and visit localhost:3000.

Running tests

Run tests with ‘rake` in the root folder of any of the engines or the main app. Run all test suites by running `./test_all.sh`

License

Copyright © Stephan Hagemann

Released under the MIT license. See MIT-LICENSE file for details.