I'd like to use Hobo Data Tables per http://cookbook-1.4.hobocentral.net/api_plugins/hobo_data_tables
First off I install jquery-datatables-rails<https://github.com/rweng/jquery-datatables-rails> fine and then ran hobo generate install_plugin hobo_tree_table git://github.com/Hobo/hobo_data_tables.git per the instructions which yielded the following error Could not find gem 'hobo_tree_table (>= 0) ruby' in git://github.com/Hobo/hobo_data_tables.git (at master). Source does not contain any versions of 'hobo_tree_table (>= 0) ruby' I ended up changing the command to hobo generate install_plugin hobo_data_tables git://github.com/Hobo/hobo_data_tables Which completed fine and changed all references in the js, css and dryml files from hobo_tree_table to hobo_data_tables but I now get the following error when running my app NameError in Front#index Showing * /home/bob/Titanium_Studio_Workspace/fitness/app/views/front/index.dryml* where line *#1* raised: uninitialized constant HoboDataTables Extracted source (around line *#1*): 1: <page title="Home"> 2: 3: <body: class="front-page"/> 4: At this point I'm stuck. Any ideas? Bob -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/hobousers/-/ptzpjP32aNMJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
