| Commit message (Collapse) | Author | Age | Lines |
|\
| |
| |
| |
| |
| | |
Conflicts:
config/general.yml-example
spec/factories.rb
|
| | |
|
| |
| |
| |
| | |
Add or remove all buttons, ajax search as you type.
|
|/
|
|
|
|
|
|
| |
Conflicts:
Gemfile.lock
app/views/layouts/default.html.erb
config/application.rb
public/admin/stylesheets/admin.css
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
As far as I can tell, we only use the 'tabs' module in
admin and 'datepicker' on the user-facing part of the site.
The advantage of using this packaging of the gem is that
its assets are in the gem, which simplifies things greatly -
otherwise we'd end up doing something like rewrite the jquery-ui
CSS to SCSS, referencing the image assets via sass-rails helpers
or keep them in their expected paths in public or something.
(Thanks to Louise Crow for pointing out the problem of just
moving jquery-ui's image assets into the asset pipeline.)
|
|
|
|
|
|
|
| |
The intention is to stop including our own custom build of jquery-ui
but instead use the jquery-ui-rails gem, which works well with the
asset pipeline. This commit should remove all traces of the old
download of jquery-ui.
|
| |
|
|
|
|
|
| |
This includes adding coffee-rails so that the .js.coffee file is
compiled to .js automatically.
|
|
|