Skip to content

Merged with beardedstudio and added select slider from filamentgroup #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 65 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
7d9859b
followed some plugin conventions
Nov 13, 2010
3a0b15e
refactored into a working plugin with rails 3, however only tabs are …
Nov 14, 2010
cfdda40
added some tests
Nov 14, 2010
12c8d1a
updated changelog
Nov 14, 2010
862f1eb
added <ul> tag accidentally left out of markup
Nov 15, 2010
fd96659
updated README to describe current status of fork
Nov 15, 2010
a3394f5
refactored to use :html option, supporting :script_for and output of …
Nov 15, 2010
36da880
Version bump to 0.0.0
michaek Feb 17, 2011
5fe0eaf
gemified
michaek Feb 17, 2011
a7bda75
Version bump to 0.1.0
michaek Feb 17, 2011
7d99f54
removed unneeded railtie
michaek Feb 17, 2011
d03ad33
updated gems to run tests successfully
michaek Mar 6, 2011
9defee0
simplified tabs helper - there was little need for so much abstraction
michaek Mar 6, 2011
337538f
realized how foolish it was to have removed class wrapper for helper …
michaek Mar 6, 2011
d04da20
added base class for helper classes
michaek Mar 6, 2011
fa2a1b6
added base module for uihelpers
michaek Mar 6, 2011
2d1f2bd
changed API for helper from tabs_for to ui_tabs
michaek Mar 6, 2011
6728597
added support for accordion
michaek Mar 6, 2011
58a46b0
corrected readme to reflect changes to Accordion
michaek Mar 6, 2011
0881317
added yield explanation to README
michaek Mar 6, 2011
a858d5b
added dialog widget support
michaek Mar 7, 2011
000c19b
added dialog documentation to README, added autoOpen:false to Javascr…
michaek Mar 7, 2011
7b7c374
added stub slider and progressbar support
michaek Mar 7, 2011
d6cad70
created a support module to cut down on repetition in tests
michaek Mar 8, 2011
d57fc4d
added autocomplete widget
michaek Mar 8, 2011
ff7bcfc
actually including helpers in views
michaek Mar 8, 2011
e9c8ea0
added ui param support for autocomplete
michaek Mar 8, 2011
04f7fda
regenerated gemspec
michaek Mar 8, 2011
ff2734d
added header_html option for accordion, added ui options support for …
michaek Mar 24, 2011
f8d97d7
merged
kristianmandrup Mar 19, 2012
d38f35a
added vendor assets for select-slider
kristianmandrup Mar 19, 2012
1cd5010
bumped version
kristianmandrup Mar 19, 2012
843cb9b
regenerated gemspec
kristianmandrup Mar 19, 2012
892e417
better button support and bumped version
kristianmandrup Mar 19, 2012
0c19f44
added daterange and tree
kristianmandrup Mar 19, 2012
6ca0eab
added fileinput and menu from fg
kristianmandrup Mar 19, 2012
a9e5be2
updated gemspec
kristianmandrup Mar 20, 2012
42bebaa
bumped version
kristianmandrup Mar 20, 2012
a8a979b
fixed a few bugs
kristianmandrup Mar 20, 2012
af2324d
removed old helpers
kristianmandrup Mar 20, 2012
f76cc91
using engine to setup view extensions
kristianmandrup Mar 21, 2012
b62f4ed
refactored namespacing
kristianmandrup Mar 27, 2012
a2083ce
better engine add view helpers
kristianmandrup Mar 27, 2012
40bb057
better range slider options
kristianmandrup Sep 10, 2012
98e48dc
asset pipeline desc in readme
kristianmandrup Sep 10, 2012
a3f2bed
better range handling
kristianmandrup Sep 10, 2012
7ca3a05
more select slider options
kristianmandrup Sep 10, 2012
984350b
bump version
kristianmandrup Sep 10, 2012
1a5aa4a
lots of extra features
kristianmandrup Sep 11, 2012
82d66c1
bumped version - all specs pass
kristianmandrup Sep 11, 2012
4a7bd8a
lots of extra goodies and some examples in progress
kristianmandrup Sep 12, 2012
dddc099
some improvements of sweet select menu :)
kristianmandrup Sep 12, 2012
e2fee74
almost there
kristianmandrup Sep 12, 2012
ba3d35b
topbar example works
kristianmandrup Sep 12, 2012
6155f5a
more goodies
kristianmandrup Oct 30, 2012
09bb88a
bump version
kristianmandrup Oct 30, 2012
9f85189
Regenerate gemspec for version 0.2.0
kristianmandrup Oct 30, 2012
1146768
Update README.rd: change running commands to inserting in examples
kuraga Nov 13, 2012
bc31573
Update README.rd: remove unnecessary spaces
kuraga Nov 13, 2012
c736dad
Update README.rd: make inline code inline
kuraga Nov 14, 2012
e88d2e7
Update README.rb: fix punctuation
kuraga Nov 14, 2012
2449ad3
Update README.rd: make lines shorter
kuraga Nov 14, 2012
362d1ce
Update README.rd: warn about haml only one time; change haml site htt…
kuraga Nov 14, 2012
563f2fa
Update README.md: some fixes
kuraga Nov 13, 2012
eae086a
Merge pull request #1 from kuraga/master
kristianmandrup Nov 14, 2012
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
.bundle
.rvmrc
*.gem
*.gem
# rcov generated
coverage

# rdoc generated
rdoc

# yard generated
doc
.yardoc

# bundler
.bundle

# jeweler generated
pkg
.DS_Store

1 change: 1 addition & 0 deletions .rspec
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--color --format nested
14 changes: 13 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
== 03-19-2012

* Added support for Filamentgroup UI Select Slider with labels and tooltips
* Added vendor folder with Select Slider assets which should be added to Sprocket path
* select_ui_slider.js
* ui_slider.extras.css

== 01-24-2011

* rewrote for rails 3 && (ruby 1.8 || ruby 1.9), added tests

== 11-14-2010

* refactored for Rails 3
* added Rspec tests

== 03-07-2009

* big change: removed the 2nd param for concat, rails no longer requires the binding be passed.
Expand All @@ -17,4 +29,4 @@

== 06-22-2008 initial import

* TabsRenderer added
* TabsRenderer added
18 changes: 16 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
source "http://rubygems.org"
source :rubygems

# gemspec
gem "haml"

# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.
group :development do
gem "rails", ">= 3"
gem "rspec", ">= 2"
gem "rspec-rails", ">= 2.5"
gem "shoulda", ">= 0"
gem "bundler", ">= 1.0.0"
gem "jeweler", ">= 1.5.2"
gem "simplecov", ">= 0"
end

gemspec
173 changes: 106 additions & 67 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,83 +1,122 @@
PATH
remote: .
specs:
jquery_ui_rails_helpers (0.0.2)

GEM
remote: http://rubygems.org/
specs:
abstract (1.0.0)
actionmailer (3.0.7)
actionpack (= 3.0.7)
mail (~> 2.2.15)
actionpack (3.0.7)
activemodel (= 3.0.7)
activesupport (= 3.0.7)
builder (~> 2.1.2)
erubis (~> 2.6.6)
i18n (~> 0.5.0)
rack (~> 1.2.1)
rack-mount (~> 0.6.14)
rack-test (~> 0.5.7)
tzinfo (~> 0.3.23)
activemodel (3.0.7)
activesupport (= 3.0.7)
builder (~> 2.1.2)
i18n (~> 0.5.0)
activerecord (3.0.7)
activemodel (= 3.0.7)
activesupport (= 3.0.7)
arel (~> 2.0.2)
tzinfo (~> 0.3.23)
activeresource (3.0.7)
activemodel (= 3.0.7)
activesupport (= 3.0.7)
activesupport (3.0.7)
arel (2.0.10)
builder (2.1.2)
erubis (2.6.6)
abstract (>= 1.0.0)
i18n (0.5.0)
mail (2.2.19)
activesupport (>= 2.3.6)
actionmailer (3.2.2)
actionpack (= 3.2.2)
mail (~> 2.4.0)
actionpack (3.2.2)
activemodel (= 3.2.2)
activesupport (= 3.2.2)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.1)
rack (~> 1.4.0)
rack-cache (~> 1.1)
rack-test (~> 0.6.1)
sprockets (~> 2.1.2)
activemodel (3.2.2)
activesupport (= 3.2.2)
builder (~> 3.0.0)
activerecord (3.2.2)
activemodel (= 3.2.2)
activesupport (= 3.2.2)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activeresource (3.2.2)
activemodel (= 3.2.2)
activesupport (= 3.2.2)
activesupport (3.2.2)
i18n (~> 0.6)
multi_json (~> 1.0)
arel (3.0.2)
builder (3.0.0)
diff-lcs (1.1.3)
erubis (2.7.0)
git (1.2.5)
haml (3.1.4)
hike (1.2.1)
i18n (0.6.0)
jeweler (1.8.3)
bundler (~> 1.0)
git (>= 1.2.5)
rake
rdoc
journey (1.0.3)
json (1.6.5)
mail (2.4.4)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.16)
polyglot (0.3.1)
rack (1.2.2)
rack-mount (0.6.14)
rack (>= 1.0.0)
rack-test (0.5.7)
mime-types (1.17.2)
multi_json (1.1.0)
polyglot (0.3.3)
rack (1.4.1)
rack-cache (1.2)
rack (>= 0.4)
rack-ssl (1.3.2)
rack
rack-test (0.6.1)
rack (>= 1.0)
rails (3.0.7)
actionmailer (= 3.0.7)
actionpack (= 3.0.7)
activerecord (= 3.0.7)
activeresource (= 3.0.7)
activesupport (= 3.0.7)
rails (3.2.2)
actionmailer (= 3.2.2)
actionpack (= 3.2.2)
activerecord (= 3.2.2)
activeresource (= 3.2.2)
activesupport (= 3.2.2)
bundler (~> 1.0)
railties (= 3.0.7)
railties (3.0.7)
actionpack (= 3.0.7)
activesupport (= 3.0.7)
railties (= 3.2.2)
railties (3.2.2)
actionpack (= 3.2.2)
activesupport (= 3.2.2)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
thor (~> 0.14.4)
rake (0.9.0)
shoulda (3.0.0.beta2)
shoulda-context (~> 1.0.0.beta1)
shoulda-matchers (~> 1.0.0.beta1)
shoulda-context (1.0.0.beta1)
shoulda-matchers (1.0.0.beta2)
rdoc (~> 3.4)
thor (~> 0.14.6)
rake (0.9.2.2)
rdoc (3.12)
json (~> 1.4)
rspec (2.9.0)
rspec-core (~> 2.9.0)
rspec-expectations (~> 2.9.0)
rspec-mocks (~> 2.9.0)
rspec-core (2.9.0)
rspec-expectations (2.9.0)
diff-lcs (~> 1.1.3)
rspec-mocks (2.9.0)
rspec-rails (2.9.0)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec (~> 2.9.0)
shoulda (3.0.1)
shoulda-context (~> 1.0.0)
shoulda-matchers (~> 1.0.0)
shoulda-context (1.0.0)
shoulda-matchers (1.0.0)
simplecov (0.6.1)
multi_json (~> 1.0)
simplecov-html (~> 0.5.3)
simplecov-html (0.5.3)
sprockets (2.1.2)
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
thor (0.14.6)
treetop (1.4.9)
tilt (1.3.3)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.27)
tzinfo (0.3.32)

PLATFORMS
ruby

DEPENDENCIES
jquery_ui_rails_helpers!
rails (>= 3.0.0)
shoulda (~> 3.0.0.beta2)
bundler (>= 1.0.0)
haml
jeweler (>= 1.5.2)
rails (>= 3)
rspec (>= 2)
rspec-rails (>= 2.5)
shoulda
simplecov
20 changes: 20 additions & 0 deletions MIT-LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Copyright (c) 2010 [name of plugin creator]

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Loading