Skip to content
Sergei Kozlov edited this page Aug 9, 2011 · 2 revisions

The bundled test/rails_app application used for automated testing can be easily run as a stand-alone Rails app. Besides, it's a pretty good source of concise, focused examples. After starting the application, access any of the test components (located in app/components) by using the following url:

http://localhost:3000/components/{name of the component's class}

e.g.:

http://localhost:3000/components/ServerCaller

or, for scoped components:

http://localhost:3000/components/ScopedComponents::SomeScopedComponent