Sha256: 6ffe572219dd8d1cba07ad1c3ee89d480559a567f72ed5de3caec9f6416489dd

Contents?: true

Size: 772 Bytes

Versions: 24

Compression:

Stored size: 772 Bytes

Contents

This gem adds WebConnect support to existing Rails apps.

**For general configuration and event handling, see the README for the [web-connect](https://github.com/netfira/web-connect) gem.**

## Installation

First, add this gem to your Gemfile.

```ruby
gem 'web-connect-rails'
```

Next, run the included installer from your Rails root.

```bash
rails g web_connect:install
```

By default, WebConnect will use your Rails database(s), and prefix its tables with `wc_`. Edit `config/initializers/web_connect.rb` if you want to use a different prefix, or a completely different database.

### URI Namespace

The WebConnect initializer allows you to set a `uri_namespace`, which, by default, is `webconnect`. Change this if you want to access WebConnect by a different URI.

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
web-connect-rails-0.4.17 README.md
web-connect-rails-0.4.16 README.md
web-connect-rails-0.4.14 README.md
web-connect-rails-0.4.13 README.md
web-connect-rails-0.4.12 README.md
web-connect-rails-0.4.11 README.md
web-connect-rails-0.4.10 README.md
web-connect-rails-0.4.9 README.md
web-connect-rails-0.4.8 README.md
web-connect-rails-0.4.7 README.md
web-connect-rails-0.4.6 README.md
web-connect-rails-0.4.5 README.md
web-connect-rails-0.4.4 README.md
web-connect-rails-0.4.3 README.md
web-connect-rails-0.4.2 README.md
web-connect-rails-0.4.0 README.md
web-connect-rails-0.3.3 README.md
web-connect-rails-0.3.2 README.md
web-connect-rails-0.2.0.1 README.md
web-connect-rails-0.2.0 README.md