README.textile in tabulatr-0.0.2 vs README.textile in tabulatr-0.0.3
- old
+ new
@@ -79,11 +79,11 @@
but the result is pretty fancy, already:
<img src="https://github.com/provideal/tabulatr/raw/master/assets/simple_table.png" />
-To add a column with ckeckboxes (thus giving all the "Select ..." buttons a reasonable semantics), we simply add a
+To add a column with checkboxes (thus giving all the "Select ..." buttons a reasonable semantics), we simply add a
<pre>
t.checkbox
</pre>
@@ -95,11 +95,11 @@
t.action do |record|
link_to "Edit", edit_product_path(record)
end
</pre>
-To add a select-popup with batch-actions (i.e., actions that are to be perfored on all selected rows), we add an option to the table_for:
+To add a select-popup with batch-actions (i.e., actions that are to be performed on all selected rows), we add an option to the table_for:
<pre>
<%= table_for @products, :batch_actions => {'foo' => 'Foo', 'delete' => "Delete"} do |t|
...
end %>
@@ -306,10 +306,10 @@
h2. Dependencies
We use
* <a href="http://github.com/provideal/whiny_hash">WhinyHash</a> to handle the options in a fail-early-manner,
* <a href="http://github.com/provideal/id_stuffer">IdStuffer</a> to compress the _remembered_ ids.
-* And... eh... It's an extension for Rails 3, so it might be handy to have a version of Rails 3 and Ruby 1.9.2.
+* And... eh... It's an extension for Rails 3, so it might be handy to have a version of Rails 3 and Ruby 1.8.? or 1.9.?.
h2. Bugs
There are, definitely, roughly 1000 bugs in Tabulatr, although we do some testing (see <tt>spec/</tt>). So if you hunt them, please let me know.