hydroponics 0.2.2 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +1 -0
- data/README.rdoc +28 -9
- data/Rakefile +5 -1
- data/VERSION +1 -1
- data/app/actions/dupe.rb +22 -0
- data/app/views/dupe/index.erb +62 -0
- data/bin/hydro +29 -11
- data/config/hydro_app.rb +31 -0
- data/hydroponics.gemspec +431 -409
- data/lib/hydroponics.rb +2 -19
- data/lib/hydroponics/setup.rb +47 -0
- data/spec/config/database.yml +6 -0
- data/spec/hydro_app_spec.rb +51 -0
- data/spec/hydroponics_spec.rb +77 -3
- data/spec/spec_helper.rb +31 -5
- data/static/dupe.js +5 -0
- data/static/test/dupe_test.js +6 -0
- data/static/test/index.html +18 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/css/smoothness/images/ui-icons_222222_256x240.png +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/css/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/css/smoothness/images/ui-icons_454545_256x240.png +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/css/smoothness/images/ui-icons_888888_256x240.png +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/css/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/css/smoothness/jquery-ui-1.8.5.custom.css +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/AUTHORS.txt +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/GPL-LICENSE.txt +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/MIT-LICENSE.txt +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/accordion/collapsible.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/accordion/custom-icons.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/accordion/default.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/accordion/fillspace.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/accordion/hoverintent.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/accordion/index.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/accordion/mouseover.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/accordion/no-auto-height.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/accordion/sortable.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/addClass/default.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/addClass/index.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/animate/default.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/animate/index.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/autocomplete/categories.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/autocomplete/combobox.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/autocomplete/custom-data.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/autocomplete/default.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/autocomplete/folding.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/autocomplete/images/jquery_32x32.png +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/autocomplete/images/jqueryui_32x32.png +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/autocomplete/images/sizzlejs_32x32.png +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/autocomplete/images/transparent_1x1.png +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/autocomplete/images/ui-anim_basic_16x16.gif +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/autocomplete/index.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/autocomplete/london.xml +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/autocomplete/maxheight.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/autocomplete/multiple-remote.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/autocomplete/multiple.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/autocomplete/remote-jsonp.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/autocomplete/remote-with-cache.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/autocomplete/remote.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/autocomplete/search.php +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/autocomplete/xml.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/button/checkbox.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/button/default.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/button/icons.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/button/index.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/button/radio.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/button/splitbutton.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/button/toolbar.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/datepicker/alt-field.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/datepicker/animation.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/datepicker/buttonbar.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/datepicker/date-formats.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/datepicker/default.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/datepicker/dropdown-month-year.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/datepicker/event-search.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/datepicker/icon-trigger.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/datepicker/images/calendar.gif +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/datepicker/index.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/datepicker/inline.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/datepicker/localization.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/datepicker/min-max.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/datepicker/multiple-calendars.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/datepicker/other-months.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/datepicker/show-week.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/demos.css +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/dialog/animated.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/dialog/default.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/dialog/index.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/dialog/modal-confirmation.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/dialog/modal-form.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/dialog/modal-message.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/dialog/modal.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/draggable/constrain-movement.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/draggable/cursor-style.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/draggable/default.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/draggable/delay-start.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/draggable/events.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/draggable/handle.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/draggable/index.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/draggable/revert.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/draggable/scroll.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/draggable/snap-to.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/draggable/sortable.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/draggable/visual-feedback.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/droppable/accepted-elements.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/droppable/default.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/droppable/images/high_tatras.jpg +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/droppable/images/high_tatras2.jpg +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/droppable/images/high_tatras2_min.jpg +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/droppable/images/high_tatras3.jpg +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/droppable/images/high_tatras3_min.jpg +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/droppable/images/high_tatras4.jpg +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/droppable/images/high_tatras4_min.jpg +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/droppable/images/high_tatras_min.jpg +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/droppable/index.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/droppable/photo-manager.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/droppable/propagation.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/droppable/revert.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/droppable/shopping-cart.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/droppable/visual-feedback.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/effect/default.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/effect/easing.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/effect/index.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/hide/default.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/hide/index.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/images/calendar.gif +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/images/demo-config-on-tile.gif +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/images/demo-config-on.gif +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/images/demo-spindown-closed.gif +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/images/demo-spindown-open.gif +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/images/icon-docs-info.gif +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/images/pbar-ani.gif +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/index.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/position/cycler.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/position/default.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/position/images/earth.jpg +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/position/images/flight.jpg +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/position/images/rocket.jpg +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/position/index.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/progressbar/animated.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/progressbar/default.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/progressbar/images/pbar-ani.gif +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/progressbar/index.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/progressbar/resize.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/removeClass/default.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/removeClass/index.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/resizable/animate.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/resizable/aspect-ratio.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/resizable/constrain-area.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/resizable/default.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/resizable/delay-start.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/resizable/helper.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/resizable/index.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/resizable/max-min.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/resizable/snap-to-grid.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/resizable/synchronous-resize.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/resizable/textarea.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/resizable/visual-feedback.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/selectable/default.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/selectable/display-grid.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/selectable/index.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/selectable/serialize.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/show/default.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/show/index.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/slider/colorpicker.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/slider/default.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/slider/hotelrooms.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/slider/index.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/slider/multiple-vertical.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/slider/range-vertical.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/slider/range.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/slider/rangemax.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/slider/rangemin.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/slider/side-scroll.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/slider/slider-vertical.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/slider/steps.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/slider/tabs.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/sortable/connect-lists-through-tabs.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/sortable/connect-lists.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/sortable/default.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/sortable/delay-start.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/sortable/display-grid.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/sortable/empty-lists.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/sortable/index.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/sortable/items.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/sortable/placeholder.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/sortable/portlets.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/switchClass/default.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/switchClass/index.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/tabs/ajax.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/tabs/ajax/content1.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/tabs/ajax/content2.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/tabs/ajax/content3-slow.php +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/tabs/ajax/content4-broken.php +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/tabs/bottom.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/tabs/collapsible.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/tabs/cookie.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/tabs/default.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/tabs/index.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/tabs/manipulation.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/tabs/mouseover.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/tabs/sortable.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/tabs/vertical.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/toggle/default.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/toggle/index.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/toggleClass/default.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/demos/toggleClass/index.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/docs/accordion.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/docs/addClass.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/docs/animate.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/docs/autocomplete.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/docs/button.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/docs/datepicker.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/docs/dialog.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/docs/draggable.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/docs/droppable.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/docs/effect.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/docs/hide.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/docs/position.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/docs/progressbar.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/docs/removeClass.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/docs/resizable.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/docs/selectable.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/docs/show.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/docs/slider.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/docs/sortable.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/docs/switchClass.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/docs/tabs.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/docs/toggle.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/docs/toggleClass.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/external/jquery.bgiframe-2.1.1.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/external/jquery.cookie.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/external/jquery.metadata.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/external/qunit.css +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/external/qunit.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/jquery-1.4.2.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/base/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/base/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/base/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/base/images/ui-icons_222222_256x240.png +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/base/images/ui-icons_2e83ff_256x240.png +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/base/images/ui-icons_454545_256x240.png +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/base/images/ui-icons_888888_256x240.png +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/base/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/base/jquery.ui.accordion.css +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/base/jquery.ui.all.css +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/base/jquery.ui.autocomplete.css +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/base/jquery.ui.base.css +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/base/jquery.ui.button.css +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/base/jquery.ui.core.css +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/base/jquery.ui.datepicker.css +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/base/jquery.ui.dialog.css +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/base/jquery.ui.progressbar.css +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/base/jquery.ui.resizable.css +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/base/jquery.ui.selectable.css +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/base/jquery.ui.slider.css +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/base/jquery.ui.tabs.css +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/base/jquery.ui.theme.css +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/smoothness/images/ui-icons_222222_256x240.png +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/smoothness/images/ui-icons_454545_256x240.png +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/smoothness/images/ui-icons_888888_256x240.png +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/smoothness/jquery-ui-1.8.5.custom.css +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/smoothness/jquery.ui.accordion.css +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/smoothness/jquery.ui.all.css +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/smoothness/jquery.ui.autocomplete.css +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/smoothness/jquery.ui.base.css +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/smoothness/jquery.ui.button.css +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/smoothness/jquery.ui.core.css +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/smoothness/jquery.ui.datepicker.css +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/smoothness/jquery.ui.dialog.css +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/smoothness/jquery.ui.progressbar.css +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/smoothness/jquery.ui.resizable.css +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/smoothness/jquery.ui.selectable.css +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/smoothness/jquery.ui.slider.css +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/smoothness/jquery.ui.tabs.css +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/themes/smoothness/jquery.ui.theme.css +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery-ui-i18n.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-af.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-az.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-bg.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-bs.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-ca.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-cs.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-da.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-de.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-el.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-en-GB.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-eo.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-es.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-et.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-eu.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-fa.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-fi.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-fo.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-fr-CH.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-fr.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-he.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-hr.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-hu.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-hy.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-id.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-is.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-it.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-ja.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-ko.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-kz.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-lt.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-lv.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-ms.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-nl.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-no.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-pl.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-pt-BR.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-ro.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-ru.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-sk.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-sl.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-sq.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-sr-SR.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-sr.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-sv.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-ta.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-th.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-tr.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-uk.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-vi.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-zh-CN.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-zh-HK.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/i18n/jquery.ui.datepicker-zh-TW.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/jquery-ui-1.8.5.custom.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/jquery.effects.blind.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/jquery.effects.bounce.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/jquery.effects.clip.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/jquery.effects.core.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/jquery.effects.drop.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/jquery.effects.explode.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/jquery.effects.fade.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/jquery.effects.fold.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/jquery.effects.highlight.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/jquery.effects.pulsate.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/jquery.effects.scale.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/jquery.effects.shake.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/jquery.effects.slide.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/jquery.effects.transfer.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/jquery.ui.accordion.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/jquery.ui.autocomplete.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/jquery.ui.button.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/jquery.ui.core.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/jquery.ui.datepicker.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/jquery.ui.dialog.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/jquery.ui.draggable.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/jquery.ui.droppable.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/jquery.ui.mouse.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/jquery.ui.position.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/jquery.ui.progressbar.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/jquery.ui.resizable.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/jquery.ui.selectable.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/jquery.ui.slider.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/jquery.ui.sortable.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/jquery.ui.tabs.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/jquery.ui.widget.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/minified/jquery.effects.blind.min.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/minified/jquery.effects.bounce.min.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/minified/jquery.effects.clip.min.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/minified/jquery.effects.core.min.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/minified/jquery.effects.drop.min.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/minified/jquery.effects.explode.min.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/minified/jquery.effects.fade.min.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/minified/jquery.effects.fold.min.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/minified/jquery.effects.highlight.min.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/minified/jquery.effects.pulsate.min.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/minified/jquery.effects.scale.min.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/minified/jquery.effects.shake.min.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/minified/jquery.effects.slide.min.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/minified/jquery.effects.transfer.min.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/minified/jquery.ui.accordion.min.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/minified/jquery.ui.autocomplete.min.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/minified/jquery.ui.button.min.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/minified/jquery.ui.core.min.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/minified/jquery.ui.datepicker.min.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/minified/jquery.ui.dialog.min.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/minified/jquery.ui.draggable.min.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/minified/jquery.ui.droppable.min.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/minified/jquery.ui.mouse.min.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/minified/jquery.ui.position.min.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/minified/jquery.ui.progressbar.min.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/minified/jquery.ui.resizable.min.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/minified/jquery.ui.selectable.min.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/minified/jquery.ui.slider.min.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/minified/jquery.ui.sortable.min.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/minified/jquery.ui.tabs.min.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/ui/minified/jquery.ui.widget.min.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/development-bundle/version.txt +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/index.html +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/js/jquery-1.4.2.min.js +0 -0
- data/static/{jquery-ui-1.8.5.custom → vendor/jquery-ui-1.8.5.custom}/js/jquery-ui-1.8.5.custom.min.js +0 -0
- data/static/vendor/qunit.css +155 -0
- data/static/vendor/qunit.js +1261 -0
- metadata +474 -408
- data/lib/db_remote.rb +0 -23
- data/lib/views/index.erb +0 -26
data/lib/db_remote.rb
DELETED
@@ -1,23 +0,0 @@
|
|
1
|
-
require 'active_record'
|
2
|
-
|
3
|
-
module DbRemote
|
4
|
-
def initialize(opts={})
|
5
|
-
raise "Aborting: no database.yml file found" unless opts[:rails]
|
6
|
-
Rails.root = opts[:rails]
|
7
|
-
yml_path = File.join(Rails.root, "config/database.yml") # hard-coding the location of the yml file
|
8
|
-
dbconfig = YAML::load(ERB.new(File.open(yml_path).read).result(binding))
|
9
|
-
# hard-coding AR
|
10
|
-
ActiveRecord::Base.establish_connection dbconfig["development"] # hard-coding the environment
|
11
|
-
super()
|
12
|
-
end
|
13
|
-
|
14
|
-
def connection
|
15
|
-
ActiveRecord::Base.connection
|
16
|
-
end
|
17
|
-
|
18
|
-
# faking out the branch-name detection in database.yml. we may want to integrate with Rails later.
|
19
|
-
module Rails
|
20
|
-
def self.root; @@root end
|
21
|
-
def self.root=(x); @@root=x end
|
22
|
-
end
|
23
|
-
end
|
data/lib/views/index.erb
DELETED
@@ -1,26 +0,0 @@
|
|
1
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
2
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
4
|
-
|
5
|
-
<head>
|
6
|
-
<link href="jquery-ui-1.8.5.custom/css/smoothness/jquery-ui-1.8.5.custom.css" media="screen" rel="stylesheet" type="text/css" />
|
7
|
-
<script type="text/javascript" src="jquery-ui-1.8.5.custom/js/jquery-1.4.2.min.js"></script>
|
8
|
-
<script type="text/javascript" src="jquery-ui-1.8.5.custom/js/jquery-ui-1.8.5.custom.min.js"></script>
|
9
|
-
<script type="text/javascript">
|
10
|
-
$(function(){
|
11
|
-
$("button").button();
|
12
|
-
$("button").click(function(){});
|
13
|
-
});
|
14
|
-
</script>
|
15
|
-
<title>Hydroponics <%= settings.version %></title>
|
16
|
-
</head>
|
17
|
-
|
18
|
-
<body>
|
19
|
-
<div class="header">
|
20
|
-
<h1>Hydroponics</h1>
|
21
|
-
</div>
|
22
|
-
<div class="container">
|
23
|
-
<button>Round 1</button>
|
24
|
-
</div>
|
25
|
-
</body>
|
26
|
-
</html>
|