caboose-cms 0.5.5 → 0.5.6
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 +8 -8
 - data/app/assets/javascripts/caboose/model/index_table.js +87 -64
 - data/app/assets/javascripts/caboose/model/index_table_bak.js +709 -0
 - data/app/controllers/caboose/categories_controller.rb +17 -0
 - data/app/controllers/caboose/products_controller.rb +64 -40
 - data/app/models/caboose/product.rb +20 -0
 - data/app/views/caboose/products/admin_index.html.erb +77 -85
 - data/config/routes.rb +42 -39
 - data/lib/caboose/version.rb +1 -1
 - metadata +3 -2
 
    
        data/lib/caboose/version.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: caboose-cms
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0.5. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.5.6
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - William Barry
         
     | 
| 
       8 
8 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       9 
9 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       10 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
     | 
    
         
            -
            date: 2014-10- 
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2014-10-16 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies:
         
     | 
| 
       13 
13 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       14 
14 
     | 
    
         
             
              name: rails
         
     | 
| 
         @@ -287,6 +287,7 @@ files: 
     | 
|
| 
       287 
287 
     | 
    
         
             
            - app/assets/javascripts/caboose/model/bound_time.js
         
     | 
| 
       288 
288 
     | 
    
         
             
            - app/assets/javascripts/caboose/model/class.js
         
     | 
| 
       289 
289 
     | 
    
         
             
            - app/assets/javascripts/caboose/model/index_table.js
         
     | 
| 
      
 290 
     | 
    
         
            +
            - app/assets/javascripts/caboose/model/index_table_bak.js
         
     | 
| 
       290 
291 
     | 
    
         
             
            - app/assets/javascripts/caboose/model/model.js
         
     | 
| 
       291 
292 
     | 
    
         
             
            - app/assets/javascripts/caboose/model/model_binder.js
         
     | 
| 
       292 
293 
     | 
    
         
             
            - app/assets/javascripts/caboose/model/pager.js
         
     |