Sha256: 70e07681385967c2304d1b822e1c2fa6277bf3b8e1d74f2ab2f9927823eaddb6

Contents?: true

Size: 408 Bytes

Versions: 4

Compression:

Stored size: 408 Bytes

Contents

= yaml_config_file

Generate a YAML configuration file for a Rails 3 application, and an
initializer that loads the configuration file.

For example:

  rails generate yaml_config_file app_config

This will generate a YAML configuration file in config/app_config.yml, and
an initializer in config/initializers/app_config.rb to load it.

== Copyright

Copyright (c) 2010 Tammy Cravit. See LICENSE for details.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
yaml_config_file-0.3.0 README.rdoc
yaml_config_file-0.2.3 README.rdoc
yaml_config_file-0.2.2 README.rdoc
yaml_config_file-0.2.0 README.rdoc