be wagon sync production -v
Torey Heinz
committed Jul 03, 2018
commit dd6ca1b3fb59da7927fd523e2dc9b42d376bf611
Showing 40
changed files with
254 additions
and 225 deletions
Gemfile
+3
-22
| @@ | @@ -1,24 +1,5 @@ |
| source 'https://rubygems.org' | |
| - | gem 'locomotivecms_wagon', '~> 2.2.0' |
| - | |
| - | gem 'guard-livereload', '~> 2.5.1' |
| - | |
| - | group :development do |
| - | # Mac OS X |
| - | gem 'rb-fsevent', '~> 0.9.1', require: 'rb-fsevent' if RUBY_PLATFORM.include?('darwin') |
| - | |
| - | # Unix |
| - | gem 'therubyracer', require: 'v8', platforms: :ruby unless RUBY_PLATFORM.include?('darwin') |
| - | |
| - | gem 'rb-inotify', '~> 0.9', require: 'rb-inotify' if RUBY_PLATFORM.include?('linux') |
| - | |
| - | # Windows |
| - | gem 'wdm', '~> 0.1.1', require: 'wdm' if RUBY_PLATFORM =~ /mswin|mingw/i |
| - | end |
| - | |
| - | group :misc do |
| - | # Add your extra gems here |
| - | # gem 'susy', require: 'susy' |
| - | # gem 'bourbon', require: 'bourbon' |
| - | end |
| + | gem 'locomotivecms_wagon' |
| + | gem 'guard-livereload' |
| + | gem 'foreman' |
Gemfile.lock
+93
-84
| @@ | @@ -2,7 +2,7 @@ GEM |
| remote: https://rubygems.org/ | |
| specs: | |
| RedCloth (4.3.2) | |
| - | activesupport (4.2.9) |
| + | activesupport (4.2.10) |
| i18n (~> 0.7) | |
| minitest (~> 5.1) | |
| thread_safe (~> 0.3, >= 0.3.4) | |
| @@ | @@ -10,10 +10,11 @@ GEM |
| addressable (2.5.2) | |
| public_suffix (>= 2.0.2, < 4.0) | |
| attr_extras (4.4.0) | |
| - | autoprefixer-rails (6.3.3.1) |
| + | autoprefixer-rails (6.7.7.2) |
| execjs | |
| + | bcrypt (3.1.12) |
| chronic (0.10.2) | |
| - | chunky_png (1.3.8) |
| + | chunky_png (1.3.10) |
| coderay (1.1.2) | |
| coffee-script (2.4.1) | |
| coffee-script-source | |
| @@ | @@ -33,30 +34,32 @@ GEM |
| compass-import-once (1.0.5) | |
| sass (>= 3.2, < 3.5) | |
| concurrent-ruby (1.0.5) | |
| - | crass (1.0.2) |
| - | daemons (1.2.4) |
| - | dragonfly (1.0.12) |
| + | crass (1.0.4) |
| + | daemons (1.2.6) |
| + | dragonfly (1.1.5) |
| addressable (~> 2.3) | |
| multi_json (~> 1.0) | |
| - | rack (>= 1.3.0) |
| - | duktape (1.3.0.6) |
| + | rack (>= 1.3) |
| + | duktape (1.6.1.0) |
| em-websocket (0.5.1) | |
| eventmachine (>= 0.12.9) | |
| http_parser.rb (~> 0.6.0) | |
| - | eventmachine (1.2.5) |
| + | eventmachine (1.2.7) |
| execjs (2.7.0) | |
| - | faker (1.8.4) |
| - | i18n (~> 0.5) |
| - | faraday (0.9.2) |
| + | faker (1.8.7) |
| + | i18n (>= 0.7) |
| + | faraday (0.11.0) |
| multipart-post (>= 1.2, < 3) | |
| - | faraday_middleware (0.10.1) |
| + | faraday_middleware (0.11.0.1) |
| faraday (>= 0.7.4, < 1.0) | |
| - | ffi (1.9.18) |
| + | ffi (1.9.25) |
| + | foreman (0.85.0) |
| + | thor (~> 0.19.1) |
| formatador (0.2.5) | |
| - | guard (2.14.1) |
| + | guard (2.14.2) |
| formatador (>= 0.2.4) | |
| listen (>= 2.7, < 4.0) | |
| - | lumberjack (~> 1.0) |
| + | lumberjack (>= 1.0.12, < 2.0) |
| nenv (~> 0.1) | |
| notiffany (~> 0.0) | |
| pry (>= 0.9.12) | |
| @@ | @@ -71,134 +74,140 @@ GEM |
| haml (4.0.7) | |
| tilt | |
| http_parser.rb (0.6.0) | |
| - | httparty (0.13.7) |
| - | json (~> 1.8) |
| + | httparty (0.15.7) |
| multi_xml (>= 0.5.2) | |
| - | httpclient (2.7.2) |
| - | i18n (0.8.6) |
| - | json (1.8.6) |
| - | kramdown (1.10.0) |
| - | listen (3.0.8) |
| + | httpclient (2.8.3) |
| + | i18n (0.9.5) |
| + | concurrent-ruby (~> 1.0) |
| + | kramdown (1.16.2) |
| + | listen (3.1.5) |
| rb-fsevent (~> 0.9, >= 0.9.4) | |
| rb-inotify (~> 0.9, >= 0.9.7) | |
| + | ruby_dep (~> 1.2) |
| locomotivecms-liquid (4.0.0) | |
| locomotivecms-solid (4.0.1) | |
| locomotivecms-liquid (~> 4.0.0) | |
| - | locomotivecms_coal (1.3.0) |
| - | activesupport (~> 4.2.6) |
| - | faraday (~> 0.9.1) |
| - | faraday_middleware (~> 0.10.0) |
| - | httpclient (~> 2.7.1) |
| + | locomotivecms_coal (1.4.0) |
| + | activesupport (~> 4.2.8) |
| + | faraday (~> 0.11.0) |
| + | faraday_middleware (~> 0.11.0.1) |
| + | httpclient (~> 2.8.3) |
| locomotivecms_common (0.2.0) | |
| activesupport (~> 4.2.6) | |
| attr_extras (~> 4.4.0) | |
| colorize | |
| stringex (~> 2.6.0) | |
| - | locomotivecms_steam (1.2.1) |
| + | locomotivecms_steam (1.3.0) |
| RedCloth (~> 4.3.2) | |
| - | autoprefixer-rails (~> 6.3.3.1) |
| + | autoprefixer-rails (~> 6.7.2) |
| + | bcrypt (~> 3.1.11) |
| chronic (~> 0.10.2) | |
| coffee-script (~> 2.4.1) | |
| compass (~> 1.0.3) | |
| - | dragonfly (~> 1.0.12) |
| - | duktape (~> 1.3.0.6) |
| - | httparty (~> 0.13.6) |
| - | kramdown (~> 1.10.0) |
| + | dragonfly (~> 1.1.4) |
| + | duktape (~> 1.6.1.0) |
| + | httparty (~> 0.15.6) |
| + | kramdown (~> 1.16.2) |
| locomotivecms-solid (~> 4.0.1) | |
| locomotivecms_common (~> 0.2.0) | |
| - | mime-types (~> 2.6.1) |
| + | mime-types (~> 3.1.0) |
| mimetype-fu (~> 0.1.2) | |
| - | moneta (~> 0.8.0) |
| + | moneta (~> 1.0.0) |
| morphine (~> 0.1.1) | |
| - | nokogiri (~> 1.6.8) |
| - | pony (~> 1.11) |
| - | rack-cache (~> 1.6.1) |
| + | nokogiri (~> 1.8.1) |
| + | pony (~> 1.12) |
| + | rack-cache (~> 1.7.0) |
| rack-rewrite (~> 1.5.1) | |
| - | rack_csrf (~> 2.5.0) |
| - | sanitize (~> 4.0.1) |
| - | sass (~> 3.4.21) |
| - | sprockets (~> 3.5.2) |
| - | locomotivecms_wagon (2.2.0) |
| + | rack_csrf (~> 2.6.0) |
| + | sanitize (~> 4.5.0) |
| + | sass (~> 3.4.25) |
| + | sprockets (~> 3.7.1) |
| + | uglifier (~> 4.1.3) |
| + | locomotivecms_wagon (2.3.0) |
| faker (~> 1.6) | |
| haml (~> 4.0.7) | |
| - | listen (~> 3.0.4) |
| - | locomotivecms_coal (~> 1.3.0) |
| + | listen (~> 3.1.5) |
| + | locomotivecms_coal (~> 1.4.0) |
| locomotivecms_common (~> 0.2.0) | |
| - | locomotivecms_steam (~> 1.2.0) |
| - | netrc (~> 0.10.3) |
| + | locomotivecms_steam (~> 1.3.0) |
| + | netrc (~> 0.11.0) |
| rack-livereload (~> 0.3.16) | |
| - | rubyzip (~> 1.1.7) |
| - | thin (~> 1.6.3) |
| - | thor (~> 0.19.1) |
| - | yui-compressor (~> 0.12.0) |
| - | lumberjack (1.0.12) |
| - | mail (2.6.6) |
| - | mime-types (>= 1.16, < 4) |
| - | method_source (0.8.2) |
| - | mime-types (2.6.2) |
| + | rubyzip (~> 1.2.1) |
| + | thin (~> 1.7.0) |
| + | thor (~> 0.19.4) |
| + | lumberjack (1.0.13) |
| + | mail (2.7.0) |
| + | mini_mime (>= 0.1.1) |
| + | method_source (0.9.0) |
| + | mime-types (3.1) |
| + | mime-types-data (~> 3.2015) |
| + | mime-types-data (3.2016.0521) |
| mimetype-fu (0.1.2) | |
| - | mini_portile2 (2.1.0) |
| - | minitest (5.10.3) |
| - | moneta (0.8.1) |
| + | mini_mime (1.0.0) |
| + | mini_portile2 (2.3.0) |
| + | minitest (5.11.3) |
| + | moneta (1.0.0) |
| morphine (0.1.1) | |
| - | multi_json (1.12.2) |
| + | multi_json (1.13.1) |
| multi_xml (0.6.0) | |
| multipart-post (2.0.0) | |
| nenv (0.3.0) | |
| - | netrc (0.10.3) |
| - | nokogiri (1.6.8.1) |
| - | mini_portile2 (~> 2.1.0) |
| + | netrc (0.11.0) |
| + | nokogiri (1.8.3) |
| + | mini_portile2 (~> 2.3.0) |
| nokogumbo (1.4.13) | |
| nokogiri | |
| notiffany (0.1.1) | |
| nenv (~> 0.1) | |
| shellany (~> 0.0) | |
| - | pony (1.11) |
| + | pony (1.12) |
| mail (>= 2.0) | |
| - | pry (0.11.0) |
| + | pry (0.11.3) |
| coderay (~> 1.1.0) | |
| - | method_source (~> 0.8.1) |
| - | public_suffix (3.0.0) |
| - | rack (1.6.8) |
| - | rack-cache (1.6.1) |
| + | method_source (~> 0.9.0) |
| + | public_suffix (3.0.2) |
| + | rack (2.0.5) |
| + | rack-cache (1.7.2) |
| rack (>= 0.4) | |
| - | rack-livereload (0.3.16) |
| + | rack-livereload (0.3.17) |
| rack | |
| rack-rewrite (1.5.1) | |
| - | rack_csrf (2.5.0) |
| + | rack_csrf (2.6.0) |
| rack (>= 1.1.0) | |
| - | rb-fsevent (0.9.8) |
| + | rb-fsevent (0.10.3) |
| rb-inotify (0.9.10) | |
| ffi (>= 0.5.0, < 2) | |
| - | rubyzip (1.1.7) |
| - | sanitize (4.0.1) |
| + | ruby_dep (1.5.0) |
| + | rubyzip (1.2.1) |
| + | sanitize (4.5.0) |
| crass (~> 1.0.2) | |
| nokogiri (>= 1.4.4) | |
| nokogumbo (~> 1.4.1) | |
| sass (3.4.25) | |
| shellany (0.0.1) | |
| - | sprockets (3.5.2) |
| + | sprockets (3.7.2) |
| concurrent-ruby (~> 1.0) | |
| rack (> 1, < 3) | |
| stringex (2.6.1) | |
| - | thin (1.6.4) |
| + | thin (1.7.2) |
| daemons (~> 1.0, >= 1.0.9) | |
| eventmachine (~> 1.0, >= 1.0.4) | |
| - | rack (~> 1.0) |
| + | rack (>= 1, < 3) |
| thor (0.19.4) | |
| thread_safe (0.3.6) | |
| tilt (2.0.8) | |
| - | tzinfo (1.2.3) |
| + | tzinfo (1.2.5) |
| thread_safe (~> 0.1) | |
| - | yui-compressor (0.12.0) |
| + | uglifier (4.1.14) |
| + | execjs (>= 0.3.0, < 3) |
| PLATFORMS | |
| ruby | |
| DEPENDENCIES | |
| - | guard-livereload (~> 2.5.1) |
| - | locomotivecms_wagon (~> 2.2.0) |
| - | rb-fsevent (~> 0.9.1) |
| + | foreman |
| + | guard-livereload |
| + | locomotivecms_wagon |
| BUNDLED WITH | |
| - | 1.16.0.pre.2 |
| + | 1.16.2 |
app/views/pages/about.liquid
+5
-11
| @@ | @@ -7,17 +7,11 @@ published: true |
| is_layout: false | |
| seo_title: About | |
| editable_elements: | |
| - | main/content: At Choice Castings, we are best in class at providing solutions for |
| - | your casting needs. We work with many quality foundries giving us the opportunity |
| - | to provide you the best choice for your casting requirements. With a firm understanding |
| - | of your critical needs, Choice Castings can work on sourcing solutions, including, |
| - | buying quality parts on time at the right price.<br><br>Choice Castings also has |
| - | an in-depth understanding of foundry operations and what is involved when producing |
| - | quality parts. This enables us to partner with our vendors to ensure they are |
| - | manufacturing quality parts efficiently. Overall, Choice Castings has the ability |
| - | to leverage our position to obtain competitive pricing, quality parts and reliable/on-time |
| - | delivery. This allows you, the customer, the ability to focus on your core business |
| - | and spend your time doing what you do best. |
| + | main/content: "<div>A single supplier capable of meeting needs with ferrous, non-ferrous |
| + | castings and machined components.</div><div><br></div><div>We provide domestic |
| + | and offshore solutions.</div><div><br></div><div>Our focus is on providing quality |
| + | products according to YOUR time table. We offer options of Consignment or |
| + | Expediting to assure your demands are met.</div>" |
| main/heading: Choice Castings | |
| --- | |
| {% extends "layouts/application" %} | |
| \ No newline at end of file | |
app/views/pages/index.liquid
+0
-1
| @@ | @@ -11,7 +11,6 @@ editable_elements: |
| <p>Opportunities for Foundries to add regular orders. Industrial and commercial casting solutions. Not just castings or machined parts, or . We provide metal castings when you need them at the price you need.</p> | |
| <p>We focus on know-how, leverage and strategy. To allow you to focus on your manufacturing and sales.</p> | |
| main/heading: How can Choice Castings help you? | |
| - | |
| --- | |
| {% extends 'layouts/application' %} | |
| {% block 'main' %} | |
app/views/pages/materials.liquid
+5
-11
| @@ | @@ -7,16 +7,10 @@ published: true |
| is_layout: false | |
| seo_title: Materials | |
| editable_elements: | |
| - | main/content: <h4>Material Choices</h4><br><a href="http://choicecastings.com">MALLEABLE |
| - | IRON</a><br><br>Industrial Castings. Military Castings. Fittings. Fasteners.<br><br><a |
| - | href="http://choicecastings.com">ALUMINUM</a><br><br>Sand Castings. Permanent |
| - | Mold. Heat Treating. Machining.<br><br><a href="http://choicecastings.com">GRAY |
| - | IRON</a><br><br>Sand Castings. Detailed. Complex. Challenging.<br><br><a href="http://choicecastings.com">STEEL |
| - | (LARGE COMPLEX)</a><br><br>Complex Valves. Complex designs. Cutting edge design |
| - | support. Complete Testing.<br><br><a href="http://choicecastings.com">COPPER</a><br><br>Sand |
| - | Castings. Permanent Mold. Low and High Volume.<br><br><a href="http://choicecastings.com">DUCTILE |
| - | IRON</a><br><br>Large Sand Castings with multiple cores.<br><br><a href="http://choicecastings.com">ZINC</a><br><br>Die |
| - | Castings.<br><br><a href="http://choicecastings.com">STEEL</a><br><br>Investment |
| - | Castings. Carbon, Alloy and Stainless. |
| + | main/content: "<h4>Material Choices</h4><div>We can provide raw or machined ferrous |
| + | and non-ferrous castings produced in most commercially available processes.<br></div><div><br></div><div>We |
| + | also supply CNC and screw machined parts in common and exotic materials for industrial |
| + | use.</div><div><br></div><div>Streamline your Supply Chain with Choice Castings!<br></div>" |
| + | main/heading: '' |
| --- | |
| {% extends "layouts/application" %} | |
| \ No newline at end of file | |
app/views/pages/materials/aluminum.liquid
+7
-9
| @@ | @@ -7,16 +7,14 @@ published: true |
| is_layout: false | |
| seo_title: Aluminum | |
| editable_elements: | |
| - | main/content: <div class="wysiwyg-text-align-right"><strong><img class="wysiwyg-float-right" |
| - | title="Zinc___Aluminum_Die_Cast.jpg" alt="undefined" src="/samples/assets/Zinc___Aluminum_Die_Cast.jpg"></strong></div><div>We |
| - | select casting suppliers based on part size, production volume, and technical |
| - | requirements, making sure that foundries produce according to their capabilities |
| - | and strengths.<br></div><br>Our vendor base produces:<br><ul><li>Sand castings |
| + | main/content: <div><img class="wysiwyg-float-left" title="AL_Casting.jpg" alt="undefined" |
| + | src="/samples/assets/AL_Casting.jpg">We select casting suppliers based on part |
| + | size, production volume, and technical requirements, making sure that foundries |
| + | produce according to their capabilities and strengths.</div><div><br></div><div>Tooling |
| + | is frequently shared with foundries producing parts in differerent metals - efficient |
| + | and seamlessly.<br></div><br>Our vendor base produces:<br><ul><li>Sand castings |
| on manual and automatic horizontal molding lines.<br></li><li>Permanent mold castings | |
| - | up to 100 pounds.<br></li><li>Die castings.<br></li></ul>We frequently organize |
| - | and supply parts that require tooling sharing between different foundries - parts |
| - | that are required in aluminum, brass and/or iron. We make sure this happens efficiently, |
| - | seamlessly and expediently. |
| + | up to 100 pounds.<br></li><li>Die castings.<br></li></ul> |
| main/heading: Aluminum | |
| --- | |
| {% extends "layouts/application" %} | |
| \ No newline at end of file | |
app/views/pages/materials/copper.liquid
+5
-8
| @@ | @@ -7,14 +7,11 @@ published: true |
| is_layout: false | |
| seo_title: Copper | |
| editable_elements: | |
| - | main/content: "<img class=\"wysiwyg-float-right\" title=\"casta.jpg\" alt=\"undefined\" |
| - | src=\"/samples/assets/casta.jpg\"> We supply copper alloys produced in sand and |
| - | permanent mold, including:<ul>\r\n <li>Brass |
| - | <br>\r\n </li>\r\n <li>Aluminum and silicon |
| - | bronze <br>\r\n </li>\r\n <li>High conductivity copper. <br>\r\n |
| - | \ </li>\r\n </ul>Sand castings are produced on squeezer and automatic |
| - | lines. Permanent mold castings allow for fine surfaces and extreme conductivity. |
| - | <br>\r\n <br>We provide tin and silver plating as well as machining and assembly." |
| + | main/content: <div><img class="wysiwyg-float-left" title="Brass_casting.JPG" alt="undefined" |
| + | src="/samples/assets/Brass_casting.JPG">We supply copper alloys produced in sand |
| + | and permanent mold, including:</div><ul><li>Brass</li><li>Aluminum and silicon |
| + | bronze</li><li>High conductivity copper</li></ul><p></p><p></p><p></p><p></p>Sand |
| + | castings are produced on squeezer and automatic lines, machining optional.<br> |
| main/heading: Copper Alloys | |
| --- | |
| {% extends "layouts/application" %} | |
| \ No newline at end of file | |
app/views/pages/materials/ductile-iron.liquid
+1
-1
| @@ | @@ -8,7 +8,7 @@ is_layout: false |
| seo_title: Ductile Iron | |
| editable_elements: | |
| main/content: <img class="wysiwyg-float-right" title="gearbox.jpg" alt="undefined" | |
| - | src="/samples/assets/gearbox.jpg">Large, challenging parts with complex cores |
| + | src="/samples/assets/gearbox-1.jpg">Large, challenging parts with complex cores |
| and wall sections of ¼ inch and up.<br><br>We can help you with ductile iron parts | |
| weighing 10 to 1,000 pounds with annual demand up to 25,000 pieces.<br><br>Our | |
| foundries are modern that reinvest and provide sophisticated services from design | |
app/views/pages/materials/gray-iron.liquid
+4
-6
| @@ | @@ -7,13 +7,11 @@ published: true |
| is_layout: false | |
| seo_title: Gray Iron | |
| editable_elements: | |
| - | main/content: <p class="wysiwyg-text-align-left"><strong><img class="wysiwyg-float-right" |
| - | title="range_box.jpg" alt="undefined" src="/samples/assets/range_box.jpg"></strong></p><p>We |
| + | main/content: <p class="wysiwyg-text-align-justify"><img class="wysiwyg-float-right" |
| + | title="home-images-1.jpg" alt="undefined" src="/samples/assets/home-images-1.jpg">We |
| excel in challenging parts. Small castings with extremely tight tolerances and | |
| - | wall thicknesses below 3mm - or large castings weighing hundreds of pounds and |
| - | containing numerous cores. Hand molding, horizontal production lines, Disamatic.</p><p>Current |
| - | customers manufacture pumps, compressors, transmissions and vehicles on and off |
| - | the road.</p> |
| + | wall thicknesses below 3mm produced on the fastest molding equipment available.</p><p>Current |
| + | customers manufacture pumps, electrical fittings, hand tools and compressors.</p> |
| main/heading: Gray Iron | |
| --- | |
| {% extends "layouts/application" %} | |
| \ No newline at end of file | |
app/views/pages/materials/malleable-iron.liquid
+8
-11
| @@ | @@ -7,17 +7,14 @@ published: true |
| is_layout: false | |
| seo_title: Malleable Iron | |
| editable_elements: | |
| - | main/content: <div class="wysiwyg-text-align-right"><img class="wysiwyg-float-right" |
| - | title="Cast_Thread.jpg" alt="undefined" src="/samples/assets/Cast_Thread.jpg"></div><div>We |
| - | work with the best malleable iron foundries in the world. Malleable iron is used |
| - | wherever fully functional and machinable thin-walled sections are required. Applications |
| - | also include larger products of older design.<br></div><br>Whether domestic supply |
| - | or imports - our partners assure fast delivery of certified product. Our spectrum |
| - | ranges from industrial to military application - ferritic or pearlitic malleable |
| - | iron.<br><br>For high volume applications of parts weighing less than 2 pounds, |
| - | we work with VS, the finest green sand foundry in the world that is able to produce |
| - | cast threads (ACME and NPT as seen herr) and fully weldable alloys.<br><br>For |
| - | lower volumes and larger parts, we source domestically or in some cases in LCC. |
| + | main/content: <div><img class="wysiwyg-float-left" title="11-70-adjustable.jpg" |
| + | alt="undefined" src="/samples/assets/11-70-adjustable.jpg">The ductile iron with |
| + | best machining performance is malleable iron. We work with the best malleable |
| + | iron foundries in the world, producing exceptional fully functional and machinable |
| + | thin-walled sections are required. Applications also include larger products of |
| + | older design.<br></div><br>Whether domestic supply or imports - our partners assure |
| + | fast delivery of certified product. Our spectrum ranges from industrial to military |
| + | application - ferritic or pearlitic malleable iron.<br> |
| main/heading: Malleable Iron | |
| --- | |
| {% extends "layouts/application" %} | |
| \ No newline at end of file | |
app/views/pages/materials/steel.liquid
+6
-4
| @@ | @@ -7,10 +7,12 @@ published: true |
| is_layout: false | |
| seo_title: 'Steel ' | |
| editable_elements: | |
| - | main/content: "<p>We currently provide steel castings made through the lost wax |
| - | process, also known as investment castings. This process is capable of producing |
| - | the tightest tolerances and most exceptional surface quality. Alloys include carbon |
| - | steels, stainless steels and exotic grades.</p><h4><br></h4>" |
| + | main/content: <p><img class="wysiwyg-float-left" title="Investment_Casting.jpg" |
| + | alt="undefined" src="/samples/assets/Investment_Casting.jpg">We currently provide |
| + | steel castings made through the lost wax process, also known as investment castings. |
| + | This process is capable of producing the tightest tolerances and most exceptional |
| + | surface quality. Alloys include carbon steels, stainless steels and many other |
| + | ferrous grades.</p><h4><br></h4> |
| main/heading: Steel (Investment Cast) | |
| --- | |
| {% extends "layouts/application" %} | |
| \ No newline at end of file | |
app/views/pages/materials/zinc.liquid
+5
-6
| @@ | @@ -7,11 +7,10 @@ published: true |
| is_layout: false | |
| seo_title: Zinc | |
| editable_elements: | |
| - | main/content: <img class="wysiwyg-float-right" title="Zinc___Aluminum_Die_Cast.jpg" |
| - | alt="undefined" src="/samples/assets/Zinc___Aluminum_Die_Cast.jpg"><p>High volume |
| - | applications with exceptional surface quality due to die casting process. Small |
| - | to medium size castings. Due to costs of tooling, applications are usually higher |
| - | volumes.</p> |
| - | main/heading: Zinc |
| + | main/content: <p><img class="wysiwyg-float-left" title="Die_casting.jpg" alt="undefined" |
| + | src="/samples/assets/Die_casting.jpg">Mid to High volume applications providing |
| + | exceptional surface quality and precise tolerances. We specialize in program |
| + | management of tooling transfer to our foundries.<br></p> |
| + | main/heading: Al / Zn (Die castings) |
| --- | |
| {% extends "layouts/application" %} | |
| \ No newline at end of file | |
app/views/pages/products.liquid
+2
-1
| @@ | @@ -8,7 +8,8 @@ is_layout: false |
| seo_title: InStock Items | |
| editable_elements: | |
| main/heading: '' | |
| - | main/content: Lorem ipsum |
| + | main/content: <p class="wysiwyg-text-align-center">We supply various engineered |
| + | metal products</p> |
| --- | |
| {% extends "layouts/application" %} | |
| {% block main %} | |
app/views/pages/solutions.liquid
+3
-1
| @@ | @@ -7,6 +7,8 @@ published: true |
| is_layout: false | |
| seo_title: Solutions | |
| editable_elements: | |
| - | main/content: Lorem ipsum |
| + | main/content: We will assure that you get what you need, when you need it and how |
| + | you need it. Provided by one of our quality manufacturing options!<br> |
| + | main/heading: '' |
| --- | |
| {% extends "layouts/application" %} | |
| \ No newline at end of file | |
app/views/pages/solutions/casting-sourcing.liquid
+4
-4
| @@ | @@ -12,10 +12,10 @@ editable_elements: |
| of high quality and competitive sources to produce and machine industrial castings.<br><br>Our | |
| experience and know-how combined with significant buying power with our vendors | |
| assure you of excellent value and exceptional service.<br><br>We provide support | |
| - | in casting design and identify the ideal source to produce each particular casting.<br><br>We |
| - | work with our vendors to assure their needs are being met while meeting your goals, |
| - | whether it is to improve quality, shorten lead-times or reduce pricing.<br><br>We |
| - | look forward to your call or email!<br></p> |
| + | in casting design and identify the ideal source to produce each particular casting |
| + | or machined product.<br><br>We work with our vendors to assure their needs are |
| + | being met while meeting your goals, whether it is to improve quality, shorten |
| + | lead-times or reduce pricing.<br><br>We look forward to your call or email!<br></p> |
| main/heading: Casting Sourcing | |
| --- | |
| {% extends "layouts/application" %} | |
| \ No newline at end of file | |
app/views/pages/solutions/expedited-services.liquid
+4
-2
| @@ | @@ -7,8 +7,10 @@ published: true |
| is_layout: false | |
| seo_title: Expedited Services | |
| editable_elements: | |
| - | main/content: "<p>Most of the time you want to avoid expediting orders, and we can |
| - | help with that too, but when you need fast we can make it happen!<br></p>" |
| + | main/content: "<p>Our standard supply occurs in 2-6 weeks after receipt of order. |
| + | However, we maintain a flexible production schedule that allows opportunities |
| + | to expedite to 1-2 weeks.</p><p>if expediting gets to be the norm, we will fit |
| + | a stocking program to assist your supply.<br></p><p><br></p>" |
| main/heading: Expedited Services | |
| --- | |
| {% extends "layouts/application" %} | |
| \ No newline at end of file | |
app/views/pages/solutions/inventory-management.liquid
+4
-1
| @@ | @@ -7,7 +7,10 @@ published: true |
| is_layout: false | |
| seo_title: Inventory Management | |
| editable_elements: | |
| - | main/content: '' |
| + | main/content: "<p>We make sure to get assure that you receive parts when you receive |
| + | them. This will include:</p><ol><li>Short lead times to produce.</li><li>Expediting |
| + | options.</li><li>Consignment and stocking options.</li></ol><div>We will provide |
| + | solutions to avoid you being out of stock!<br></div>" |
| main/heading: Inventory Management | |
| --- | |
| {% extends "layouts/application" %} | |
| \ No newline at end of file | |
app/views/pages/solutions/offshore-management.liquid
+4
-1
| @@ | @@ -7,7 +7,10 @@ published: true |
| is_layout: false | |
| seo_title: Offshore Management | |
| editable_elements: | |
| - | main/content: '' |
| + | main/content: "<p>We have established supply chains to low cost labor countries.</p><p>Tooling |
| + | is designed and constructed to your specifications.</p><p>To minimize the issues |
| + | with the long lead times, we stock parts at our warehouses or can provide consignment |
| + | options at your preferred locations.<br></p>" |
| main/heading: Offshore Management | |
| --- | |
| {% extends "layouts/application" %} | |
| \ No newline at end of file | |
app/views/pages/solutions/processing-and-performance-simulations.liquid
+6
-6
| @@ | @@ -10,13 +10,13 @@ editable_elements: |
| main/content: "<h4>Processing & Performance Simulations</h4>\r\n<p class=\"wysiwyg-text-align-center\"><img | |
| class=\"wysiwyg-float-right\" title=\"services-simulation2.jpg\" alt=\"undefined\" | |
| src=\"/samples/assets/services-simulation2.jpg\"></p><p>Choice Castings has capability | |
| - | to provide design and development source, which includes complete simulation services.<br><br>Our |
| - | engineers are experienced in casting design and will provide 3D images (seen on |
| - | right in center) and can, upon request, provide manufacturing drawings, depicted |
| - | in the center drawing.<br><br>Finally, we can simulate the physical performance |
| - | of the castings, allowing redesigns and improvements without the need for new |
| - | or modified tooling, which tends to be far more costly and time consuming.<br><br>Provide |
| + | to provide design and development support, which includes complete simulation |
| + | services.<br><br>Our engineers are experienced casting designers and can, upon |
| + | request, provide manufacturing drawings.<br><br>Finally, we can simulate the physical |
| + | performance of the castings, allowing redesigns and improvements prior to building |
| + | tooling, which tends to be far more costly and time consuming.<br><br>Provide |
| us with samples, drawings or digital files - and we can help you design a sound | |
| casting and engineered component.<br></p>" | |
| + | main/heading: '' |
| --- | |
| {% extends "layouts/application" %} | |
| \ No newline at end of file | |
app/views/pages/solutions/quality-assurance.liquid
+4
-1
| @@ | @@ -7,7 +7,10 @@ published: true |
| is_layout: false | |
| seo_title: Quality Assurance | |
| editable_elements: | |
| - | main/content: '' |
| + | main/content: "<p>We have a staff of engineers and metallurgists to solve your supply |
| + | problems.</p><p>We will work closely with your quality and technical personnel |
| + | to fully understand your requirements to assure effective supply without adding |
| + | unnecessary costs.<br></p>" |
| main/heading: Quality Assurance | |
| --- | |
| {% extends "layouts/application" %} | |
| \ No newline at end of file | |
app/views/pages/solutions/supply-planning.liquid
+9
-9
| @@ | @@ -7,15 +7,15 @@ published: true |
| is_layout: false | |
| seo_title: Supply Planning | |
| editable_elements: | |
| - | main/content: "<p>Did a large cast section of your machine break? The part is old |
| - | and you have no idea whom to get in touch with?<br><br>We use the failed component |
| - | to reverse engineer the item or create a 3D file for your approval. We then use |
| - | this data to mill a large block of no-bake sand and pour iron, aluminum or steel.<br><br>This |
| - | can be done usually within two weeks of receipt of order and broken component, |
| - | but we have been known to provide a functional replacement casting within 3 business |
| - | days. And no tooling requirement, saving costs and time.<br><br>Since we mill |
| - | out a large 3' x 2' section of sand, this process is only effective with larger |
| - | castings weighing 10 to 1,000 pounds.<br></p>" |
| + | main/content: <p>Do you only need one or a few functional prototypes and want to |
| + | avoid expensive tooling?</p><p>Did a large cast section of your machine break |
| + | and the part is old and you have no idea whom to get in touch with?<br><br>We |
| + | can reverse engineer or use a 3D file to mill molding sand and pour a casting |
| + | in iron, aluminum or steel.<br><br>This can be done usually within one to two |
| + | weeks of receipt of order and technical detail (broken part, 3D file). And no |
| + | tooling requirement, saving costs and time.<br><br>Since we mill out a large 40" |
| + | by 30" section of sand, this process is most effective with larger castings weighing |
| + | 10 to 1,000 pounds.<br></p> |
| main/heading: Replacement parts without Tooling | |
| --- | |
| {% extends "layouts/application" %} | |
| \ No newline at end of file | |
data/featured_cards.yml
+21
-8
| @@ | @@ -1,18 +1,31 @@ |
| - | - Need Expedited Service?: |
| - | _slug: need-expedited-service |
| - | title: Need Expedited Service? |
| - | url: "/solutions/expedited-services" |
| - | intro: "<p>We can get things done faster, than just about anybody else!</p>" |
| - | image: "/samples/content_entries/need-expedited-service.jpg" |
| - Quality Concerns?: | |
| _slug: quality-concerns | |
| title: Quality Concerns? | |
| url: "/solutions/quality-assurance" | |
| - | intro: "<p>Solving your Quality Concerns!</p>" |
| + | intro: "<p>Standard capabilities are process engineers with extensive experience |
| + | supported by pattern shops.</p><p>But if one foundry is not well-suited for |
| + | your application or tooling, we have other options that surely will be capable |
| + | of solving your quality issues.</p><p>Lastly, our standard is to continuously |
| + | work on processing improvements to maintain the competitiveness of your products.<br></p>" |
| image: "/samples/content_entries/quality-concerns.jpg" | |
| + | - Need Expedited Service?: |
| + | _slug: need-expedited-service |
| + | title: Need Expedited Service? |
| + | url: "/solutions/expedited-services" |
| + | intro: "<p>We leverage our spend and have flexibility in production schedules |
| + | due to ordering for stocking purposes.</p><p>This allows us more freedom in |
| + | scheduling and getting orders processed - often in just a few days.</p><p>Can |
| + | your foundry do that?</p>" |
| + | image: "/samples/content_entries/need-expedited-service.jpg" |
| - Offshoring Headaches?: | |
| _slug: offshoring-headaches | |
| title: Offshoring Headaches? | |
| url: "/solutions/offshore-management" | |
| - | intro: "<p>Managing your supply chain.</p>" |
| + | intro: "<p>Were you caught up in the offshoring wave trying to reduce your purchase |
| + | price and things are not working out for you? Offshore suppliers can be |
| + | inconsistent and difficult to manage.</p><p>We have established sourcing channels |
| + | to India and China and stock parts domestically to avoid supply delays.</p><p>But |
| + | our major focus now is associated with <strong>RESHORING </strong>parts. |
| + | We can help you find domestic homes for your parts and program manage the return |
| + | and launch of production from known and competitive reliable manufacturers.<br></p>" |
| image: "/samples/content_entries/offshoring-headaches.jpg" | |
data/featured_slides.yml
+25
-17
| @@ | @@ -1,23 +1,31 @@ |
| - Stocked Items: | |
| - | intro: "Hand wheels - Nest caps - Wing nuts - Spike Grids" |
| - | image: "/samples/slides/slide-1.jpg" |
| - | |
| + | _slug: stocked-items |
| + | title: Stocked Items |
| + | intro: Hand wheels - Nest caps - Wing nuts - Spike Grids |
| + | image: "/samples/content_entries/slide-1.jpg" |
| - Conversions: | |
| - | intro: "Castings are simpler and more effective than fabrications." |
| - | image: "/samples/slides/slide-2.jpg" |
| - | |
| + | _slug: conversions |
| + | title: Conversions |
| + | intro: Castings are simpler and more effective than fabrications. |
| + | image: "/samples/content_entries/slide-2.jpg" |
| - Cast Threads: | |
| - | intro: "Malleable iron with cast internal NPT and ACME threads." |
| - | image: "/samples/slides/slide-3.jpg" |
| - | |
| + | _slug: cast-threads |
| + | title: Cast Threads |
| + | intro: Malleable iron with cast internal NPT and ACME threads. |
| + | image: "/samples/content_entries/slide-3.jpg" |
| - Large Castings: | |
| - | intro: "Small to large. Ferrous and Non Ferrous. Sand, permanent mold, investment cast." |
| - | image: "/samples/slides/slide-4.jpg" |
| - | |
| + | _slug: large-castings |
| + | title: Large Castings |
| + | intro: Small to large. Ferrous and Non Ferrous. Sand, permanent mold, investment |
| + | cast. |
| + | image: "/samples/content_entries/slide-4.jpg" |
| - Machined Components: | |
| - | intro: "We can provide raw or machined castings." |
| - | image: "/samples/slides/slide-5.jpg" |
| - | |
| + | _slug: machined-components |
| + | title: Machined Components |
| + | intro: We can provide raw or machined castings. |
| + | image: "/samples/content_entries/slide-5.jpg" |
| - Inventory Program: | |
| - | intro: "our deliveries will be coordinated, using stocking or consignment programs." |
| - | image: "/samples/slides/slide-6.jpg" |
| + | _slug: inventory-program |
| + | title: Inventory Program |
| + | intro: our deliveries will be coordinated, using stocking or consignment programs. |
| + | image: "/samples/content_entries/slide-6.jpg" |
data/products.yml
+25
-0
| @@ | @@ -32,3 +32,28 @@ |
| competitors - while meeting the same standards!<br><br>Available Sizes are 50mm, | |
| 65mm, 80mm, 95mm and 115 mm, one-sided and both sided, small and large holes, | |
| details can be seen<br></p>" | |
| + | - Steel/AL Forgings: |
| + | _slug: forgings |
| + | title: Steel/AL Forgings |
| + | image: "/samples/content_entries/f.jpg" |
| + | description: "<p>As part of our stocking program, we warehouse aluminum and steel |
| + | forgings. Depending on intricacy and customer demand, we work with domestic |
| + | and offshore sources.</p><p>Let us help you with your forging needs.<br></p>" |
| + | - CNC Machining: |
| + | _slug: machining-cnc-of-castings |
| + | title: CNC Machining |
| + | image: "/samples/content_entries/Machined_malleable_iron_Casting.jpg" |
| + | description: "<p>If you are looking for a single source for a machined casting, |
| + | including additional secondaries such as plating, impregnation, anodizing, powder |
| + | coating, etc. - look no further.</p><p>We work with several qualified sources |
| + | to provide complete solutions, using multi-axis CNC with optional live tooling.</p><p>Please |
| + | let us help you find the ideal solution for your need of a machined casting.<br></p>" |
| + | - Screw Machining: |
| + | _slug: machining-screw-machining |
| + | title: Screw Machining |
| + | image: "/samples/content_entries/Screw_machining_of_bar_stock_2.jpg" |
| + | description: "<p>We machine bar stock, and billet using cost proven and cost-effective |
| + | equipment or work with state-of-the-art systems to supply you with complex products |
| + | exactly to your specifications.</p><p>This capacity allows you to further streamline |
| + | your supply chain.</p><p>Choice Castings - your strategic sourcing partner for |
| + | your metal needs!<br></p>" |
public/samples/assets/11-70-adjustable.jpg
+0
-0
public/samples/assets/AL_Casting.jpg
+0
-0
public/samples/assets/Brass_casting.JPG
+0
-0
public/samples/assets/Die_casting.jpg
+0
-0
public/samples/assets/Investment_Casting.jpg
+0
-0
public/samples/assets/gearbox-1.jpg
+1
-0
| @@ | @@ -0,0 +1 @@ |
| + | <!DOCTYPE html><html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head><meta charset="utf-8" /><meta content="ie=edge" http-equiv="x-ua-compatible" /><title>Site not found | Locomotive</title><meta content="width=device-width, initial-scale=1" name="viewport" /><link href="http://cms.teagles.io/assets/locomotive/favicon-d58f7730e5490e27185cde8393ffe81978d840514751268c5ae968d9306e229f.png" rel="icon" sizes="32x32" type="image/png" /><link href="https://fonts.googleapis.com/css?family=Muli:400,300|Noto+Sans:400,700" rel="stylesheet" type="text/css" /><link rel="stylesheet" media="screen" href="/assets/locomotive/account-86463c0db2edd2ed38956016d761644903b3d794e70d32635da1f119eed60091.css" /></head><body class="errors no_site "><div class="public-background"><div class="public-container"><div class="public-wrapper"><a class="brand-logo" href="/admin/"><img src="/assets/locomotive/logo-white-76b0a990f59dd6f003620e469681ce4b5095712efcbcf332a9f948fae567e63f.png" alt="Logo white" /></a><div class="public-box"><div class="public-intro"><h3><i class="fa fa-exclamation-triangle"></i>Site not found</h3></div><p>Please sign in first. Then, add the <strong>cms.teagles.io</strong> domain to the list of domains of one of your sites.<br /><a class="btn btn-primary" href="/admin/sign_in">Next →</a></p></div></div></div></div></body></html> |
| \ No newline at end of file | |
public/samples/assets/home-images-1.jpg
+0
-0
public/samples/content_entries/Machined_malleable_iron_Casting.jpg
+0
-0
public/samples/content_entries/Screw_machining_of_bar_stock_2.jpg
+0
-0
public/samples/content_entries/f.jpg
+0
-0
public/samples/content_entries/slide-1.jpg
+0
-0
public/samples/content_entries/slide-2.jpg
+0
-0
public/samples/content_entries/slide-3.jpg
+0
-0
public/samples/content_entries/slide-4.jpg
+0
-0
public/samples/content_entries/slide-5.jpg
+0
-0
public/samples/content_entries/slide-6.jpg
+0
-0