README.md in inkwell-1.5.2 vs README.md in inkwell-2.0.0

- old
+ new

@@ -4,10 +4,14 @@ (e.g., comments, reblogs, favorites, following/followers, communities and timelines) to your Ruby on Rails application. [![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=NYTZGSJD3H3BC) +References that may be useful: + +[Building Social Apps with Rails: inkwell](http://www.matthewpbyrne.com/blog/2014/01/09/building-social-apps-with-rails-inkwell/) + Russian translation of README file available [here](https://github.com/salkar/inkwell/blob/master/README_RU.rdoc). - - - You can extend the functionality of Inkwell by using [inkwell_timelines](https://github.com/salkar/inkwell_timelines). @@ -46,9 +50,12 @@ ```ruby class Category < ActiveRecord::Base end ``` + +*MySQL* can't set default value for BLOB/TEXT fields so currently only *sqlite3* and *PostgreSQL* are supported. + ## Installation To get Inkwell from RubyGems, put the following line in the `Gemfile`.