basepack 0.0.2 → 0.1.0

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.
Files changed (80) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +2 -2
  3. data/README.md +64 -44
  4. data/app/assets/javascripts/basepack/loading_spinner.coffee.erb +2 -2
  5. data/app/controllers/basepack/base_controller.rb +22 -1
  6. data/app/views/forms/_bulk_edit.html.haml +1 -1
  7. data/app/views/forms/_export.html.haml +18 -17
  8. data/app/views/forms/_import.html.haml +2 -2
  9. data/app/views/forms/_import_configuration_csv.html.haml +10 -7
  10. data/app/views/forms/_query.html.haml +8 -8
  11. data/app/views/forms/_show.html.haml +1 -1
  12. data/app/views/forms/_show_without_blanks.html.haml +1 -1
  13. data/app/views/forms/buttons/_apply.html.haml +1 -1
  14. data/app/views/forms/buttons/_bulk_delete.html.haml +3 -3
  15. data/app/views/forms/buttons/_create.html.haml +1 -2
  16. data/app/views/forms/buttons/_delete.html.haml +1 -1
  17. data/app/views/forms/buttons/_edit.html.haml +1 -1
  18. data/app/views/forms/buttons/_export.html.haml +1 -2
  19. data/app/views/forms/buttons/_import.html.haml +1 -1
  20. data/app/views/forms/buttons/_print.html.haml +1 -1
  21. data/app/views/forms/buttons/_query.html.haml +3 -3
  22. data/app/views/forms/buttons/_submit_create.html.haml +1 -1
  23. data/app/views/forms/edit/_form_colorpicker.html.haml +4 -4
  24. data/app/views/forms/edit/_form_datetime.html.haml +4 -4
  25. data/app/views/forms/edit/_form_enumeration.html.haml +19 -20
  26. data/app/views/forms/edit/_tag_list_with_suggestions.html.haml +1 -1
  27. data/config/basepack-settings.yml +2 -1
  28. data/config/locales/cs.yml +60 -5
  29. data/config/locales/en.yml +53 -9
  30. data/config/locales/kaminari.en.yml +1 -1
  31. data/lib/basepack.rb +1 -0
  32. data/lib/basepack/engine.rb +1 -0
  33. data/lib/basepack/forms/query.rb +1 -1
  34. data/lib/basepack/import/model_dragonfly.rb +2 -2
  35. data/lib/basepack/rails_admin/fields_types/phone.rb +61 -0
  36. data/lib/basepack/version.rb +1 -1
  37. data/lib/generators/basepack/install_generator.rb +41 -24
  38. data/lib/generators/basepack/templates/import.rb +4 -1
  39. data/lib/generators/rails/scaffold_controller_generator.rb +12 -0
  40. data/spec/dummy_app/app/controllers/employee_with_destroyable_nesteds_controller.rb +3 -0
  41. data/spec/dummy_app/app/models/employee_with_destroyable_nested.rb +6 -0
  42. data/spec/dummy_app/config/routes.rb +6 -2
  43. data/spec/dummy_app/db/development.sqlite3 +0 -0
  44. data/spec/dummy_app/db/migrate/20140117153133_add_phone_to_employee.rb +5 -0
  45. data/spec/dummy_app/db/schema.rb +2 -27
  46. data/spec/dummy_app/db/test.sqlite3 +0 -0
  47. data/spec/dummy_app/log/development.log +2907 -0
  48. data/spec/dummy_app/log/test.log +16850 -0
  49. data/spec/dummy_app/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  50. data/spec/dummy_app/tmp/cache/assets/development/sprockets/6f4d8a75f9952ad791647a0c21be66d3 +0 -0
  51. data/spec/dummy_app/tmp/cache/assets/development/sprockets/93a7167bf36c621d305a9481e3d25bce +0 -0
  52. data/spec/dummy_app/tmp/cache/assets/development/sprockets/a6fad88c8628b92fa21b43b1aa76cf7d +0 -0
  53. data/spec/dummy_app/tmp/cache/assets/development/sprockets/b8a8c2faf730407b004ec269c26473d7 +0 -0
  54. data/spec/dummy_app/tmp/cache/assets/development/sprockets/cb1f853dc4682e46b8f6922910af7491 +0 -0
  55. data/spec/dummy_app/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  56. data/spec/dummy_app/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  57. data/spec/dummy_app/tmp/cache/assets/test/sprockets/0006b869e74d698c8b4e140f70f87b90 +0 -0
  58. data/spec/dummy_app/tmp/cache/assets/test/sprockets/2d71a2a9ba73844a029c993068e478d5 +0 -0
  59. data/spec/dummy_app/tmp/cache/assets/test/sprockets/2f416db7ec3594c66c478e2c70dc5032 +0 -0
  60. data/spec/dummy_app/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  61. data/spec/dummy_app/tmp/cache/assets/test/sprockets/3202398591e97bce52539e961f5516c4 +0 -0
  62. data/spec/dummy_app/tmp/cache/assets/test/sprockets/6659113c653e0ca831f730df1b6b0558 +0 -0
  63. data/spec/dummy_app/tmp/cache/assets/test/sprockets/780412261881a814294a5333a4a042d2 +0 -0
  64. data/spec/dummy_app/tmp/cache/assets/test/sprockets/7af866e59b2c1fec401995dbceaf6e72 +0 -0
  65. data/spec/dummy_app/tmp/cache/assets/test/sprockets/8618734b87c2e32d68b15881891d9286 +0 -0
  66. data/spec/dummy_app/tmp/cache/assets/test/sprockets/93a7167bf36c621d305a9481e3d25bce +0 -0
  67. data/spec/dummy_app/tmp/cache/assets/test/sprockets/9b856b2df0d8b82ecd548aebe2c5268f +0 -0
  68. data/spec/dummy_app/tmp/cache/assets/test/sprockets/a6fad88c8628b92fa21b43b1aa76cf7d +0 -0
  69. data/spec/dummy_app/tmp/cache/assets/test/sprockets/c174814b8349dc263c8f65404949e933 +0 -0
  70. data/spec/dummy_app/tmp/cache/assets/test/sprockets/c81fa603414eab811f5a75f5be6fc7a0 +0 -0
  71. data/spec/dummy_app/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  72. data/spec/dummy_app/tmp/cache/assets/test/sprockets/dbc50e82415d51f2497fbc2dc1983bc2 +0 -0
  73. data/spec/dummy_app/tmp/cache/assets/test/sprockets/dcaf58e5c22740a96f5f349888c4cc6f +0 -0
  74. data/spec/dummy_app/tmp/cache/assets/test/sprockets/ed9f6df23839a0fd1983de2fcda43c5c +0 -0
  75. data/spec/dummy_app/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  76. data/spec/dummy_app/tmp/capybara/capybara-201312292242327883099760.html +127 -0
  77. data/spec/integration/basic/edit/basepack_basic_edit_spec.rb +58 -0
  78. data/spec/integration/basic/show/basepack_basic_show_spec.rb +49 -0
  79. metadata +58 -7
  80. data/lib/generators/basepack/templates/dragonfly.rb +0 -8
@@ -0,0 +1,127 @@
1
+ <!DOCTYPE html><html><head>
2
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
3
+ <meta content="IE=Edge,chrome=1" http-equiv="X-UA-Compatible">
4
+ <meta content="width=device-width, initial-scale=1.0" name="viewport">
5
+ <title>Employees / Bulk edit | Project Name</title>
6
+ <meta content="Project Name" name="description">
7
+ <meta content="" name="keywords">
8
+ <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
9
+ <!--[if lt IE 9]>
10
+ <script src='//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.1/html5shiv.js' type='text/javascript'></script>
11
+ <![endif]-->
12
+ <link data-turbolinks-track="true" href="/assets/application.css" media="all" rel="stylesheet">
13
+ <script data-turbolinks-track="true" src="/assets/application.js"></script>
14
+
15
+
16
+ </head>
17
+
18
+ <body class="employees bulk_edit" style="">
19
+ <div class="page-container">
20
+ <div class="navbar navbar-fixed-top"><div class="navbar-inner"><div class="container"><a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
21
+ <span class="icon-bar"></span>
22
+ <span class="icon-bar"></span>
23
+ <span class="icon-bar"></span>
24
+ </a>
25
+
26
+ <div class="nav-collapse collapse">
27
+ <ul class="nav ">
28
+ <li class="divider-vertical"></li>
29
+
30
+ <li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#"><i class="icon-cog"></i> Temporary <b class="caret"></b></a><ul class="dropdown-menu">
31
+ <li><a href="http://127.0.0.1:58718/accounts">Accounts</a></li>
32
+ <li><a href="http://127.0.0.1:58718/employees">Employees</a></li>
33
+ <li><a href="http://127.0.0.1:58718/employee_with_nesteds">Employee with nesteds</a></li>
34
+ <li><a href="http://127.0.0.1:58718/positions">Positions</a></li>
35
+ <li><a href="http://127.0.0.1:58718/projects">Projects</a></li>
36
+ <li><a href="http://127.0.0.1:58718/skills">Skills</a></li>
37
+ <li><a href="http://127.0.0.1:58718/tasks">Tasks</a></li>
38
+ <li><a href="http://127.0.0.1:58718/users">Users</a></li>
39
+ </ul></li></ul>
40
+ <ul class="nav pull-right">
41
+ <li><a href="/users/sign_in">Log In</a></li>
42
+ </ul>
43
+ </div></div></div></div>
44
+
45
+ <div class="container">
46
+ <div class="row">
47
+ <div class="span12 content-span">
48
+ <div class="content">
49
+ <div class="page-toolbar">
50
+ <div class="row-fluid">
51
+ <ul class="breadcrumb span8">
52
+ <li>
53
+ <small><a href="/employees">Employees</a></small>
54
+ <span class="divider">/</span>
55
+ </li>
56
+ </ul>
57
+ <div class="btn-group span4 pull-right text-right">
58
+ <a class="btn" href="/employees"><i class="icon-remove"></i>
59
+ Cancel
60
+ </a>
61
+ </div>
62
+
63
+ </div>
64
+
65
+ </div>
66
+ <div class="page-header">
67
+ <h1><small>Employees / Bulk edit</small>
68
+ </h1>
69
+ </div>
70
+
71
+
72
+
73
+ <div class="form-bulk-edit">
74
+ <form accept-charset="UTF-8" action="/employees/bulk_update?f%5Bid_lt%5D=3" class="simple_form form-horizontal denser" enctype="multipart/form-data" id="new_employee" method="post" novalidate="novalidate"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓"></div><h3>Bulk Edit for 2 items</h3>
75
+
76
+ <div class="form-inputs">
77
+ <fieldset>
78
+ <div class="control-group string optional employee_name"><label class="string optional control-label" for="employee_name">Name</label><div class="controls"><input class="string optional span6" id="employee_name" maxlength="255" name="employee[name]" size="50" type="text"><p class="help-block">Required. Length up to 255.</p></div></div>
79
+
80
+ <div class="control-group email optional employee_email"><label class="email optional control-label" for="employee_email">Email</label><div class="controls"><input class="string email optional span6" id="employee_email" maxlength="255" name="employee[email]" size="50" type="email"><p class="help-block">Required. Length up to 255.</p></div></div>
81
+
82
+ <div class="control-group integer optional employee_income"><label class="integer optional control-label" for="employee_income">Income</label><div class="controls"><input class="numeric integer optional span6" id="employee_income" name="employee[income]" step="1" type="number"><p class="help-block">Optional. </p></div></div>
83
+
84
+ <div class="control-group boolean optional employee_bonus"><label class="boolean optional control-label" for="employee_bonus">Bonus</label><div class="controls"><input name="employee[bonus]" type="hidden" value="0"><label class="checkbox"><input class="boolean optional span6" id="employee_bonus" name="employee[bonus]" type="checkbox" value="1"></label><p class="help-block"></p></div></div>
85
+
86
+ <div class="control-group string optional employee_position"><label class="string optional control-label" for="employee_position">Position</label><div class="controls"><div class="select2-container span6" id="s2id_employee_position_id"><a href="javascript:void(0)" onclick="return false;" class="select2-choice select2-default" tabindex="-1"> <span class="select2-chosen">Search</span><abbr class="select2-search-choice-close"></abbr> <span class="select2-arrow"><b></b></span></a><input class="select2-focusser select2-offscreen" type="text" id="s2id_autogen1"><div class="select2-drop select2-display-none select2-with-searchbox"> <div class="select2-search"> <input type="text" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" class="select2-input"> </div> <ul class="select2-results"> </ul></div></div><input class="span6 select2-offscreen" data-filteringselect="true" data-options="{&quot;multiple&quot;:false,&quot;placeholder&quot;:&quot;Search&quot;,&quot;required&quot;:false,&quot;remote_source&quot;:&quot;/positions/options&quot;,&quot;remote_source_params&quot;:{},&quot;init&quot;:{}}" id="employee_position_id" name="employee[position_id]" type="hidden" value="" tabindex="-1">
87
+ <p class="help-block">Optional. </p></div></div>
88
+ <div class="control-group string optional employee_title"><label class="string optional control-label" for="employee_title">Title</label><div class="controls"><input class="string optional span6" id="employee_title" maxlength="255" name="employee[title]" size="50" type="text"><p class="help-block">Optional. Length up to 255.</p></div></div>
89
+
90
+
91
+
92
+ <div class="control-group string optional employee_account"><label class="string optional control-label" for="employee_account">Account</label><div class="controls"><div class="select2-container span6" id="s2id_employee_account_id"><a href="javascript:void(0)" onclick="return false;" class="select2-choice select2-default" tabindex="-1"> <span class="select2-chosen">Search</span><abbr class="select2-search-choice-close"></abbr> <span class="select2-arrow"><b></b></span></a><input class="select2-focusser select2-offscreen" type="text" id="s2id_autogen2"><div class="select2-drop select2-display-none select2-with-searchbox"> <div class="select2-search"> <input type="text" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" class="select2-input"> </div> <ul class="select2-results"> </ul></div></div><input class="span6 select2-offscreen" data-filteringselect="true" data-options="{&quot;multiple&quot;:false,&quot;placeholder&quot;:&quot;Search&quot;,&quot;required&quot;:false,&quot;remote_source&quot;:&quot;/accounts/options&quot;,&quot;remote_source_params&quot;:{},&quot;init&quot;:{}}" id="employee_account_id" name="employee[account_id]" type="hidden" value="" tabindex="-1">
93
+ <p class="help-block">Optional. </p></div></div>
94
+ <div class="control-group string optional employee_skills controls controls-row"><label class="string optional control-label" for="employee_skills">Skills</label><div class="controls"><select class="select required span2" id="employee_bulk_edit_skill_ids" include_blank="false" name="employee[bulk_edit][skill_ids]"><option value="add">add</option>
95
+ <option value="delete">delete</option>
96
+ <option value="assign">assign</option></select>
97
+ <div class="select2-container select2-container-multi span6" id="s2id_employee_skill_ids"><ul class="select2-choices"> <li class="select2-search-field"> <input type="text" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" class="select2-input select2-default" id="s2id_autogen3" style="width: 448px; "> </li></ul><div class="select2-drop select2-drop-multi select2-display-none"> <ul class="select2-results"> </ul></div></div><input class="span6 select2-offscreen" data-filteringselect="true" data-options="{&quot;multiple&quot;:true,&quot;placeholder&quot;:&quot;Search&quot;,&quot;required&quot;:false,&quot;remote_source&quot;:&quot;/skills/options&quot;,&quot;remote_source_params&quot;:{},&quot;init&quot;:{}}" id="employee_skill_ids" name="employee[skill_ids]" type="hidden" value="" tabindex="-1">
98
+ <p class="help-block">Optional. </p></div></div>
99
+ </fieldset>
100
+ </div>
101
+ <div class="form-actions">
102
+ <div class="pull-right">
103
+ <button class="btn btn-primary" data-disable-with="&lt;i class='icon-white icon-ok'&gt;&lt;/i&gt; Save" name="_save" type="submit">
104
+ <i class="icon-white icon-ok"></i>
105
+ Save
106
+ </button>
107
+
108
+ </div>
109
+ </div>
110
+ </form>
111
+ </div>
112
+
113
+
114
+
115
+ </div>
116
+
117
+ </div>
118
+ </div>
119
+ </div>
120
+ <footer>
121
+ <p>© Fill your company here 2013</p>
122
+ </footer>
123
+
124
+ </div>
125
+
126
+
127
+ </body></html>
@@ -45,6 +45,64 @@ describe "Basepack Basic Edit" do
45
45
 
46
46
  end
47
47
 
48
+ context "delete button" do
49
+ it "do not show delete button for nested form without allow_destroy", js: true do
50
+ visit edit_employee_with_nested_path(employee_wih_nested)
51
+
52
+ within("div.nested_fields.nested_form_for_position_attributes") do
53
+ expect(page).to have_no_selector('span.btn i.icon-trash')
54
+ end
55
+
56
+ project_forms = all(:css, 'div.nested_fields.nested_form_for_projects_attributes')
57
+ within(project_forms.first) do
58
+ expect(page).to have_no_selector('span.btn i.icon-trash')
59
+ end
60
+ within(project_forms[1]) do
61
+ expect(page).to have_no_selector('span.btn i.icon-trash')
62
+ end
63
+
64
+ within("div.nested_fields.nested_form_for_account_attributes") do
65
+ expect(page).to have_no_selector('span.btn i.icon-trash')
66
+ end
67
+
68
+ skills_form = all(:css, 'div.nested_fields.nested_form_for_skills_attributes')
69
+ within(skills_form.first) do
70
+ expect(page).to have_no_selector('span.btn i.icon-trash')
71
+ end
72
+ within(skills_form[1]) do
73
+ expect(page).to have_no_selector('span.btn i.icon-trash')
74
+ end
75
+ end
76
+
77
+ it "do show delete button for nested form without allow_destroy", js: true do
78
+ visit edit_employee_with_destroyable_nested_path(employee_wih_nested)
79
+
80
+ within("div.nested_fields.nested_form_for_position_attributes") do
81
+ expect(page).to have_selector('span.btn i.icon-trash')
82
+ end
83
+
84
+ project_forms = all(:css, 'div.nested_fields.nested_form_for_projects_attributes')
85
+ within(project_forms.first) do
86
+ expect(page).to have_selector('span.btn i.icon-trash')
87
+ end
88
+ within(project_forms[1]) do
89
+ expect(page).to have_selector('span.btn i.icon-trash')
90
+ end
91
+
92
+ within("div.nested_fields.nested_form_for_account_attributes") do
93
+ expect(page).to have_selector('span.btn i.icon-trash')
94
+ end
95
+
96
+ skills_form = all(:css, 'div.nested_fields.nested_form_for_skills_attributes')
97
+ within(skills_form.first) do
98
+ expect(page).to have_selector('span.btn i.icon-trash')
99
+ end
100
+ within(skills_form[1]) do
101
+ expect(page).to have_selector('span.btn i.icon-trash')
102
+ end
103
+ end
104
+ end
105
+
48
106
  it "shows button for adding new nested forms for has_many and has_and_belongs_to_many associations" do
49
107
  visit edit_employee_with_nested_path(employee_wih_nested)
50
108
  expect(page).to have_selector('a.add_nested_fields', text: 'Project')
@@ -301,6 +301,55 @@ describe "Basepack Basic Show" do
301
301
  end
302
302
  end
303
303
 
304
+ describe "phone" do
305
+ context "without cc (country code)" do
306
+ it "shows formatted number" do
307
+ RailsAdmin.config Employee do
308
+ show do
309
+ # set phone type for phone field
310
+ field :phone, :phone
311
+ end
312
+ end
313
+ employee.update(phone: "41443643532")
314
+ visit employee_path(:id => employee.id)
315
+
316
+ expect(page).to have_content("+41 44 364 35 32")
317
+
318
+ employee.update(phone: "00420721312712")
319
+ visit employee_path(:id => employee.id)
320
+ expect(page).to have_content("+420 721 312 712")
321
+ end
322
+ end
323
+
324
+ context "with cc (country code)" do
325
+ before(:each) do
326
+ RailsAdmin.config Employee do
327
+ show do
328
+ # set phone type for phone field
329
+ field :phone, :phone do
330
+ # set czech country code
331
+ cc "420"
332
+ end
333
+ end
334
+ end
335
+ end
336
+
337
+ it "shows formatted phone with czech prefix" do
338
+ employee.update(phone: "721312712")
339
+ visit employee_path(:id => employee.id)
340
+
341
+ expect(page).to have_content("+420 721 312 712")
342
+ end
343
+
344
+ it "shows formatted phone with czech prefix entered as a full" do
345
+ employee.update(phone: "420721312712")
346
+ visit employee_path(:id => employee.id)
347
+
348
+ expect(page).to have_content("+420 721 312 712")
349
+ end
350
+ end
351
+ end
352
+
304
353
  =begin
305
354
  describe "show for polymorphic objects" do
306
355
  beforere(:each) do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: basepack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lukas Svoboda
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-12-27 00:00:00.000000000 Z
12
+ date: 2014-01-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -249,6 +249,20 @@ dependencies:
249
249
  - - '>='
250
250
  - !ruby/object:Gem::Version
251
251
  version: '0'
252
+ - !ruby/object:Gem::Dependency
253
+ name: phony
254
+ requirement: !ruby/object:Gem::Requirement
255
+ requirements:
256
+ - - '>='
257
+ - !ruby/object:Gem::Version
258
+ version: '0'
259
+ type: :runtime
260
+ prerelease: false
261
+ version_requirements: !ruby/object:Gem::Requirement
262
+ requirements:
263
+ - - '>='
264
+ - !ruby/object:Gem::Version
265
+ version: '0'
252
266
  - !ruby/object:Gem::Dependency
253
267
  name: sass-rails
254
268
  requirement: !ruby/object:Gem::Requirement
@@ -281,16 +295,16 @@ dependencies:
281
295
  name: bootbox-rails
282
296
  requirement: !ruby/object:Gem::Requirement
283
297
  requirements:
284
- - - '>='
298
+ - - ~>
285
299
  - !ruby/object:Gem::Version
286
- version: '0'
300
+ version: '0.1'
287
301
  type: :runtime
288
302
  prerelease: false
289
303
  version_requirements: !ruby/object:Gem::Requirement
290
304
  requirements:
291
- - - '>='
305
+ - - ~>
292
306
  - !ruby/object:Gem::Version
293
- version: '0'
307
+ version: '0.1'
294
308
  - !ruby/object:Gem::Dependency
295
309
  name: font-awesome-rails
296
310
  requirement: !ruby/object:Gem::Requirement
@@ -498,6 +512,7 @@ files:
498
512
  - lib/basepack/import/importable.rb
499
513
  - lib/basepack/import/model_dragonfly.rb
500
514
  - lib/basepack/model.rb
515
+ - lib/basepack/rails_admin/fields_types/phone.rb
501
516
  - lib/basepack/renderable.rb
502
517
  - lib/basepack/sections/bulk_edit.rb
503
518
  - lib/basepack/sections/import.rb
@@ -511,7 +526,6 @@ files:
511
526
  - lib/generators/basepack/templates/basepack-settings.yml
512
527
  - lib/generators/basepack/templates/basepack_and_overrides.css
513
528
  - lib/generators/basepack/templates/basepack_and_overrides.css.scss
514
- - lib/generators/basepack/templates/dragonfly.rb
515
529
  - lib/generators/basepack/templates/filter.rb
516
530
  - lib/generators/basepack/templates/filters_controller.rb
517
531
  - lib/generators/basepack/templates/import.rb
@@ -531,6 +545,7 @@ files:
531
545
  - lib/generators/basepack/templates/resources_controller.rb
532
546
  - lib/generators/rails/basepack_controller_generator.rb
533
547
  - lib/generators/rails/basepack_resource_route_generator.rb
548
+ - lib/generators/rails/scaffold_controller_generator.rb
534
549
  - lib/generators/rails/templates/controller.rb
535
550
  - lib/tasks/basepack_tasks.rake
536
551
  - spec/controllers/basepack/base_controller_spec.rb
@@ -541,6 +556,7 @@ files:
541
556
  - spec/dummy_app/app/assets/stylesheets/basepack_and_overrides.css
542
557
  - spec/dummy_app/app/controllers/accounts_controller.rb
543
558
  - spec/dummy_app/app/controllers/application_controller.rb
559
+ - spec/dummy_app/app/controllers/employee_with_destroyable_nesteds_controller.rb
544
560
  - spec/dummy_app/app/controllers/employee_with_nesteds_controller.rb
545
561
  - spec/dummy_app/app/controllers/employees_controller.rb
546
562
  - spec/dummy_app/app/controllers/positions_controller.rb
@@ -553,6 +569,7 @@ files:
553
569
  - spec/dummy_app/app/models/ability.rb
554
570
  - spec/dummy_app/app/models/account.rb
555
571
  - spec/dummy_app/app/models/employee.rb
572
+ - spec/dummy_app/app/models/employee_with_destroyable_nested.rb
556
573
  - spec/dummy_app/app/models/employee_with_nested.rb
557
574
  - spec/dummy_app/app/models/position.rb
558
575
  - spec/dummy_app/app/models/project.rb
@@ -600,6 +617,7 @@ files:
600
617
  - spec/dummy_app/db/migrate/20131213193133_create_projects.rb
601
618
  - spec/dummy_app/db/migrate/20131213195422_change_tasks_associations.rb
602
619
  - spec/dummy_app/db/migrate/20131220193113_add_title_to_employees.rb
620
+ - spec/dummy_app/db/migrate/20140117153133_add_phone_to_employee.rb
603
621
  - spec/dummy_app/db/schema.rb
604
622
  - spec/dummy_app/db/test.sqlite3
605
623
  - spec/dummy_app/log/development.log
@@ -911,6 +929,7 @@ files:
911
929
  - spec/dummy_app/tmp/cache/assets/test/sass/dacfd9c3953b41ace4d8fe1afd7b6ca0584d6004/bootstrap.scssc
912
930
  - spec/dummy_app/tmp/cache/assets/test/sass/dacfd9c3953b41ace4d8fe1afd7b6ca0584d6004/responsive.scssc
913
931
  - spec/dummy_app/tmp/cache/assets/test/sass/f31185238ced2f85aef3331b2fccaf2065e3231a/select2.css.erbc
932
+ - spec/dummy_app/tmp/cache/assets/test/sprockets/0006b869e74d698c8b4e140f70f87b90
914
933
  - spec/dummy_app/tmp/cache/assets/test/sprockets/00241a7292d851bac376d0f0957e63ff
915
934
  - spec/dummy_app/tmp/cache/assets/test/sprockets/003e285de7c62692a9fe3b8f50902380
916
935
  - spec/dummy_app/tmp/cache/assets/test/sprockets/0104c964a4f56bb5b2899a07f10af9f9
@@ -931,9 +950,12 @@ files:
931
950
  - spec/dummy_app/tmp/cache/assets/test/sprockets/2aac860bfb56742949faa12d706267d0
932
951
  - spec/dummy_app/tmp/cache/assets/test/sprockets/2c8963580cbc47dc28cbed8da42f84ca
933
952
  - spec/dummy_app/tmp/cache/assets/test/sprockets/2cc54b227549bd5df491930580a8bc64
953
+ - spec/dummy_app/tmp/cache/assets/test/sprockets/2d71a2a9ba73844a029c993068e478d5
934
954
  - spec/dummy_app/tmp/cache/assets/test/sprockets/2da93a1145941acb52281bece48fe4a3
955
+ - spec/dummy_app/tmp/cache/assets/test/sprockets/2f416db7ec3594c66c478e2c70dc5032
935
956
  - spec/dummy_app/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af
936
957
  - spec/dummy_app/tmp/cache/assets/test/sprockets/30f9c6c7e6c0b1341b38eb1b28f31810
958
+ - spec/dummy_app/tmp/cache/assets/test/sprockets/3202398591e97bce52539e961f5516c4
937
959
  - spec/dummy_app/tmp/cache/assets/test/sprockets/33b864d3cf87bb7e2b39adfa0426f263
938
960
  - spec/dummy_app/tmp/cache/assets/test/sprockets/33d1f9ea25c7b89f2459940d9212a669
939
961
  - spec/dummy_app/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953
@@ -965,6 +987,7 @@ files:
965
987
  - spec/dummy_app/tmp/cache/assets/test/sprockets/63a371041bf7f21fa88e427db780f480
966
988
  - spec/dummy_app/tmp/cache/assets/test/sprockets/63ae6b3d3df541f5fc47dd7722eedffc
967
989
  - spec/dummy_app/tmp/cache/assets/test/sprockets/64888fd16034a8607f962f87418fedb3
990
+ - spec/dummy_app/tmp/cache/assets/test/sprockets/6659113c653e0ca831f730df1b6b0558
968
991
  - spec/dummy_app/tmp/cache/assets/test/sprockets/67bcc3d148c493a1945bc97ef249d81d
969
992
  - spec/dummy_app/tmp/cache/assets/test/sprockets/68378e5dd52f7dedcefab5dd586a99b4
970
993
  - spec/dummy_app/tmp/cache/assets/test/sprockets/6a03a21304c0e62a86f049dbd1bec75d
@@ -979,8 +1002,10 @@ files:
979
1002
  - spec/dummy_app/tmp/cache/assets/test/sprockets/733efb7785d2a5bf99bfabc1e65bc6cc
980
1003
  - spec/dummy_app/tmp/cache/assets/test/sprockets/7398227d5d76926ebb4eefd0f60a8682
981
1004
  - spec/dummy_app/tmp/cache/assets/test/sprockets/766f9ac65b372adfffbc20fc3c11787d
1005
+ - spec/dummy_app/tmp/cache/assets/test/sprockets/780412261881a814294a5333a4a042d2
982
1006
  - spec/dummy_app/tmp/cache/assets/test/sprockets/780aca8465b079da370475ddc33153c8
983
1007
  - spec/dummy_app/tmp/cache/assets/test/sprockets/78107b4418a915310b877f2476a86c6b
1008
+ - spec/dummy_app/tmp/cache/assets/test/sprockets/7af866e59b2c1fec401995dbceaf6e72
984
1009
  - spec/dummy_app/tmp/cache/assets/test/sprockets/7bc5f8b1be235cc1cc912f2ce07b3575
985
1010
  - spec/dummy_app/tmp/cache/assets/test/sprockets/7c4325d5e7ed475316bc2f09f5a8426b
986
1011
  - spec/dummy_app/tmp/cache/assets/test/sprockets/7d3a0d4123a39f727d17b424cb809172
@@ -993,6 +1018,7 @@ files:
993
1018
  - spec/dummy_app/tmp/cache/assets/test/sprockets/84dd8d2de6f42c1106c041b3af94a8b2
994
1019
  - spec/dummy_app/tmp/cache/assets/test/sprockets/84ed3d82ea61013675e915122c957247
995
1020
  - spec/dummy_app/tmp/cache/assets/test/sprockets/8589169f6c1a9ee8a6467dd57394aa1c
1021
+ - spec/dummy_app/tmp/cache/assets/test/sprockets/8618734b87c2e32d68b15881891d9286
996
1022
  - spec/dummy_app/tmp/cache/assets/test/sprockets/887d9742047f5e9c5eceaf910c77a1de
997
1023
  - spec/dummy_app/tmp/cache/assets/test/sprockets/8a577fda2de89b9bee8e3e3edff1e493
998
1024
  - spec/dummy_app/tmp/cache/assets/test/sprockets/8c2ee669e9cd5c095f2f4ff75d814907
@@ -1001,6 +1027,7 @@ files:
1001
1027
  - spec/dummy_app/tmp/cache/assets/test/sprockets/93a7167bf36c621d305a9481e3d25bce
1002
1028
  - spec/dummy_app/tmp/cache/assets/test/sprockets/9492d6e391e59a3b1fe0926011514606
1003
1029
  - spec/dummy_app/tmp/cache/assets/test/sprockets/98797413746006678e6718e2fc0072e3
1030
+ - spec/dummy_app/tmp/cache/assets/test/sprockets/9b856b2df0d8b82ecd548aebe2c5268f
1004
1031
  - spec/dummy_app/tmp/cache/assets/test/sprockets/a5e7024917f7c6b419ab0cdf38e72e6b
1005
1032
  - spec/dummy_app/tmp/cache/assets/test/sprockets/a61f72bcd625cc47886c1928cd35055c
1006
1033
  - spec/dummy_app/tmp/cache/assets/test/sprockets/a6fad88c8628b92fa21b43b1aa76cf7d
@@ -1019,6 +1046,7 @@ files:
1019
1046
  - spec/dummy_app/tmp/cache/assets/test/sprockets/bf5d63f847739999ed7724f45d7593d5
1020
1047
  - spec/dummy_app/tmp/cache/assets/test/sprockets/c0ba2663731f9ebc0224d9c3fa57dd5d
1021
1048
  - spec/dummy_app/tmp/cache/assets/test/sprockets/c1248b471da8a4a819a68eb0af3dc103
1049
+ - spec/dummy_app/tmp/cache/assets/test/sprockets/c174814b8349dc263c8f65404949e933
1022
1050
  - spec/dummy_app/tmp/cache/assets/test/sprockets/c2266d7fe9597848b5baa3b118ada4f4
1023
1051
  - spec/dummy_app/tmp/cache/assets/test/sprockets/c38e7994f800531bc12b23135523c6b3
1024
1052
  - spec/dummy_app/tmp/cache/assets/test/sprockets/c3eaaf0a21b3dfc3c3a607a6ad16ddca
@@ -1027,6 +1055,7 @@ files:
1027
1055
  - spec/dummy_app/tmp/cache/assets/test/sprockets/c60717cd75961085cbfaed1b3db6f6af
1028
1056
  - spec/dummy_app/tmp/cache/assets/test/sprockets/c79787636fbf28ee3ffd89edf5669d75
1029
1057
  - spec/dummy_app/tmp/cache/assets/test/sprockets/c81f70729312f8cfffb2fa682afd6a39
1058
+ - spec/dummy_app/tmp/cache/assets/test/sprockets/c81fa603414eab811f5a75f5be6fc7a0
1030
1059
  - spec/dummy_app/tmp/cache/assets/test/sprockets/c9487d16cf2ce7367963c017d1732be2
1031
1060
  - spec/dummy_app/tmp/cache/assets/test/sprockets/caef372e0b0efd371eb93602c2ba72b6
1032
1061
  - spec/dummy_app/tmp/cache/assets/test/sprockets/ce095fdd19d87bdedf6f29dedc5f8be2
@@ -1037,6 +1066,8 @@ files:
1037
1066
  - spec/dummy_app/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6
1038
1067
  - spec/dummy_app/tmp/cache/assets/test/sprockets/d82b7d635f85356c0e82b32ba4c6a4aa
1039
1068
  - spec/dummy_app/tmp/cache/assets/test/sprockets/d92dd66f936d3a75c863b72e2b27115d
1069
+ - spec/dummy_app/tmp/cache/assets/test/sprockets/dbc50e82415d51f2497fbc2dc1983bc2
1070
+ - spec/dummy_app/tmp/cache/assets/test/sprockets/dcaf58e5c22740a96f5f349888c4cc6f
1040
1071
  - spec/dummy_app/tmp/cache/assets/test/sprockets/df4353ad516c274a84e9ccb80b30a3ac
1041
1072
  - spec/dummy_app/tmp/cache/assets/test/sprockets/e1cbb636d734b1c62f30f4f238c9662a
1042
1073
  - spec/dummy_app/tmp/cache/assets/test/sprockets/e21995a68b298fb3743da07cc42cecc6
@@ -1046,6 +1077,7 @@ files:
1046
1077
  - spec/dummy_app/tmp/cache/assets/test/sprockets/e6548eae94b88a5488902e756cb0b8a8
1047
1078
  - spec/dummy_app/tmp/cache/assets/test/sprockets/e6af1f885ff81245d4ada1412fda047b
1048
1079
  - spec/dummy_app/tmp/cache/assets/test/sprockets/eadf6b627f39c82d965368dd440557c3
1080
+ - spec/dummy_app/tmp/cache/assets/test/sprockets/ed9f6df23839a0fd1983de2fcda43c5c
1049
1081
  - spec/dummy_app/tmp/cache/assets/test/sprockets/ef24895902c6875e7b5476d9d73d8e6b
1050
1082
  - spec/dummy_app/tmp/cache/assets/test/sprockets/f0906a63ce8aa3885ea12f7b2e04b203
1051
1083
  - spec/dummy_app/tmp/cache/assets/test/sprockets/f30c986d0368baf246d16a5a9baf0a3a
@@ -1137,6 +1169,7 @@ files:
1137
1169
  - spec/dummy_app/tmp/capybara/capybara-201312271530093771347047.html
1138
1170
  - spec/dummy_app/tmp/capybara/capybara-201312271547306806749083.html
1139
1171
  - spec/dummy_app/tmp/capybara/capybara-201312271547354314836403.html
1172
+ - spec/dummy_app/tmp/capybara/capybara-201312292242327883099760.html
1140
1173
  - spec/integration/basic/bulk_edit/basepack_basic_bulk_edit_spec.rb
1141
1174
  - spec/integration/basic/create/basepack_basic_create_spec.rb
1142
1175
  - spec/integration/basic/destroy/basepack_basic_destroy_spec.rb
@@ -1179,6 +1212,7 @@ test_files:
1179
1212
  - spec/support/devise.rb
1180
1213
  - spec/support/basepack_helper.rb
1181
1214
  - spec/dummy_app/db/migrate/20131204163517_create_tasks.rb
1215
+ - spec/dummy_app/db/migrate/20140117153133_add_phone_to_employee.rb
1182
1216
  - spec/dummy_app/db/migrate/20131220193113_add_title_to_employees.rb
1183
1217
  - spec/dummy_app/db/migrate/20131213193133_create_projects.rb
1184
1218
  - spec/dummy_app/db/migrate/20131213195422_change_tasks_associations.rb
@@ -1509,10 +1543,12 @@ test_files:
1509
1543
  - spec/dummy_app/tmp/cache/assets/test/sprockets/2da93a1145941acb52281bece48fe4a3
1510
1544
  - spec/dummy_app/tmp/cache/assets/test/sprockets/eadf6b627f39c82d965368dd440557c3
1511
1545
  - spec/dummy_app/tmp/cache/assets/test/sprockets/f4d2c43148f3ab92536c07cb05df0a4c
1546
+ - spec/dummy_app/tmp/cache/assets/test/sprockets/dbc50e82415d51f2497fbc2dc1983bc2
1512
1547
  - spec/dummy_app/tmp/cache/assets/test/sprockets/11eff350cf9d6699fa472a8cc51a5ae4
1513
1548
  - spec/dummy_app/tmp/cache/assets/test/sprockets/4fc760e501c018ae614b48f11d1d291a
1514
1549
  - spec/dummy_app/tmp/cache/assets/test/sprockets/733efb7785d2a5bf99bfabc1e65bc6cc
1515
1550
  - spec/dummy_app/tmp/cache/assets/test/sprockets/83e117043b923d0d16ab464274ae7761
1551
+ - spec/dummy_app/tmp/cache/assets/test/sprockets/2d71a2a9ba73844a029c993068e478d5
1516
1552
  - spec/dummy_app/tmp/cache/assets/test/sprockets/33b864d3cf87bb7e2b39adfa0426f263
1517
1553
  - spec/dummy_app/tmp/cache/assets/test/sprockets/5a723f838e928f8525dbfe097421bcc5
1518
1554
  - spec/dummy_app/tmp/cache/assets/test/sprockets/4fb84f030762485b5f9e956b5185da20
@@ -1523,6 +1559,7 @@ test_files:
1523
1559
  - spec/dummy_app/tmp/cache/assets/test/sprockets/e545f687f3a940a17b49b971b4133c0c
1524
1560
  - spec/dummy_app/tmp/cache/assets/test/sprockets/2aac860bfb56742949faa12d706267d0
1525
1561
  - spec/dummy_app/tmp/cache/assets/test/sprockets/98797413746006678e6718e2fc0072e3
1562
+ - spec/dummy_app/tmp/cache/assets/test/sprockets/2f416db7ec3594c66c478e2c70dc5032
1526
1563
  - spec/dummy_app/tmp/cache/assets/test/sprockets/5e2af01867b50ec9e726fc860497c77f
1527
1564
  - spec/dummy_app/tmp/cache/assets/test/sprockets/38b637f41c9bd27a51de4b1762a73647
1528
1565
  - spec/dummy_app/tmp/cache/assets/test/sprockets/003e285de7c62692a9fe3b8f50902380
@@ -1544,11 +1581,15 @@ test_files:
1544
1581
  - spec/dummy_app/tmp/cache/assets/test/sprockets/827c7c505cb992c5d964bcbc2fc423d7
1545
1582
  - spec/dummy_app/tmp/cache/assets/test/sprockets/72b128fc6f546bdd9b63f28a930e6f63
1546
1583
  - spec/dummy_app/tmp/cache/assets/test/sprockets/8a577fda2de89b9bee8e3e3edff1e493
1584
+ - spec/dummy_app/tmp/cache/assets/test/sprockets/c174814b8349dc263c8f65404949e933
1547
1585
  - spec/dummy_app/tmp/cache/assets/test/sprockets/6a03a21304c0e62a86f049dbd1bec75d
1548
1586
  - spec/dummy_app/tmp/cache/assets/test/sprockets/508c14fe1a15ea3e34224307aac6225d
1549
1587
  - spec/dummy_app/tmp/cache/assets/test/sprockets/7e17604cb69365b9c04ab2bdab5e1883
1550
1588
  - spec/dummy_app/tmp/cache/assets/test/sprockets/184efa29626c6b13fd6f290830370818
1551
1589
  - spec/dummy_app/tmp/cache/assets/test/sprockets/3f30325451dfb42de8d8ed9a9c084659
1590
+ - spec/dummy_app/tmp/cache/assets/test/sprockets/8618734b87c2e32d68b15881891d9286
1591
+ - spec/dummy_app/tmp/cache/assets/test/sprockets/0006b869e74d698c8b4e140f70f87b90
1592
+ - spec/dummy_app/tmp/cache/assets/test/sprockets/c81fa603414eab811f5a75f5be6fc7a0
1552
1593
  - spec/dummy_app/tmp/cache/assets/test/sprockets/7d7323f314bbd56742b63fbb33245731
1553
1594
  - spec/dummy_app/tmp/cache/assets/test/sprockets/e6af1f885ff81245d4ada1412fda047b
1554
1595
  - spec/dummy_app/tmp/cache/assets/test/sprockets/bf5d63f847739999ed7724f45d7593d5
@@ -1557,6 +1598,7 @@ test_files:
1557
1598
  - spec/dummy_app/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705
1558
1599
  - spec/dummy_app/tmp/cache/assets/test/sprockets/c0ba2663731f9ebc0224d9c3fa57dd5d
1559
1600
  - spec/dummy_app/tmp/cache/assets/test/sprockets/47d3aa8065e6b7e20f718fcd29cb8660
1601
+ - spec/dummy_app/tmp/cache/assets/test/sprockets/780412261881a814294a5333a4a042d2
1560
1602
  - spec/dummy_app/tmp/cache/assets/test/sprockets/ef24895902c6875e7b5476d9d73d8e6b
1561
1603
  - spec/dummy_app/tmp/cache/assets/test/sprockets/0cafd9bc53d49c2cf5e5824a613c234a
1562
1604
  - spec/dummy_app/tmp/cache/assets/test/sprockets/506b60726578735bdb85ff7c0d7fe54e
@@ -1568,6 +1610,7 @@ test_files:
1568
1610
  - spec/dummy_app/tmp/cache/assets/test/sprockets/ff435fd5d18db4f8c1de46245385d286
1569
1611
  - spec/dummy_app/tmp/cache/assets/test/sprockets/a7957c8a663412b3fc916487d9b4fa11
1570
1612
  - spec/dummy_app/tmp/cache/assets/test/sprockets/c3f0b48cfae36a2ddf7176919c338557
1613
+ - spec/dummy_app/tmp/cache/assets/test/sprockets/ed9f6df23839a0fd1983de2fcda43c5c
1571
1614
  - spec/dummy_app/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655
1572
1615
  - spec/dummy_app/tmp/cache/assets/test/sprockets/d82b7d635f85356c0e82b32ba4c6a4aa
1573
1616
  - spec/dummy_app/tmp/cache/assets/test/sprockets/6f83c9939102b4619eabd02111cf327d
@@ -1587,6 +1630,7 @@ test_files:
1587
1630
  - spec/dummy_app/tmp/cache/assets/test/sprockets/a6fad88c8628b92fa21b43b1aa76cf7d
1588
1631
  - spec/dummy_app/tmp/cache/assets/test/sprockets/b8a8c2faf730407b004ec269c26473d7
1589
1632
  - spec/dummy_app/tmp/cache/assets/test/sprockets/704e339f6490098455c0c834c0ba168e
1633
+ - spec/dummy_app/tmp/cache/assets/test/sprockets/dcaf58e5c22740a96f5f349888c4cc6f
1590
1634
  - spec/dummy_app/tmp/cache/assets/test/sprockets/ce1b44d8727c41febfc3a96f9bd00599
1591
1635
  - spec/dummy_app/tmp/cache/assets/test/sprockets/2cc54b227549bd5df491930580a8bc64
1592
1636
  - spec/dummy_app/tmp/cache/assets/test/sprockets/f0906a63ce8aa3885ea12f7b2e04b203
@@ -1609,8 +1653,11 @@ test_files:
1609
1653
  - spec/dummy_app/tmp/cache/assets/test/sprockets/7c4325d5e7ed475316bc2f09f5a8426b
1610
1654
  - spec/dummy_app/tmp/cache/assets/test/sprockets/1c50d4281907563387028ba86a066d3c
1611
1655
  - spec/dummy_app/tmp/cache/assets/test/sprockets/26576898fc49833696cd3f3fb7eccf95
1656
+ - spec/dummy_app/tmp/cache/assets/test/sprockets/6659113c653e0ca831f730df1b6b0558
1612
1657
  - spec/dummy_app/tmp/cache/assets/test/sprockets/57ca51d3b9c0dca90847bde786647ed9
1613
1658
  - spec/dummy_app/tmp/cache/assets/test/sprockets/b563282525ff9ba52595f00de0175716
1659
+ - spec/dummy_app/tmp/cache/assets/test/sprockets/3202398591e97bce52539e961f5516c4
1660
+ - spec/dummy_app/tmp/cache/assets/test/sprockets/9b856b2df0d8b82ecd548aebe2c5268f
1614
1661
  - spec/dummy_app/tmp/cache/assets/test/sprockets/ce57fab3414f0fb0fd0dec0214b04d2f
1615
1662
  - spec/dummy_app/tmp/cache/assets/test/sprockets/a5e7024917f7c6b419ab0cdf38e72e6b
1616
1663
  - spec/dummy_app/tmp/cache/assets/test/sprockets/5e2ab7bcc69360d652fafb3fbc63c5a3
@@ -1630,6 +1677,7 @@ test_files:
1630
1677
  - spec/dummy_app/tmp/cache/assets/test/sprockets/84dd8d2de6f42c1106c041b3af94a8b2
1631
1678
  - spec/dummy_app/tmp/cache/assets/test/sprockets/ae79cf81961bd21d204095a53ad08acd
1632
1679
  - spec/dummy_app/tmp/cache/assets/test/sprockets/abe5d0ed7bfa91ab738920f1d07df4c6
1680
+ - spec/dummy_app/tmp/cache/assets/test/sprockets/7af866e59b2c1fec401995dbceaf6e72
1633
1681
  - spec/dummy_app/tmp/cache/assets/test/sprockets/72c1561e683cf672ae85824865c551ea
1634
1682
  - spec/dummy_app/tmp/cache/assets/test/sprockets/3c4ff97255336da127cbcb0caf6e3015
1635
1683
  - spec/dummy_app/tmp/cache/assets/test/sprockets/11bce97ed3034e6e70d23980be846e97
@@ -1710,6 +1758,7 @@ test_files:
1710
1758
  - spec/dummy_app/tmp/capybara/capybara-201312271426108301688471.html
1711
1759
  - spec/dummy_app/tmp/capybara/capybara-201312271528279956840950.html
1712
1760
  - spec/dummy_app/tmp/capybara/capybara-201312162053292250254476.html
1761
+ - spec/dummy_app/tmp/capybara/capybara-201312292242327883099760.html
1713
1762
  - spec/dummy_app/tmp/capybara/capybara-201312271514318217955735.html
1714
1763
  - spec/dummy_app/tmp/capybara/capybara-201312271415367683301637.html
1715
1764
  - spec/dummy_app/tmp/capybara/capybara-201312271420132522546597.html
@@ -1763,10 +1812,12 @@ test_files:
1763
1812
  - spec/dummy_app/app/controllers/employee_with_nesteds_controller.rb
1764
1813
  - spec/dummy_app/app/controllers/positions_controller.rb
1765
1814
  - spec/dummy_app/app/controllers/projects_controller.rb
1815
+ - spec/dummy_app/app/controllers/employee_with_destroyable_nesteds_controller.rb
1766
1816
  - spec/dummy_app/app/controllers/application_controller.rb
1767
1817
  - spec/dummy_app/app/controllers/skills_controller.rb
1768
1818
  - spec/dummy_app/app/controllers/users_controller.rb
1769
1819
  - spec/dummy_app/app/helpers/application_helper.rb
1820
+ - spec/dummy_app/app/models/employee_with_destroyable_nested.rb
1770
1821
  - spec/dummy_app/app/models/position.rb
1771
1822
  - spec/dummy_app/app/models/ability.rb
1772
1823
  - spec/dummy_app/app/models/employee_with_nested.rb