README.rdoc in papermill-1.2.0 vs README.rdoc in papermill-1.3.0
- old
+ new
@@ -1,9 +1,7 @@
= Papermill
-
-
* Asset management made easy, 10 minutes integration.
* All-you-can-eat glue around Polymorphic Paperclip table, SWFUpload & JQuery.
* Associate any image or list of images with any model and any key.
== Install the gem
@@ -163,17 +161,18 @@
Copy static assets to your public directory:
./script/generate papermill_assets
Create the option file config/initializers/papermill.rb
./script/generate papermill_initializer
+
+Go have a look to config/initializers/papermill.rb, lots of info there.
=== environment.rb:
...
Rails::Initializer.run do |config|
...
config.gem papermill
- config.gem "mime-types", :lib => "mime/types" # required for windows OS
end
=== In your layout:
<%= papermill_stylesheet_tag %>
\ No newline at end of file