inline_forms 1.5.7 → 1.5.8
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/bin/inline_forms +1 -1
- data/inline_forms.gemspec +5 -0
- data/lib/generators/templates/deploy.rb +1 -1
- data/lib/inline_forms/version.rb +1 -1
- data/lib/locales/inline_forms.en.yml +30 -37
- data/lib/locales/inline_forms.nl.yml +29 -1
- metadata +34 -2
data/bin/inline_forms
CHANGED
|
@@ -118,7 +118,7 @@ module InlineForms
|
|
|
118
118
|
gem 'jquery-rails'
|
|
119
119
|
gem 'capistrano'
|
|
120
120
|
gem 'will_paginate', :git => 'git://github.com/acesuares/will_paginate.git'
|
|
121
|
-
gem 'tabs_on_rails'
|
|
121
|
+
gem 'tabs_on_rails', :git => 'git://github.com/acesuares/tabs_on_rails.git', :branch => 'update_remote'
|
|
122
122
|
gem 'ckeditor', :git => 'git://github.com/acesuares/ckeditor.git', :branch => 'master'
|
|
123
123
|
gem 'cancan', :git => 'git://github.com/acesuares/cancan.git', :branch => '2.0'
|
|
124
124
|
gem 'carrierwave'
|
data/inline_forms.gemspec
CHANGED
|
@@ -22,6 +22,11 @@ Gem::Specification.new do |s|
|
|
|
22
22
|
|
|
23
23
|
s.add_dependency('rvm')
|
|
24
24
|
s.add_dependency('thor')
|
|
25
|
+
s.add_dependency('validation_hints')
|
|
26
|
+
s.add_dependency('rails-i18n')
|
|
27
|
+
#gem 'i18n-active_record', :git => 'git://github.com/acesuares/i18n-active_record.git'
|
|
28
|
+
|
|
29
|
+
|
|
25
30
|
s.add_development_dependency(%q<rspec-rails>, [">= 0"])
|
|
26
31
|
s.add_development_dependency(%q<shoulda>, [">= 0"])
|
|
27
32
|
s.add_development_dependency(%q<bundler>, ["~> 1.0.0"])
|
|
@@ -77,7 +77,7 @@ namespace :deploy do
|
|
|
77
77
|
run "cd #{shared_path} && mkdir -p uploads"
|
|
78
78
|
run "ln -s #{shared_path}/uploads #{release_path}/public/uploads"
|
|
79
79
|
raise "Rails environment not set" unless rails_env
|
|
80
|
-
run "cd #{release_path} && RAILS_ENV=#{rails_env} bundle exec rails g ckeditor:install "
|
|
80
|
+
run "cd #{release_path} && RAILS_ENV=#{rails_env} bundle exec rails g ckeditor:install -f"
|
|
81
81
|
end
|
|
82
82
|
|
|
83
83
|
|
data/lib/inline_forms/version.rb
CHANGED
|
@@ -1,38 +1,31 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
"sign_up": "inschrijven"
|
|
32
|
-
"sign_in": "aanmelden"
|
|
33
|
-
"forgot_password": "wachtwoord vergeten?"
|
|
34
|
-
"sign_in_with": "aanmelden via %{provider}"
|
|
35
|
-
"no_instructions": "geen instructies ontvangen?"
|
|
36
|
-
"signup_with_email_name_and_password": "Inschrijven door naam, email adres en wachtwoord (twee keer) in te voeren."
|
|
37
|
-
"provide_email_and_we_send_instructions": "Geef ons uw email adres, dan sturen wij u instructies"
|
|
1
|
+
en:
|
|
2
|
+
succes: success.
|
|
3
|
+
activerecord:
|
|
4
|
+
models:
|
|
5
|
+
language: language
|
|
6
|
+
attributes:
|
|
7
|
+
client:
|
|
8
|
+
first_name: first name
|
|
9
|
+
last_name: last name
|
|
10
|
+
application_name: application name
|
|
11
|
+
inline_forms:
|
|
12
|
+
view:
|
|
13
|
+
close: close
|
|
14
|
+
add_new: make a new %{model}
|
|
15
|
+
undo: undo
|
|
16
|
+
trash: trash
|
|
17
|
+
devise:
|
|
18
|
+
send_instructions: send instructions
|
|
19
|
+
sign_up: sign up
|
|
20
|
+
login_with_email_and_password: login with email and password
|
|
21
|
+
sign_in: sign in
|
|
22
|
+
links:
|
|
23
|
+
no_unlock_instructions: did you not receive unlock instructions?
|
|
24
|
+
sign_up: sign up
|
|
25
|
+
sign_in: sing in
|
|
26
|
+
forgot_password: forgot password?
|
|
27
|
+
sign_in_with: sign in with %{provider}
|
|
28
|
+
no_instructions: did you not receive instructions?
|
|
29
|
+
signup_with_email_name_and_password: sign up with email name and password
|
|
30
|
+
provide_email_and_we_send_instructions: provide your email and we will send instructions
|
|
38
31
|
|
|
@@ -1,4 +1,32 @@
|
|
|
1
1
|
nl:
|
|
2
|
-
|
|
2
|
+
succes: het ding is aangemaakt.
|
|
3
|
+
activerecord:
|
|
4
|
+
models:
|
|
5
|
+
language: taal
|
|
6
|
+
attributes:
|
|
7
|
+
client:
|
|
8
|
+
first_name: voornaam
|
|
9
|
+
last_name: achternaam
|
|
10
|
+
application_name: naam van de applicatie
|
|
11
|
+
inline_forms:
|
|
12
|
+
view:
|
|
13
|
+
close: sluiten
|
|
14
|
+
add_new: Maak een nieuw %{model}
|
|
15
|
+
undo: terughalen
|
|
16
|
+
trash: weggooien
|
|
17
|
+
devise:
|
|
18
|
+
send_instructions: stuur instructies
|
|
19
|
+
sign_up: inschrijven
|
|
20
|
+
login_with_email_and_password: aanmelden door email-adres en wachtwoord in te voeren.
|
|
21
|
+
sign_in: aanmelden
|
|
22
|
+
links:
|
|
23
|
+
no_unlock_instructions: geen instructies ontvangen om blokkade op te heffen?
|
|
24
|
+
sign_up: inschrijven
|
|
25
|
+
sign_in: aanmelden
|
|
26
|
+
forgot_password: wachtwoord vergeten?
|
|
27
|
+
sign_in_with: aanmelden via %{provider}
|
|
28
|
+
no_instructions: geen instructies ontvangen?
|
|
29
|
+
signup_with_email_name_and_password: inschrijven door naam, email adres en wachtwoord (twee keer) in te voeren.
|
|
30
|
+
provide_email_and_we_send_instructions: geef ons uw email adres, dan sturen wij u instructies
|
|
3
31
|
|
|
4
32
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: inline_forms
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.5.
|
|
4
|
+
version: 1.5.8
|
|
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: 2012-
|
|
12
|
+
date: 2012-09-19 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rvm
|
|
@@ -43,6 +43,38 @@ dependencies:
|
|
|
43
43
|
- - ! '>='
|
|
44
44
|
- !ruby/object:Gem::Version
|
|
45
45
|
version: '0'
|
|
46
|
+
- !ruby/object:Gem::Dependency
|
|
47
|
+
name: validation_hints
|
|
48
|
+
requirement: !ruby/object:Gem::Requirement
|
|
49
|
+
none: false
|
|
50
|
+
requirements:
|
|
51
|
+
- - ! '>='
|
|
52
|
+
- !ruby/object:Gem::Version
|
|
53
|
+
version: '0'
|
|
54
|
+
type: :runtime
|
|
55
|
+
prerelease: false
|
|
56
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
57
|
+
none: false
|
|
58
|
+
requirements:
|
|
59
|
+
- - ! '>='
|
|
60
|
+
- !ruby/object:Gem::Version
|
|
61
|
+
version: '0'
|
|
62
|
+
- !ruby/object:Gem::Dependency
|
|
63
|
+
name: rails-i18n
|
|
64
|
+
requirement: !ruby/object:Gem::Requirement
|
|
65
|
+
none: false
|
|
66
|
+
requirements:
|
|
67
|
+
- - ! '>='
|
|
68
|
+
- !ruby/object:Gem::Version
|
|
69
|
+
version: '0'
|
|
70
|
+
type: :runtime
|
|
71
|
+
prerelease: false
|
|
72
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
73
|
+
none: false
|
|
74
|
+
requirements:
|
|
75
|
+
- - ! '>='
|
|
76
|
+
- !ruby/object:Gem::Version
|
|
77
|
+
version: '0'
|
|
46
78
|
- !ruby/object:Gem::Dependency
|
|
47
79
|
name: rspec-rails
|
|
48
80
|
requirement: !ruby/object:Gem::Requirement
|