2 The MonoRail project is set up and ready to run
\r
3 with Cassini (which allows debugging).
\r
5 Some considerations if you are using
\r
8 Windsor Container Integration
\r
9 -----------------------------
\r
11 If you are using the Windsor container integration
\r
12 you must remember to register all new controllers on
\r
13 the controller.config file
\r
15 ViewComponents must be registered as well. Filters
\r
16 can be optionally registered on the container.
\r
21 See the properties.config
\r
23 ActiveRecord Integration Facility
\r
24 ---------------------------------
\r
26 If you have chosen to use this facility, remember
\r
27 to add a reference to the assembly that contains
\r
28 the ActiveRecord types (your domain model).
\r
30 If something needs to be included, check the
\r
33 NHibernate Integration Facility
\r
34 -------------------------------
\r
36 If you have chosen to use this facility, remember
\r
37 to bring the hbm files or referencing the
\r
38 assemblies that contains the NHibernate xml mappings.
\r
40 If something needs to be included, check the
\r