slickgrid-bootstrap-rails 0.0.1.10 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README.md CHANGED
@@ -3,20 +3,23 @@
3
3
  SlickGrid rails integration with Bootstrap support.
4
4
 
5
5
  Integrates mleibman/SlickGrid into your rails app.
6
+
6
7
  SlickGrid is a superb editable grid, but integration into Rails was
7
- a bit messy and jQuery UI themes didn't always look too great. With this gem,
8
- you can
8
+ a bit messy and jQuery UI themes didn't always look too good on Bootstrap themed pages.
9
+
10
+ This gem takes care of:
9
11
 
10
12
  * Fixes hardcoded pathing in SlickGrid that breaks Rails asset pipeline
11
13
  * Eases jquery.drag.drag/drop integration (with akiatoji/jquery-dragdrop-rails)
12
- * Requires less based integration with Bootstrap (with seyhunak/twitter-bootstrap-rails)
14
+ * Less based integration with Bootstrap (with seyhunak/twitter-bootstrap-rails)
13
15
  * Bootstrap styling with minimal markup changes (credits to reeblazs/SlickGrid-touch)
14
16
 
15
17
  ## Installation
16
18
 
17
- Add this line to your application's Gemfile:
19
+ Add to your application's Gemfile:
18
20
 
19
21
  ```
22
+ gem 'jquery-dragdrop-rails'
20
23
  gem 'slickgrid-bootstrap-rails'
21
24
  ```
22
25
 
@@ -33,8 +36,8 @@ Pre-requisite
33
36
  -------------
34
37
 
35
38
  SlickGrid uses jQuery UI so you need it in your assets.
36
- slickgrid-bootstrap-rails doesn't have any direct support to pull-in jQuery UI.
37
- This is so that you can add themed jQuery UI assets yourself.
39
+ slickgrid-bootstrap-rails doesn't have any direct support to pull in jQuery UI.
40
+ It's up to you how you do it, this is so that you can add themed jQuery UI assets yourself.
38
41
 
39
42
  Alternatively, you can use joliss/jquery-ui-rails.
40
43
 
@@ -1,7 +1,7 @@
1
1
  module Slickgrid
2
2
  module Bootstrap
3
3
  module Rails
4
- VERSION = "0.0.1.10"
4
+ VERSION = "0.0.2"
5
5
  end
6
6
  end
7
7
  end
@@ -164,7 +164,7 @@
164
164
  $input.datepicker({
165
165
  showOn: "button",
166
166
  buttonImageOnly: true,
167
- buttonImage: <%= asset_path "calendar.gif" %>,
167
+ buttonImage: "<%= asset_path "calendar.gif" %>",
168
168
  beforeShow: function () {
169
169
  calendarOpen = true
170
170
  },
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slickgrid-bootstrap-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.10
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-06 00:00:00.000000000 Z
12
+ date: 2013-02-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties