Sha256: 21d3be4b47c26fc0f33272fdc4ff5880bc33b7ae0a8d632cd586d8a60cdf54f8
Contents?: true
Size: 1.52 KB
Versions: 1
Compression:
Stored size: 1.52 KB
Contents
adhearsion-rails ========= adhearsion-rails is an Adhearsion Plugin providing Rails configuration and initialization. Features -------- * FIXME (list of features and unsolved problems) Requirements ------------ * Adhearsion 2.0+ * An already created Rails application Install ------- Add `adhearsion-rails` to your Adhearsion app's Gemfile. Configuration ------------- In your Adhearsion app configuration file, add the following values: ```ruby Adhearsion.config[:adhearsion_rails] do |config| config.path = "/path/to/your/rails/application" config.environment = :production # :development, :test or any other self defined Rails environment are also valid end ``` Author ------ Original author: [Juan de Bravo](https://github.com/juandebravo) Links ----- * [Source](https://github.com/adhearsion/adhearsion-rails) * [Documentation](http://rdoc.info/github/adhearsion/adhearsion-rails/master/frames) * [Bug Tracker](https://github.com/adhearsion/adhearsion-rails/issues) Note on Patches/Pull Requests ----------------------------- * Fork the project. * Make your feature addition or bug fix. * Add tests for it. This is important so I don't break it in a future version unintentionally. * Commit, do not mess with rakefile, version, or history. * If you want to have your own version, that is fine but bump version in a commit by itself so I can ignore when I pull * Send me a pull request. Bonus points for topic branches. Copyright --------- Check [License file](https://github.com/adhearsion/adhearsion-rails/blob/master/LICENSE)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
adhearsion-rails-0.1.0 | README.md |