Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ Rory is an [MVC](http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93control

Rory was started as a self-educational project, but has evolved to the point where it is used in production environments. Its design goals, therefore, are a moving target, but are gradually moving from "understanding the design and implementation of Rails" to "creating a lightweight, opinionated framework with Rails-like conventions."

How to run Rory console in development environment
---------------------------------------------------
To run you rory console, write this command from terminal:

```
RAKE_ENV=development rake rory:server
```

History
-------

Expand Down