one-for-all-framework 2.0.0 → 3.0.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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: one-for-all-framework
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 3.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ishikawa Uta
@@ -188,22 +188,28 @@ files:
188
188
  - app/controllers/api_controller.rb
189
189
  - app/controllers/application_controller.rb
190
190
  - app/controllers/auth_controller.rb
191
+ - app/controllers/cart_controller.rb
191
192
  - app/controllers/dashboard_controller.rb
192
193
  - app/controllers/pages_controller.rb
193
194
  - app/controllers/posts_controller.rb
195
+ - app/controllers/products_controller.rb
194
196
  - app/controllers/projects_controller.rb
195
197
  - app/helpers/cloudinary_helper.rb
196
198
  - app/middleware/auth_middleware.rb
197
199
  - app/middleware/csrf_middleware.rb
198
200
  - app/models/page.rb
199
201
  - app/models/post.rb
202
+ - app/models/product.rb
200
203
  - app/models/project.rb
201
204
  - app/models/user.rb
202
205
  - app/views/blog_home.erb
206
+ - app/views/cart_index.erb
203
207
  - app/views/cms/pages_form.erb
204
208
  - app/views/cms/pages_index.erb
205
209
  - app/views/cms/posts_form.erb
206
210
  - app/views/cms/posts_index.erb
211
+ - app/views/cms/products_form.erb
212
+ - app/views/cms/products_index.erb
207
213
  - app/views/cms/projects_form.erb
208
214
  - app/views/cms/projects_index.erb
209
215
  - app/views/dashboard.erb
@@ -216,6 +222,8 @@ files:
216
222
  - app/views/portfolio.erb
217
223
  - app/views/post.erb
218
224
  - app/views/posts/hello_world.erb
225
+ - app/views/product_show.erb
226
+ - app/views/products_index.erb
219
227
  - app/views/project.erb
220
228
  - bin/ofa
221
229
  - config.eks
@@ -229,6 +237,7 @@ files:
229
237
  - config/routes.rb
230
238
  - db/data.sqlite3
231
239
  - db/development.sqlite3
240
+ - db/migrations/20260502000000_create_products.rb
232
241
  - ofa
233
242
  - public/css/cms.css
234
243
  - public/images/logo.jpg