This commit is contained in:
Wojciech Todryk 2011-08-24 19:20:13 +02:00
parent 081bf95ce7
commit b9561278d0
53 changed files with 2893 additions and 9554 deletions

View file

@ -36,3 +36,13 @@ rake db:clear_data
```
* Use it.
### Specific configuration
For themes: if server sends files with no content in production mode comment out
```ruby
config.action_dispatch.x_sendfile_header = "X-Sendfile"
```
from _config/environments/production.rb_ file.