Skip to content
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

Added a bunch of jQuery javascript helpers and more... #76

Open
wants to merge 33 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
2799ba7
some nice updates to make it better to work with for Rails 3.2
kristianmandrup Sep 5, 2012
40acbeb
all test pass
kristianmandrup Sep 5, 2012
2e8b36d
added api docs
kristianmandrup Sep 5, 2012
492dc03
much cleaner and flexible
kristianmandrup Sep 5, 2012
cb80a00
jquery helper tests wip
kristianmandrup Sep 5, 2012
22263c5
all tests pass using new jquery helpers
kristianmandrup Sep 5, 2012
27c26bf
bump version
kristianmandrup Sep 5, 2012
25e1d5f
added more view helpers for js
kristianmandrup Sep 6, 2012
b17ec08
patch cell rendering to use views folder
kristianmandrup Sep 6, 2012
5432319
all specs pass - much better coffe/js integration using js/coffee nam…
kristianmandrup Sep 6, 2012
2b3f2ef
better coffee namespace docs
kristianmandrup Sep 6, 2012
ff6d7ca
better widget client side infra
kristianmandrup Sep 6, 2012
95dc381
adjusted widget target path to fit with rails standards
kristianmandrup Sep 7, 2012
706a353
using engine
kristianmandrup Sep 7, 2012
9a9b9cd
much better generator structure and flexibility - all tests pass
kristianmandrup Sep 10, 2012
1607f57
allow stylesheet lang option on generator
kristianmandrup Sep 10, 2012
9856a54
fix js naming
kristianmandrup Sep 10, 2012
a6d026e
fix rendering?
kristianmandrup Nov 22, 2012
8b1a46e
add engine setup generator
kristianmandrup Nov 22, 2012
99d55e8
more README instructions
kristianmandrup Nov 22, 2012
c82e335
added skeleton to test for widget with action named load - which curr…
kristianmandrup Nov 22, 2012
78a2bc3
support jQuery noConflict mode
kristianmandrup Nov 22, 2012
7b141be
jquery noConflic mode - tests passes
kristianmandrup Nov 22, 2012
1ee5fe9
global partials
kristianmandrup Nov 22, 2012
5e8abdc
add essential cells documentation to apotomo README
kristianmandrup Nov 22, 2012
41f56ed
added kaminari setup generator
kristianmandrup Nov 22, 2012
b70e4d6
notes on url helpers
kristianmandrup Nov 22, 2012
c300cc8
using rspec with apotomo
kristianmandrup Nov 22, 2012
847df85
uncommented travis for now
kristianmandrup Nov 22, 2012
518b824
fixed kaminari setup generator
kristianmandrup Nov 22, 2012
02981ae
notes on use with rspec
kristianmandrup Nov 22, 2012
3b5e23b
how to configure generators
kristianmandrup Nov 22, 2012
5431312
minor twist in readme
kristianmandrup Nov 22, 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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ pkg/*
.bundle
test/dummy/log/*
test/dummy/tmp/*
Gemfile.lock
.DS_Store
Loading