README.rdoc in ajaxlibs-0.1.3 vs README.rdoc in ajaxlibs-0.1.4
- old
+ new
@@ -51,9 +51,17 @@
will produce :
<script src="/javascripts/ajaxlibs/prototype/1.6.0.3/prototype.js?1267013480" type="text/javascript"></script>
+=== https support
+
+ <%= ajaxlibs_include :jquery, :secure => true %>
+
+used in production, will produce :
+
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js" type="text/javascript"></script>
+
=== automatic dependencies
<%= ajaxlibs_include :scriptaculous %>
will produce :