To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / .svn / pristine / bc / bc0bc495f28563c2bc2992c3db8742ac43b1ee5f.svn-base @ 1297:0a574315af3e
History | View | Annotate | Download (378 Bytes)
| 1 |
# Copy this file to additional_environment.rb and add any statements |
|---|---|
| 2 |
# that need to be passed to the Rails::Initializer. `config` is |
| 3 |
# available in this context. |
| 4 |
# |
| 5 |
# Example: |
| 6 |
# |
| 7 |
# config.log_level = :debug |
| 8 |
# config.gem "example_plugin", :lib => false |
| 9 |
# config.gem "timesheet_plugin", :lib => false, :version => '0.5.0' |
| 10 |
# config.gem "aws-s3", :lib => "aws/s3" |
| 11 |
# ... |
| 12 |
# |
| 13 |
|