Skip to content

Commit

Permalink
Add note about jruby support
Browse files Browse the repository at this point in the history
  • Loading branch information
badosu committed Apr 27, 2015
1 parent 6dfa136 commit 97f37c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ lightweightness.

### Disclaimer

This application uses the latest MRI without concern for
retrocompatibility or cross-implementation support.

It uses Sqlite as default adapter but it's very easy to change, see
Sqlite is used as default adapter, see
[.env-sample](https://github.com/badosu/Yogurt/blob/master/.env-sample) and
[opening_databases.rdoc](http://sequel.jeremyevans.net/rdoc/files/doc/opening_databases_rdoc.html).

Expand All @@ -44,6 +41,8 @@ and plugins, see:

Hopefully you'll find what you need there.

Additional examples can be found on the examples section.

Install
-------

Expand Down Expand Up @@ -113,3 +112,4 @@ Examples

- [Adding Authentication](https://github.com/badosu/Yogurt/wiki/Example:-Adding-authentication)
- [Adding flash messages](https://github.com/badosu/Yogurt/commit/8ef447eeb501e797e6f0d5ba22fcbfe1bed67ad0)
- [Using JRuby](https://github.com/badosu/Yogurt/compare/jruby)

0 comments on commit 97f37c5

Please sign in to comment.