date_time_picker 0.5.2 → 0.5.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (59) hide show
  1. data/MIT-LICENSE +21 -21
  2. data/README.rdoc +72 -50
  3. data/lib/date_time_picker/date_time_picker_helpers.rb +78 -78
  4. data/lib/date_time_picker.rb +37 -9
  5. data/lib/generators/date_time_picker/USAGE +2 -0
  6. data/lib/generators/date_time_picker/date_time_picker_generator.rb +11 -0
  7. data/lib/generators/date_time_picker/templates/date_time_picker.rb +2 -0
  8. data/lib/simple_form/inputs/ui_date_input.rb +5 -0
  9. data/lib/simple_form/inputs/ui_date_time_input.rb +5 -0
  10. data/lib/simple_form/inputs/ui_time_input.rb +5 -0
  11. data/lib/simple_form/inputs_ext.rb +3 -0
  12. data/test/Rakefile +7 -7
  13. data/test/app/controllers/application_controller.rb +5 -5
  14. data/test/app/views/layouts/application.html.erb +12 -12
  15. data/test/config/application.rb +12 -12
  16. data/test/config/boot.rb +3 -3
  17. data/test/config/date_time_picker.yml +1 -1
  18. data/test/config/environment.rb +5 -5
  19. data/test/config/environments/test.rb +7 -7
  20. data/test/config/routes.rb +3 -3
  21. data/test/config.ru +4 -4
  22. data/test/script/rails +6 -6
  23. data/test/spec/application_spec.rb +13 -13
  24. data/test/spec/spec_helper.rb +4 -4
  25. data/vendor/assets/javascripts/date_time_picker.js +19 -19
  26. data/vendor/assets/javascripts/date_time_picker_all.js +1 -1
  27. metadata +53 -59
  28. data/test/.gitignore +0 -2
  29. data/vendor/assets/i18n/date_time_picker_ca.js +0 -43
  30. data/vendor/assets/i18n/date_time_picker_cs.js +0 -43
  31. data/vendor/assets/i18n/date_time_picker_de.js +0 -43
  32. data/vendor/assets/i18n/date_time_picker_el.js +0 -42
  33. data/vendor/assets/i18n/date_time_picker_es.js +0 -42
  34. data/vendor/assets/i18n/date_time_picker_et.js +0 -42
  35. data/vendor/assets/i18n/date_time_picker_fi.js +0 -43
  36. data/vendor/assets/i18n/date_time_picker_fr.js +0 -45
  37. data/vendor/assets/i18n/date_time_picker_gl.js +0 -42
  38. data/vendor/assets/i18n/date_time_picker_he.js +0 -43
  39. data/vendor/assets/i18n/date_time_picker_hu.js +0 -43
  40. data/vendor/assets/i18n/date_time_picker_id.js +0 -42
  41. data/vendor/assets/i18n/date_time_picker_it.js +0 -43
  42. data/vendor/assets/i18n/date_time_picker_ja.js +0 -42
  43. data/vendor/assets/i18n/date_time_picker_ko.js +0 -42
  44. data/vendor/assets/i18n/date_time_picker_lt.js +0 -42
  45. data/vendor/assets/i18n/date_time_picker_nl.js +0 -42
  46. data/vendor/assets/i18n/date_time_picker_no.js +0 -43
  47. data/vendor/assets/i18n/date_time_picker_pl.js +0 -43
  48. data/vendor/assets/i18n/date_time_picker_pt-BR.js +0 -42
  49. data/vendor/assets/i18n/date_time_picker_pt.js +0 -41
  50. data/vendor/assets/i18n/date_time_picker_ro.js +0 -46
  51. data/vendor/assets/i18n/date_time_picker_ru.js +0 -42
  52. data/vendor/assets/i18n/date_time_picker_sk.js +0 -43
  53. data/vendor/assets/i18n/date_time_picker_sv.js +0 -43
  54. data/vendor/assets/i18n/date_time_picker_tr.js +0 -42
  55. data/vendor/assets/i18n/date_time_picker_vi.js +0 -43
  56. data/vendor/assets/i18n/date_time_picker_zh-CN.js +0 -43
  57. data/vendor/assets/i18n/date_time_picker_zh-TW.js +0 -43
  58. data/vendor/assets/timepicker/jquery-ui-timepicker-addon.css +0 -6
  59. data/vendor/assets/timepicker/jquery-ui-timepicker-addon.js +0 -1326
data/MIT-LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- Copyright (c) 2011 Artem Rufanov
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining
4
- a copy of this software and associated documentation files (the
5
- "Software"), to deal in the Software without restriction, including
6
- without limitation the rights to use, copy, modify, merge, publish,
7
- distribute, sublicense, and/or sell copies of the Software, and to
8
- permit persons to whom the Software is furnished to do so, subject to
9
- the following conditions:
10
-
11
- The above copyright notice and this permission notice shall be
12
- included in all copies or substantial portions of the Software.
13
-
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21
-
1
+ Copyright (c) 2011 Artem Rufanov
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21
+
data/README.rdoc CHANGED
@@ -1,50 +1,72 @@
1
- = DateTimePicker
2
-
3
- A library allows to select date and time, which uses jQuery UI.
4
-
5
- == Requirements
6
-
7
- You should have +jquery-rails+ gem installed and require +jquery+ and +jquery-ui+ assets (don't forget to require CSS for your jQuery UI).
8
-
9
- == Installation
10
-
11
- Add this to your Gemfile and run the +bundle+ command
12
-
13
- gem 'date_time_picker'
14
-
15
- == I18n
16
-
17
- By default plugin includes most using locales and you can require them from your application.js or using the helper, but if you want to add your locales
18
- or/and change one of them, then just put them into your assets dir.
19
-
20
- == Usage
21
-
22
- To add necessary assets add into your head
23
-
24
- <%= date_time_picker_assets %>
25
-
26
- Or you can add them manually by requiring +date_time_picker+ and +date_time_picker_locale+
27
-
28
- To use the picker inside the form
29
-
30
- <%= f.date_time_picker :datetime %>
31
-
32
- To use it outside the form
33
-
34
- <%= date_time_picker :datetime %>
35
-
36
- To specify special options add them into the end
37
-
38
- <%= t.date_time_picker :datetime, :id => 'input_id', :class => [:class_1, :class_2], :ampm => true %>
39
-
40
- The full list of available options you can find on the {jQuery UI Datepicker docs}[http://docs.jquery.com/UI/Datepicker] and {jQuery UI Timepicker}[http://trentrichardson.com/examples/timepicker/].
41
-
42
- By default plugin uses app locale, but if you want to specify it manually you can do this
43
-
44
- <%= t.date_time_picker :datetime, :locale => :ru %>
45
-
46
- Also available
47
-
48
- <%= date_picker :date_only %>
49
-
50
- <%= time_picker :time_only %>
1
+ = DateTimePicker
2
+
3
+ A library allows to select date and time, which uses jQuery UI.
4
+
5
+ == Requirements
6
+
7
+ You should have +jquery-rails+ gem installed and require +jquery+ and +jquery-ui+ assets (don't forget to require CSS for your jQuery UI).
8
+
9
+ == Installation
10
+
11
+ Add this to your Gemfile and run the +bundle+ command
12
+
13
+ gem 'date_time_picker'
14
+
15
+ Run generator to create initializer
16
+
17
+ rails generate date_time_picker
18
+
19
+ or create file manually and active date_time_picker like this inside an initializer:
20
+
21
+ DateTimePicker.activate :simple_form
22
+
23
+ You can pass either only :simple_form to the activate method.
24
+
25
+ == I18n
26
+
27
+ By default plugin includes most using locales and you can require them from your application.js or using the helper, but if you want to add your locales
28
+ or/and change one of them, then just put them into your assets dir.
29
+
30
+ == Usage
31
+
32
+ To add necessary assets add into your head
33
+
34
+ <%= date_time_picker_assets %>
35
+
36
+ Or you can add them manually by requiring +date_time_picker+ and +date_time_picker_locale+
37
+
38
+ To use the picker inside the form
39
+
40
+ <%= f.date_time_picker :datetime %>
41
+
42
+ To use it outside the form
43
+
44
+ <%= date_time_picker :datetime %>
45
+
46
+ To specify special options add them into the end
47
+
48
+ <%= t.date_time_picker :datetime, :id => 'input_id', :class => [:class_1, :class_2], :ampm => true %>
49
+
50
+ The full list of available options you can find on the {jQuery UI Datepicker docs}[http://docs.jquery.com/UI/Datepicker] and {jQuery UI Timepicker}[http://trentrichardson.com/examples/timepicker/].
51
+
52
+ By default plugin uses app locale, but if you want to specify it manually you can do this
53
+
54
+ <%= t.date_time_picker :datetime, :locale => :ru %>
55
+
56
+ Also available
57
+
58
+ <%= date_picker :date_only %>
59
+
60
+ <%= time_picker :time_only %>
61
+
62
+ == SimpleForm support
63
+
64
+ To use the picker inside the form
65
+
66
+ <%= f.input :created_at, as: :ui_date_time %>
67
+
68
+ Also available
69
+
70
+ <%= f.input :created_at, as: :ui_date %>
71
+
72
+ <%= f.input :created_at, as: :ui_time %>
@@ -1,78 +1,78 @@
1
- module DateTimePicker
2
- module ViewHelpers
3
-
4
- def self.helper(name, template, method, options) # :nodoc:
5
- value = options.delete :value
6
- id = options.delete :id
7
- classes = options.delete :class
8
- case classes
9
- when NilClass
10
- classes = method
11
- when Array
12
- classes << method
13
- else
14
- classes = [classes, method]
15
- end
16
- locale = options.delete :locale
17
- locale ||= I18n.locale
18
- template.text_field_tag name, value, :id => id, :class => classes, :data => {:locale => locale, :options => options.to_json}
19
- end
20
-
21
- def self.restore_args(args, method)
22
- case args.count
23
- when 1
24
- name = args[0]
25
- options = {}
26
- when 2
27
- name = args[0]
28
- options = args[1]
29
- else
30
- raise ArgumentError.new(args.count)
31
- end
32
- method = method.to_s.gsub '_', ''
33
- return name, options, method
34
- end
35
-
36
- module FormHelpers
37
-
38
- def self.included(base)
39
- ['date_time_picker', 'date_picker', 'time_picker'].each do |method|
40
- base.send :define_method, method do |*args|
41
- name, options, method = ViewHelpers.restore_args(args, __method__)
42
- options[:id] ||= "#{object_name}_#{name}"
43
- ViewHelpers.helper("#{object_name}[#{name}]", @template, method, options)
44
- end
45
- end
46
- end
47
-
48
- end
49
-
50
- module TagHelpers
51
-
52
- def self.included(base)
53
- ['date_time_picker', 'date_picker', 'time_picker'].each do |method|
54
- base.send :define_method, method do |*args|
55
- name, options, method = ViewHelpers.restore_args(args, __method__)
56
- ViewHelpers.helper(name, self, method, options)
57
- end
58
- end
59
- end
60
-
61
- end
62
-
63
- module AssetsHelper
64
-
65
- def date_time_picker_assets(locale = I18n.locale)
66
- javascript_include_tag(:date_time_picker_all) + stylesheet_link_tag(:date_time_picker)
67
- end
68
-
69
- end
70
-
71
- end
72
- end
73
-
74
- module ActionView # :nodoc:
75
- Helpers::FormBuilder.send :include, DateTimePicker::ViewHelpers::FormHelpers
76
- Base.send :include, DateTimePicker::ViewHelpers::TagHelpers
77
- Base.send :include, DateTimePicker::ViewHelpers::AssetsHelper
78
- end
1
+ module DateTimePicker
2
+ module ViewHelpers
3
+
4
+ def self.helper(name, template, method, options) # :nodoc:
5
+ value = options.delete :value
6
+ id = options.delete :id
7
+ classes = options.delete :class
8
+ case classes
9
+ when NilClass
10
+ classes = method
11
+ when Array
12
+ classes << method
13
+ else
14
+ classes = [classes, method]
15
+ end
16
+ locale = options.delete :locale
17
+ locale ||= I18n.locale
18
+ template.text_field_tag name, value, :id => id, :class => classes, :data => {:locale => locale, :options => options.to_json}
19
+ end
20
+
21
+ def self.restore_args(args, method)
22
+ case args.count
23
+ when 1
24
+ name = args[0]
25
+ options = {}
26
+ when 2
27
+ name = args[0]
28
+ options = args[1]
29
+ else
30
+ raise ArgumentError.new(args.count)
31
+ end
32
+ method = method.to_s.gsub '_', ''
33
+ return name, options, method
34
+ end
35
+
36
+ module FormHelpers
37
+
38
+ def self.included(base)
39
+ ['date_time_picker', 'date_picker', 'time_picker'].each do |method|
40
+ base.send :define_method, method do |*args|
41
+ name, options, method = ViewHelpers.restore_args(args, __method__)
42
+ options[:id] ||= "#{object_name}_#{name}"
43
+ ViewHelpers.helper("#{object_name}[#{name}]", @template, method, options)
44
+ end
45
+ end
46
+ end
47
+
48
+ end
49
+
50
+ module TagHelpers
51
+
52
+ def self.included(base)
53
+ ['date_time_picker', 'date_picker', 'time_picker'].each do |method|
54
+ base.send :define_method, method do |*args|
55
+ name, options, method = ViewHelpers.restore_args(args, __method__)
56
+ ViewHelpers.helper(name, self, method, options)
57
+ end
58
+ end
59
+ end
60
+
61
+ end
62
+
63
+ module AssetsHelper
64
+
65
+ def date_time_picker_assets(locale = I18n.locale)
66
+ javascript_include_tag(:date_time_picker_all) + stylesheet_link_tag(:date_time_picker)
67
+ end
68
+
69
+ end
70
+
71
+ end
72
+ end
73
+
74
+ module ActionView # :nodoc:
75
+ Helpers::FormBuilder.send :include, DateTimePicker::ViewHelpers::FormHelpers
76
+ Base.send :include, DateTimePicker::ViewHelpers::TagHelpers
77
+ Base.send :include, DateTimePicker::ViewHelpers::AssetsHelper
78
+ end
@@ -1,9 +1,37 @@
1
- # :main: README.rdoc
2
-
3
- module DateTimePicker # :nodoc:
4
- DIR = File.expand_path(File.dirname(__FILE__)) # :nodoc:
5
- class Engine < ::Rails::Engine # :nodoc:
6
- end
7
- end
8
-
9
- require File.join(DateTimePicker::DIR, 'date_time_picker', 'date_time_picker_helpers')
1
+ # :main: README.rdoc
2
+
3
+ module DateTimePicker # :nodoc:
4
+ DIR = File.expand_path(File.dirname(__FILE__)) # :nodoc:
5
+ class Engine < ::Rails::Engine # :nodoc:
6
+ end
7
+
8
+ module ClassMethods
9
+ def activate *names
10
+ names = names.flatten
11
+ names.each {|name| activate_one name }
12
+ end
13
+
14
+ def activate_one name
15
+ valid_framework? name
16
+ load_extension name
17
+ end
18
+
19
+ def load_extension name
20
+ require "#{name}/inputs_ext"
21
+ rescue Exception => e
22
+ raise NotImplementedError, "Unsupported Formbuilder or framework: #{name} - #{e}"
23
+ end
24
+
25
+ def valid_framework? name
26
+ case name.to_sym
27
+ when :simple_form
28
+ raise ArgumentError, "SimpleForm not defined" unless defined?(SimpleForm)
29
+ when :formtastic
30
+ raise ArgumentError, "Formtastic not defined" unless defined?(Formtastic)
31
+ end
32
+ end
33
+ end
34
+ extend ClassMethods
35
+ end
36
+
37
+ require File.join(DateTimePicker::DIR, 'date_time_picker', 'date_time_picker_helpers')
@@ -0,0 +1,2 @@
1
+ Description:
2
+ The date_time_picker generator creates config/initializers/date_time_picker.rb.
@@ -0,0 +1,11 @@
1
+ module DateTimePicker
2
+ module Generators
3
+ class DateTimePickerGenerator < Rails::Generators::Base
4
+ source_root File.expand_path('../templates', __FILE__)
5
+
6
+ def generate_date_time_picker
7
+ copy_file "date_time_picker.rb", "config/initializers/date_time_picker.rb"
8
+ end
9
+ end
10
+ end
11
+ end
@@ -0,0 +1,2 @@
1
+ # Configure DateTimePicker
2
+ # DateTimePicker.activate :simple_form
@@ -0,0 +1,5 @@
1
+ class UiDateInput < SimpleForm::Inputs::Base
2
+ def input
3
+ @builder.date_picker(attribute_name, input_html_options)
4
+ end
5
+ end
@@ -0,0 +1,5 @@
1
+ class UiDateTimeInput < SimpleForm::Inputs::Base
2
+ def input
3
+ @builder.date_time_picker(attribute_name, input_html_options)
4
+ end
5
+ end
@@ -0,0 +1,5 @@
1
+ class UiTimeInput < SimpleForm::Inputs::Base
2
+ def input
3
+ @builder.time_picker(attribute_name, input_html_options)
4
+ end
5
+ end
@@ -0,0 +1,3 @@
1
+ require 'simple_form/inputs/ui_date_input'
2
+ require 'simple_form/inputs/ui_date_time_input'
3
+ require 'simple_form/inputs/ui_time_input'
data/test/Rakefile CHANGED
@@ -1,7 +1,7 @@
1
- #!/usr/bin/env rake
2
-
3
- require 'rspec/core/rake_task'
4
- task :default => :spec
5
- RSpec::Core::RakeTask.new do |t|
6
- t.pattern = File.expand_path 'spec/*_spec.rb'
7
- end
1
+ #!/usr/bin/env rake
2
+
3
+ require 'rspec/core/rake_task'
4
+ task :default => :spec
5
+ RSpec::Core::RakeTask.new do |t|
6
+ t.pattern = File.expand_path 'spec/*_spec.rb'
7
+ end
@@ -1,5 +1,5 @@
1
- class ApplicationController < ActionController::Base
2
- def index
3
- render :action => params[:id]
4
- end
5
- end
1
+ class ApplicationController < ActionController::Base
2
+ def index
3
+ render :action => params[:id]
4
+ end
5
+ end
@@ -1,12 +1,12 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <%= javascript_include_tag :jquery %>
5
- <%= javascript_include_tag 'jquery-ui'.to_sym %>
6
- <%= stylesheet_link_tag 'jquery-ui'.to_sym %>
7
- <%= date_time_picker_assets %>
8
- </head>
9
- <body>
10
- <%= yield %>
11
- </body>
12
- </html>
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <%= javascript_include_tag :jquery %>
5
+ <%= javascript_include_tag 'jquery-ui'.to_sym %>
6
+ <%= stylesheet_link_tag 'jquery-ui'.to_sym %>
7
+ <%= date_time_picker_assets %>
8
+ </head>
9
+ <body>
10
+ <%= yield %>
11
+ </body>
12
+ </html>
@@ -1,12 +1,12 @@
1
- require File.expand_path('../boot', __FILE__)
2
-
3
- require 'action_controller/railtie'
4
- require 'sprockets/railtie'
5
-
6
- require 'jquery-rails'
7
- require '../lib/date_time_picker.rb'
8
-
9
- module App
10
- class Application < Rails::Application
11
- end
12
- end
1
+ require File.expand_path('../boot', __FILE__)
2
+
3
+ require 'action_controller/railtie'
4
+ require 'sprockets/railtie'
5
+
6
+ require 'jquery-rails'
7
+ require '../lib/date_time_picker.rb'
8
+
9
+ module App
10
+ class Application < Rails::Application
11
+ end
12
+ end
data/test/config/boot.rb CHANGED
@@ -1,3 +1,3 @@
1
- require 'rubygems'
2
-
3
- ENV['RAILS_ENV'] = 'test'
1
+ require 'rubygems'
2
+
3
+ ENV['RAILS_ENV'] = 'test'
@@ -1 +1 @@
1
- minDate: 0
1
+ minDate: 0
@@ -1,5 +1,5 @@
1
- # Load the rails application
2
- require File.expand_path('../application', __FILE__)
3
-
4
- # Initialize the rails application
5
- App::Application.initialize!
1
+ # Load the rails application
2
+ require File.expand_path('../application', __FILE__)
3
+
4
+ # Initialize the rails application
5
+ App::Application.initialize!
@@ -1,7 +1,7 @@
1
- App::Application.configure do
2
- config.active_support.deprecation = :stderr
3
- config.assets.enabled = true
4
- config.assets.version = '1.0'
5
- config.secret_token = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
6
- config.i18n.default_locale = :ru
7
- end
1
+ App::Application.configure do
2
+ config.active_support.deprecation = :stderr
3
+ config.assets.enabled = true
4
+ config.assets.version = '1.0'
5
+ config.secret_token = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
6
+ config.i18n.default_locale = :ru
7
+ end
@@ -1,3 +1,3 @@
1
- App::Application.routes.draw do
2
- match ':id' => "application#index"
3
- end
1
+ App::Application.routes.draw do
2
+ match ':id' => "application#index"
3
+ end
data/test/config.ru CHANGED
@@ -1,4 +1,4 @@
1
- # This file is used by Rack-based servers to start the application.
2
-
3
- require ::File.expand_path('../config/environment', __FILE__)
4
- run App::Application
1
+ # This file is used by Rack-based servers to start the application.
2
+
3
+ require ::File.expand_path('../config/environment', __FILE__)
4
+ run App::Application
data/test/script/rails CHANGED
@@ -1,6 +1,6 @@
1
- #!/usr/bin/env ruby1.8
2
- # This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
3
-
4
- APP_PATH = File.expand_path('../../config/application', __FILE__)
5
- require File.expand_path('../../config/boot', __FILE__)
6
- require 'rails/commands'
1
+ #!/usr/bin/env ruby1.8
2
+ # This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
3
+
4
+ APP_PATH = File.expand_path('../../config/application', __FILE__)
5
+ require File.expand_path('../../config/boot', __FILE__)
6
+ require 'rails/commands'
@@ -1,13 +1,13 @@
1
- require 'spec_helper'
2
-
3
- describe 'application', :type => :request, :js => true do
4
-
5
- #include RSpec::Rails::ViewExampleGroup
6
-
7
- it 'simple' do
8
- visit '/1'
9
- sleep 100
10
- find('input[name="picker_1"]').click
11
- end
12
-
13
- end
1
+ require 'spec_helper'
2
+
3
+ describe 'application', :type => :request, :js => true do
4
+
5
+ #include RSpec::Rails::ViewExampleGroup
6
+
7
+ it 'simple' do
8
+ visit '/1'
9
+ sleep 100
10
+ find('input[name="picker_1"]').click
11
+ end
12
+
13
+ end
@@ -1,5 +1,5 @@
1
- ENV['RAILS_ENV'] = 'test'
2
- require File.expand_path('../../config/environment', __FILE__)
3
- require 'rspec/rails'
4
- require 'rspec/autorun'
1
+ ENV['RAILS_ENV'] = 'test'
2
+ require File.expand_path('../../config/environment', __FILE__)
3
+ require 'rspec/rails'
4
+ require 'rspec/autorun'
5
5
  require 'capybara/rspec'
@@ -1,19 +1,19 @@
1
- //= require jquery-ui-timepicker-addon
2
- //= require jquery-ui-sliderAccess
3
-
4
- $(function() {
5
- var fns = ["datetimepicker", "datepicker", "timepicker"];
6
- for (i=0; i<fns.length; i++) {
7
- var fn = fns[i];
8
- $("." + fn).each(function() {
9
- var picker = $(this);
10
- var options = $.parseJSON(picker.attr("data-options"));
11
- var locale = picker.attr("data-locale");
12
- if (locale != "en") {
13
- $.datepicker.setDefaults($.datepicker.regional[locale]);
14
- $.timepicker.setDefaults($.timepicker.regional[locale]);
15
- }
16
- picker[fn](options);
17
- });
18
- }
19
- });
1
+ //= require jquery-ui-timepicker-addon
2
+ //= require jquery-ui-sliderAccess
3
+
4
+ $(function() {
5
+ var fns = ["datetimepicker", "datepicker", "timepicker"];
6
+ for (i=0; i<fns.length; i++) {
7
+ var fn = fns[i];
8
+ $("." + fn).each(function() {
9
+ var picker = $(this);
10
+ var options = $.parseJSON(picker.attr("data-options"));
11
+ var locale = picker.attr("data-locale");
12
+ if (locale != "en") {
13
+ $.datepicker.setDefaults($.datepicker.regional[locale]);
14
+ $.timepicker.setDefaults($.timepicker.regional[locale]);
15
+ }
16
+ picker[fn](options);
17
+ });
18
+ }
19
+ });
@@ -1 +1 @@
1
- //= require_tree ../i18n
1
+ //= require_tree ../i18n