README.md in netsuite_rails-0.1.0 vs README.md in netsuite_rails-0.2.0

- old
+ new

@@ -1,10 +1,12 @@ +[![Build Status](https://travis-ci.org/NetSweet/netsuite_rails.svg?branch=master)](https://travis-ci.org/NetSweet/netsuite_rails) + # NetSuite Rails **Note:** Documentation is horrible... look at the code for details. -Build custom rails application that sync to NetSuite. +Build custom Ruby on Rails applications that sync to NetSuite. ## Installation ```ruby gem 'netsuite_rails' @@ -17,21 +19,24 @@ ``` ### Date & Time ```ruby -NetSuiteRails.configure do - -end +# set your timezone offset +NetSuiteRails::Configuration.netsuite_instance_time_zone_offset(-6) ``` ## Usage modes: :read, :read_write, :aggressive When using a proc in a NS mapping, you are responsible for setting local and remote values for pushing tasks to DJ https://github.com/collectiveidea/delayed_job/wiki/Rake-Task-as-a-Delayed-Job + +`:if` for controlling when syncing occurs + +TODO hooks for before/after push/pull ### Syncing ```bash rake netsuite:sync \ No newline at end of file