Displaying 3 results from an estimated 3 matches for "thtml".
Did you mean:
html
2006 Feb 10
0
ajax form submission and updating multiple divs
...te })
%>
<label for "name">Enter Item Name:</label>
<%= text_field_tag :name %>
<%= submit_tag "Save Item" %>
<%= end_form_tag %>
<div id="itemlist">
<%= render(:partial => "itemlist") %>
</div>
_itemlist.thtml
<%= @message %>
<table border="1">
<tr>
<th>ID</th>
<th>Barcode</th>
<th>created</th>
</tr>
<% @items.each do |i| %>
<tr>
<td><%= i.id %></td>
<td><%= i.barcode %><...
2005 Dec 20
0
Patch lovin'' for #2018? ("rake appdoc fails on Windows systems")
...files.include(''doc/README_FOR_APP'')
- rdoc.rdoc_files.include(''app/**/*.rb'')
-}
+task :appdoc do
+ require ''rdoc/rdoc''
+ opt = [''-odoc/app'', ''--line-numbers'', ''--inline-source'', ''-Thtml'']
+ [''doc/README_FOR_APP'', ''app/**/*.rb''].each { |p| opt << Dir.glob(File.join(RAILS_ROOT, p)) }
+ RDoc::RDoc.new.document(opt.flatten)
+end
plugins = FileList[''vendor/plugins/**''].map {|plugin| File.basename(plugin)}
# Defi...
2009 Apr 27
5
ruby jasper report
Hi,
I am trying to create a pdf using ruby jasper.
For this I am referring this url:-
http://oldwiki.rubyonrails.org/rails/pages/howtointegratejasperreports
I have done everything whatever is in that link.
Still I am not able to get the pdf. I am not getting any error in log
file. My log file is:-
"Processing AccountController#customer_report (for 127.0.0.1 at
2009-04-27 13:19:34) [GET]