README.md in maestrano-connector-rails-0.2.0 vs README.md in maestrano-connector-rails-0.2.2
- old
+ new
@@ -1,7 +1,9 @@
+[ ![Codeship Status for maestrano/maestrano-connector-rails](https://codeship.com/projects/e7990b70-b04d-0133-c4e7-5e399acd7f73/status?branch=master)](https://codeship.com/projects/132645)
+
<p align="center">
- <img src="https://raw.github.com/berardpi/maestrano-connector-rails/master/maestrano.png" alt="Maestrano Logo">
+ <img src="https://raw.github.com/maestrano/maestrano-connector-rails/master/maestrano.png" alt="Maestrano Logo">
<br/>
<br/>
</p>
Maestrano Connector Engine to implements data syncrhonization between an external application API and Connec!.
@@ -27,11 +29,11 @@
Before integrating with us you will need an Connec!™ API ID and Connec!™ API Key. You'll also need to have the connector application created on Maestrano in order to realize the authentication with Maestrano.
## Getting Started
Create a new rails application using the connector template
```console
-rails new <project_name> -m https://raw.githubusercontent.com/Berardpi/maestrano-connector-template/master/maestrano-connector-template.rb
+rails new <project_name> -m https://raw.githubusercontent.com/Berardpi/maestrano-connector-rails/master/template/maestrano-connector-template.rb
```
If and only if you have an error in the template's rails generate step, you'll need to re-run the following command in your project folder:
```console
bundle
@@ -133,6 +135,6 @@
rails g connector:complex_entity
```
This will generate some example files demonstrating a 1 to 2 correspondance between Connec!™ person and external contact and lead data models.
-The complex entities workflow uses two methods to pre-process data which you have to implements for each complex entity (see contact_and_lead.rb). They are called before the mapping step, and you can use them to perform any data model specific operations.
\ No newline at end of file
+The complex entities workflow uses two methods to pre-process data which you have to implements for each complex entity (see contact_and_lead.rb). They are called before the mapping step, and you can use them to perform any data model specific operations.