inline_forms 3.0.54 → 3.0.55

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2d0bb4b0ad8696451452e4daa7e32e642f10f2c0
4
- data.tar.gz: 600eab9a54a52ab024ad729a2dc12b03e7476cd1
3
+ metadata.gz: 302331af1800188386670c4488312180925cfe96
4
+ data.tar.gz: 6b9b56fda9b269f9efe20e0b0a79294a687f7c2a
5
5
  SHA512:
6
- metadata.gz: 4ee233ef11285f61b185ea740a4e0e9517fc578a1c5abc745ce825ba20528b50ee7b3d143019d8fd8dffb9cedd9fab8764c24cb012fe903de808b458aa1894cd
7
- data.tar.gz: ab65fbfd1da77a041ee682753a6e7f1c3c23ef31663e32f379fe5d5daa47a43fb48a2b02489e3ca70233ba5841f4fd76a4db166b258ac1d672bd7aa4f7c088aa
6
+ metadata.gz: e7f6d14902db4e1cc25acd74ef092a7e6bc54d744c6421ca7699cfe63542bb9c8b3dd1ae3724eb02cbd9eeeb5511cc28966419f91770f6ebcaec51551d2bcb5f
7
+ data.tar.gz: 32af49b2979ec6d599978f6b9d9c97c88dd26df7877cb3eaf2f8ebc5bb2fa420897f5793b07c14651f05442aa95557347741e2fd1bfd127bf0e509e407a6a6b1
@@ -569,16 +569,18 @@ if ENV['install_example'] == 'true'
569
569
  END_EXAMPLE_TEST
570
570
 
571
571
  run "rspec" if ENV['runtest']
572
+ remove_file 'public/index.html'
573
+ route "root :to => 'apartments#index'"
572
574
 
573
575
  # done!
574
- say "\nDone! Now point your browser to http://localhost:3000/apartments !", :yellow
576
+ say "\nDone! Now point your browser to http://localhost:3000", :yellow
575
577
  say "\nPress ctlr-C to quit...", :yellow
576
578
  run 'bundle exec rails s'
577
579
  else
578
580
  # run tests
579
581
  run "rspec" if ENV['runtest']
580
- # done!
581
- say "\nDone! Now make your tables with 'bundle exec rails g inline_forms ...", :yellow
582
582
  end
583
+ # done!
584
+ say "\nDone! Now make your tables with 'bundle exec rails g inline_forms ...", :yellow
583
585
 
584
- #say "- Don't forget: edit .rvmrc, config/{routes.rb, deploy.rb}, .git/config, delete public/index.html\n"
586
+ #say "- Don't forget: edit .rvmrc, config/{routes.rb, deploy.rb}, .git/config, delete \n"
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module InlineForms
3
- VERSION = "3.0.54"
3
+ VERSION = "3.0.55"
4
4
  end
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: 3.0.54
4
+ version: 3.0.55
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ace Suares
@@ -205,24 +205,17 @@ files:
205
205
  - lib/app/validators/is_curacao_phone_validator.rb
206
206
  - lib/app/validators/is_email_address_validator.rb
207
207
  - lib/app/validators/must_be_a_value_validator.rb
208
- - lib/app/views/devise/confirmations/new.html.erb
209
208
  - lib/app/views/devise/inline_forms/_content_for_devise_login.html.erb
210
209
  - lib/app/views/devise/inline_forms/_content_for_passwords_edit.html.erb
211
210
  - lib/app/views/devise/inline_forms/_content_for_passwords_new.html.erb
212
- - lib/app/views/devise/mailer/confirmation_instructions.html.erb
213
- - lib/app/views/devise/mailer/reset_password_instructions.html.erb
214
- - lib/app/views/devise/mailer/unlock_instructions.html.erb
215
211
  - lib/app/views/devise/passwords/_top-bar-and-flash.html.erb
216
212
  - lib/app/views/devise/passwords/edit.html.erb
217
213
  - lib/app/views/devise/passwords/new.html.erb
218
- - lib/app/views/devise/registrations/edit.html.erb
219
- - lib/app/views/devise/registrations/new.html.erb
220
214
  - lib/app/views/devise/sessions/_form.html.erb
221
215
  - lib/app/views/devise/sessions/_top-bar-and-flash.html.erb
222
216
  - lib/app/views/devise/sessions/new.html.erb
223
217
  - lib/app/views/devise/shared/_header_and_errors.html.erb
224
218
  - lib/app/views/devise/shared/_links.erb
225
- - lib/app/views/devise/unlocks/new.html.erb
226
219
  - lib/app/views/geo_code_curacao/list_streets.html.erb
227
220
  - lib/app/views/geo_code_curacao/list_streets.js.erb
228
221
  - lib/app/views/inline_forms/_close.html.erb
@@ -1,13 +0,0 @@
1
- <% @default_message = 'provide_email_and_we_send_instructions' -%>
2
- <%= render :partial => "devise/shared/header_and_errors" %>
3
-
4
- <div id="sign_in">
5
- <div id="sign_in_form">
6
- <%= form_for(resource, :as => resource_name, :url => confirmation_path(resource_name), :html => { :method => :post }) do |f| %>
7
- <br /> <%= f.email_field :email %><br /><br />
8
- <div><%= f.submit t("inline_forms.devise.send_instructions") %></div>
9
- <% end %>
10
- </div>
11
- </div>
12
-
13
- <%= render :partial => "devise/shared/links" %>
@@ -1,5 +0,0 @@
1
- <p>Welcome <%= @resource.email %>!</p>
2
-
3
- <p>You can confirm your account through the link below:</p>
4
-
5
- <p><%= link_to 'Confirm my account', confirmation_url(@resource, :confirmation_token => @resource.confirmation_token) %></p>
@@ -1,8 +0,0 @@
1
- <p>Hello <%= @resource.email %>!</p>
2
-
3
- <p>Someone has requested a link to change your password, and you can do this through the link below.</p>
4
-
5
- <p><%= link_to 'Change my password', edit_password_url(@resource, :reset_password_token => @token) %></p>
6
-
7
- <p>If you didn't request this, please ignore this email.</p>
8
- <p>Your password won't change until you access the link above and create a new one.</p>
@@ -1,7 +0,0 @@
1
- <p>Hello <%= @resource.email %>!</p>
2
-
3
- <p>Your account has been locked due to an excessive amount of unsuccessful sign in attempts.</p>
4
-
5
- <p>Click the link below to unlock your account:</p>
6
-
7
- <p><%= link_to 'Unlock my account', unlock_url(@resource, :unlock_token => @resource.unlock_token) %></p>
@@ -1,25 +0,0 @@
1
- <h2>Edit <%= resource_name.to_s.humanize %></h2>
2
-
3
- <%= form_for(resource, :as => resource_name, :url => registration_path(resource_name), :html => { :method => :put }) do |f| %>
4
- <%= devise_error_messages! %>
5
-
6
- <p><%= f.label :email %><br />
7
- <%= f.email_field :email %></p>
8
-
9
- <p><%= f.label :password %> <i>(leave blank if you don't want to change it)</i><br />
10
- <%= f.password_field :password %></p>
11
-
12
- <p><%= f.label :password_confirmation %><br />
13
- <%= f.password_field :password_confirmation %></p>
14
-
15
- <p><%= f.label :current_password %> <i>(we need your current password to confirm your changes)</i><br />
16
- <%= f.password_field :current_password %></p>
17
-
18
- <p><%= f.submit "Update" %></p>
19
- <% end %>
20
-
21
- <h3>Cancel my account</h3>
22
-
23
- <p>Unhappy? <%= link_to "Cancel my account", registration_path(resource_name), :confirm => "Are you sure?", :method => :delete %>.</p>
24
-
25
- <%= link_to "Back", :back %>
@@ -1,27 +0,0 @@
1
- <div class="row">
2
- <div class="large-4 columns">
3
- <h2>Sign up</h2>
4
- </div>
5
- <div class="large-4 columns">
6
- <%= form_for(resource, :as => resource_name, :url => registration_path(resource_name)) do |f| %>
7
- <%= devise_error_messages! %>
8
-
9
- <div><%= f.label :name %><br />
10
- <%= f.text_field :name %></div>
11
-
12
- <div><%= f.label :email %><br />
13
- <%= f.email_field :email %></div>
14
-
15
- <div><%= f.label :password %><br />
16
- <%= f.password_field :password %></div>
17
-
18
- <div><%= f.label :password_confirmation %><br />
19
- <%= f.password_field :password_confirmation %></div>
20
-
21
- <div><%= f.submit "Sign up" %></div>
22
- <% end %>
23
- </div>
24
- <div class="large-4 columns">
25
- <%= render :partial => "devise/shared/links" %>
26
- </div>
27
- </div>
@@ -1,13 +0,0 @@
1
- <% @default_message = 'provide_email_and_we_send_instructions' -%>
2
- <%= render :partial => "devise/shared/header_and_errors" %>
3
-
4
- <div id="sign_in">
5
- <div id="sign_in_form">
6
- <%= form_for(resource, :as => resource_name, :url => unlock_path(resource_name), :html => { :method => :post }) do |f| %>
7
- <br /> <%= f.email_field :email %><br /><br />
8
- <div><%= f.submit t("inline_forms.devise.send_instructions") %></div>
9
- <% end %>
10
- </div>
11
- </div>
12
-
13
- <%= render :partial => "devise/shared/links" %>