Skip to content

Commit

Permalink
Merge 7db6463 into 2485938
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazzi committed Jun 24, 2014
2 parents 2485938 + 7db6463 commit 5155292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ In this way, growing code bases can be split without effort, avoiding monolithic
Lotus has a smart **mechanism of duplication of its frameworks**, that allows multiple copy of a framework and multiple applications to run in the **same Ruby process**.
In other words, even small Lotus applications are ready to be split in separated deliverables, but they can safely coexist in the same heap space.

For instance, when a `Bookshelf::Application` is loaded, `Lotus::View` and `Lotus::Controller` are duplicated as `Bookshelf::View` and `Bookshelf::Controller`, in order to make their configurations completely independentfrom `Backend::Application`. They may coexist happily in the same Ruby process.
For instance, when a `Bookshelf::Application` is loaded, `Lotus::View` and `Lotus::Controller` are duplicated as `Bookshelf::View` and `Bookshelf::Controller`, in order to make their configurations completely independent from `Backend::Application`. They may coexist happily in the same Ruby process.
Developers can therefore use `Bookshelf::Controller` instead of `Lotus::Controller`.

#### One file application
Expand Down

0 comments on commit 5155292

Please sign in to comment.