README.rdoc in adyen-0.3.8 vs README.rdoc in adyen-1.0.0
- old
+ new
@@ -22,14 +22,18 @@
<b>Rails 2.x</b>: Add the following line to your <tt>environment.rb</tt> and run <tt>rake gems:install</tt>
to make the Adyen functionality available in your Rails project:
config.gem 'adyen'
-You can also install it as a Rails plugin (*deprecated*):
+The Adyen gem will happily use REXML for communication with Adyen’s SOAP API, however, if
+you have the Nokogiri gem installed and required the gem will use that for performance.
- script/plugin install git://github.com/wvanbergen/adyen.git
-
-Depending on your use case, you may also need the following gems: activerecord, handsoap and nokogiri.
+== Generators
+
+The gem ships with a generator for Rails 3. To create an ActiveRecord migration, mode, and
+ActionController for the notifications send by Adyen, run the following:
+
+ $ rails generate adyen:notification
== Usage
See the project wiki on http://wiki.github.com/wvanbergen/adyen to get started. Complete
RDoc documentation for the project can be found on http://rdoc.info/projects/wvanbergen/adyen.