On Wed, 2010-05-19 at 16:58 +0200, Jan Provaznik wrote: > --- > src/vendor/plugins/rails_datatables/MIT-LICENSE | 20 +++ > src/vendor/plugins/rails_datatables/README.md | 138 > ++++++++++++++++++++ > src/vendor/plugins/rails_datatables/Rakefile | 23 ++++ > src/vendor/plugins/rails_datatables/init.rb | 1 + > src/vendor/plugins/rails_datatables/install.rb | 1 + > .../rails_datatables/lib/rails_datatables.rb | 94 +++++++++++++ > .../rails_datatables/test/rails_datatables_test.rb | 8 + > .../plugins/rails_datatables/test/test_helper.rb | 3 + > src/vendor/plugins/rails_datatables/uninstall.rb | 1 + > 9 files changed, 289 insertions(+), 0 deletions(-) > create mode 100644 src/vendor/plugins/rails_datatables/MIT-LICENSE > create mode 100644 src/vendor/plugins/rails_datatables/README.md > create mode 100644 src/vendor/plugins/rails_datatables/Rakefile > create mode 100644 src/vendor/plugins/rails_datatables/init.rb > create mode 100644 src/vendor/plugins/rails_datatables/install.rb > create mode 100644 > src/vendor/plugins/rails_datatables/lib/rails_datatables.rb > create mode 100644 > src/vendor/plugins/rails_datatables/test/rails_datatables_test.rb > create mode 100644 src/vendor/plugins/rails_datatables/test/test_helper.rb > create mode 100644 src/vendor/plugins/rails_datatables/uninstall.rb
Not loving that this is a plugin rather than a gem, and some of the code looks a bit cumbersome, but I can let it go for now. This patch needs some whitespace cleanup. For this rev, it will probably need to be manual, but to save effort from now on, please apply the suggested settings here: http://deltacloud.org/page/Git_config Whitespace errors: git am ../../patches/jpr-agg-1_3_add_rails_datatables_plugin.patch Applying: add rails_datatables plugin /home/jay/projects/fedorahosted/deltacloud/aggregator/.git/rebase-apply/patch:111: trailing whitespace. /home/jay/projects/fedorahosted/deltacloud/aggregator/.git/rebase-apply/patch:120: trailing whitespace. /home/jay/projects/fedorahosted/deltacloud/aggregator/.git/rebase-apply/patch:125: trailing whitespace. Add a datatable method on your controller to return JSON /home/jay/projects/fedorahosted/deltacloud/aggregator/.git/rebase-apply/patch:126: trailing whitespace. * Return the objects to be displayed /home/jay/projects/fedorahosted/deltacloud/aggregator/.git/rebase-apply/patch:127: trailing whitespace. I will ack the entire series (pending fixes like above) once I have been able to try everything together, as there is not enough here to really test anything. -j _______________________________________________ deltacloud-devel mailing list [email protected] https://fedorahosted.org/mailman/listinfo/deltacloud-devel
