Displaying 2 results from an estimated 2 matches for "autonumeric".
2010 Jul 12
1
newbie: what is preferred approach for including javascript files?
...t;html>
<head>
...
<%= javascript_include_tag :defaults, "jquery-1.4.2.js", :cache=>true
%> <!-- using prototype & jquery -->
<%= javascript_include_tag
"jquery.maskedinput-1.2.2.js", :cache=>true %>
<%= javascript_include_tag "autoNumeric-1.5.1.js", :cache=>true %>
<%= javascript_include_tag "autoLoader-1.5.1.js", :cache=>true%>
<%= javascript_include_tag "jquery.metadata.js", :cache=>true %>
...
When, recently, I switched into production mode, I saw that the
expected javascripts...
2007 Apr 25
17
Multiple swap partitions
I have a machine with two swap partitions (sda2 and sda8). Both will
have none as mount point. When I try to use puppet (using mount type)
for managing fstab I get problems because "name" in both instances
(i.e. mount path) will be "none". How should I fix this within puppet?
Regards
Halvard Moe