You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Majer changes:
- upgraded to the latest submodule version (bootstrap-datetimepicker v3.1.1)
- compatible with the latest momentjs library (version 2.8.1)
- included the simpleform & momemtjy dependency in gem's Gemfile
Copy file name to clipboardExpand all lines: README.md
+9-13Lines changed: 9 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ This gem packages the bootstrap-datetimepicker for Rails asset pipeline, and cre
18
18
19
19
### Compatibility
20
20
21
-
Master from v3.0.2+ and eonasdan branch: Bootstrap 3+, Rails 4+ and SimpleForm 3.1.RC1+ (using https://github.com/eonasdan/bootstrap-datetimepicker.git as submodule, well maintained repo). Any further development will be made on these branches.
21
+
Master & eonasdan branches, tags v3.0.2+: Bootstrap 3+, Rails 4+ and SimpleForm 3.1.RC1+ (using https://github.com/eonasdan/bootstrap-datetimepicker.git as submodule, well maintained repo). Any further development will be made on these branches.
22
22
23
23
Tag v3.0.1 and tarruda branch: Bootstrap 3+, Rails 4+ and SimpleForm 3.1.RC1+ (using an upgraded version of https://github.com/tarruda/bootstrap-datetimepicker.git as inline code, not maintained). No further development, only bug fix for fatal issues on this branch.
24
24
@@ -27,12 +27,9 @@ Tag v1.0.0: Rails 3.2, Bootstrap 2.3.2 & SimpleForm >= 2.0.4 - No further develo
27
27
28
28
### Dependency
29
29
30
-
The current versions (v3.0.2+) has a dependency on the moment.js javascript library (for details refer to: http://momentjs.com/).
31
-
The gem **does not install this library** out of the box, so **you must look after that**. The reason for not included in this gem the
32
-
installation of moment.js is if you use any package that includes this library (for instance fullcalendar) it would be double installed.
33
-
34
-
It is very easy to install this library by using the https://github.com/derekprior/momentjs-rails gem.
30
+
Versions v3.1.1+ has a dependency on the moment.js version 2.8.1 javascript library (for details refer to: http://momentjs.com/) and the gem includes the dependency reference in its Gemfile (gem 'momentjs-rails', '>= 2.8.1', :github => 'derekprior/momentjs-rails').
35
31
32
+
Versions v3.0.2 & v3.0.3 has a dependency on the moment.js version v2.7, but the gem **have not installed this library** out of the box, so **you have to look after that**. Put "gem 'momentjs-rails', '2.7', :github => 'derekprior/momentjs-rails'" to your project Gemfile to install it.
36
33
37
34
### Credits and references
38
35
@@ -45,7 +42,7 @@ The project home page: https://github.com/zpaulovics/datetimepicker-rails.git
45
42
46
43
According your needs, add one of the lines below to your application's Gemfile:
0 commit comments