Skip to content

Commit

Permalink
More casual wording of "Sinatra isn't MVC"
Browse files Browse the repository at this point in the history
  • Loading branch information
karmi committed Feb 13, 2009
1 parent 18a006a commit 04bfd43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/Introduction.markdown
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You can use the power of various Rubygems and other libraries for Ruby available

Sinatra really shines when used for experiments and application mock-ups or for creating a quick interface for your code.

It isn't a Model-View-Controller framework, but ties specific URL directly to relevant Ruby code and returns it's output in response. It does enable you, however, to write clean, properly organized applications: separating _views_ from application code, for instance.
It isn't a _typical_ Model-View-Controller framework, but ties specific URL directly to relevant Ruby code and returns it's output in response. It does enable you, however, to write clean, properly organized applications: separating _views_ from application code, for instance.

Installation
------------
Expand Down

0 comments on commit 04bfd43

Please sign in to comment.