Sha256: 9ad30775a4811578eb5f7444a8e984c51b880797c4cb119cb52c03f488b247c2

Contents?: true

Size: 1.2 KB

Versions: 1

Compression:

Stored size: 1.2 KB

Contents

CHANGELOG

Version 0.2.0
Add ability to pass in logged_in_url from ramenSettings 

Version 0.3.0
Add RamenRails::Import for importing customers directly into Ramen from command line

Version 0.3.1
Print out time for each import

Version 0.4.0
Add support for window.ramenSettings.onload and window.ramenOnload. Change the way
ramenSettings is set so that it can be merged with other options previously defined
in <script> tags.

Version 0.5.0
Add support for Companies

Version 0.5.1
Make importer support Companies. Add tests for importer.

Version 0.6.0
Support sending custom `trait` data into Ramen for Users & Companies.

Version 0.6.1
Check to see if `current_user` responds to `#persisted?` and, if so, and if it returns `false`,
don't render `ramenSettings`

Version 0.6.2
Add more information to the 'exception in script tag' comment code

Version 0.6.3
Since we fallback on `current_company` if it is not provided, we shouldn't throw an exception if that
object doesn't conform to the interface we're expecting. Try to get name, url, and id, but don't force
it.

Version 0.6.4
Run #to_s on name, email, id (Customer) and url, name, id (Company) to deal with (among other things)
how MongoDB BSON::ObjectIds are serialized

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ramen-rails-0.6.4 CHANGELOG