Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
slivu committed May 25, 2013
1 parent 543e032 commit 59bd6de
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 16 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
@@ -1,10 +1,12 @@

+ 0.4.7 [HEAD]
+ 0.4.7 [May 25 2013]
- `on_boot` hook for applications - [543e032](https://github.com/espresso/espresso/commit/543e032)
- Allow controllers to mount sub-controllers - [203c314](https://github.com/espresso/espresso/commit/203c314)
- Deprecated canonicals passing at controllers mounting.
- Canonicals can not be passed at mounting anymore.
- `evented_stream` and `chunked_stream` helpers - [aebc298](https://github.com/espresso/espresso/commit/aebc298)
- `styled_halt` helper - [5eeb404190](https://github.com/espresso/espresso/commit/5eeb404190)
- `mapped?` helper - [d0ee33729](https://github.com/espresso/espresso/commit/d0ee33729)
- `view_path_proxy` helper renamed into `explicit_view_path`

<hr>

Expand Down
39 changes: 27 additions & 12 deletions README.md
Expand Up @@ -39,16 +39,16 @@ end
App.run
```

**Full-fledged app using [Enginery](https://github.com/espresso/enginery)**
**Full-fledged application using [Enginery](https://github.com/espresso/enginery)**

```bash
$ enginery g
$ enginery g:c App route:/
$ ruby app.rb
$ ruby app.rb # or rackup
```

## Tutorial


### Intro

[Actions](https://github.com/espresso/espresso/blob/master/docs/Intro.md#actions) |
Expand Down Expand Up @@ -128,19 +128,37 @@ $ ruby app.rb
[WebSockets](https://github.com/espresso/espresso/blob/master/docs/Streaming.md#websockets) |
[Chunked Responses](https://github.com/espresso/espresso/blob/master/docs/Streaming.md#chunked-responses)

### Periphery

<a href="https://github.com/espresso/e-periphery/blob/master/docs/CRUD.md" target="_blank">
### Espresso Lungo

Extending Espresso functionality via [`Espresso Lungo`](https://github.com/espresso/espresso-lungo#espresso-lungo) gem:

Install:
```bash
$ gem install el
```

Load:
```ruby
require 'el'
```

Or simply add `gem 'el'` to Gemfile.

Functionality added by `Espresso Lungo`:

<a href="https://github.com/espresso/espresso-lungo/blob/master/docs/CRUD.md" target="_blank">
CRUD</a> |
<a href="https://github.com/espresso/e-periphery/blob/master/docs/Assets.md" target="_blank">
<a href="https://github.com/espresso/espresso-lungo/blob/master/docs/Assets.md" target="_blank">
Assets</a> |
<a href="https://github.com/espresso/e-periphery/blob/master/docs/ContentHelpers.md" target="_blank">
<a href="https://github.com/espresso/espresso-lungo/blob/master/docs/ContentHelpers.md" target="_blank">
Content Helpers</a> |
<a href="https://github.com/espresso/e-periphery/blob/master/docs/TagFactory.md" target="_blank">
<a href="https://github.com/espresso/espresso-lungo/blob/master/docs/TagFactory.md" target="_blank">
Tag Factory</a> |
<a href="https://github.com/espresso/e-periphery/blob/master/docs/CacheManager.md" target="_blank">
<a href="https://github.com/espresso/espresso-lungo/blob/master/docs/CacheManager.md" target="_blank">
Cache Manager</a>


### Deploy

[Controllers](https://github.com/espresso/espresso/blob/master/docs/Deploy.md#controllers) |
Expand Down Expand Up @@ -423,12 +441,10 @@ Espresso allow to easily skip these expensive operations by keeping compiled tem
## Contributing

- Fork Espresso repository
- optionally create a new branch
- make your changes
- submit a pull request

<hr>

<p>
Issues/Bugs:
<a href="https://github.com/espresso/espresso/issues">
Expand All @@ -443,4 +459,3 @@ Espresso allow to easily skip these expensive operations by keeping compiled tem
</p>

### Author - [Silviu Rusu](https://github.com/slivu). License - [MIT](https://github.com/espresso/espresso/blob/master/LICENSE).

2 changes: 0 additions & 2 deletions docs/Deploy.md
Expand Up @@ -234,8 +234,6 @@ E.new do
end
```



**[ [contents &uarr;](https://github.com/espresso/espresso#tutorial) ]**


Expand Down
2 changes: 2 additions & 0 deletions docs/Setup.md
Expand Up @@ -70,6 +70,8 @@ class App < E
end
```

**[ [contents &uarr;](https://github.com/espresso/espresso#tutorial) ]**


## Setup by Format

Expand Down

0 comments on commit 59bd6de

Please sign in to comment.