ror_ecommerce | Rails Ecommerce platform , perfect for your small business
kandi X-RAY | ror_ecommerce Summary
kandi X-RAY | ror_ecommerce Summary
Please create a ticket on github if you have issues. They will be addressed ASAP. Please look at the homepage for more details. Or take a look at the github page. This is a Rails e-commerce platform. ROR Ecommerce is a Rails 5.1 application with the intent to allow developers to create an ecommerce solution easily. This solution includes an Admin for Purchase Orders, Product creation, Shipments, Fulfillment and creating Orders. There is a minimal customer facing shopping cart understanding that this will be customized. The cart allows you to track your customers' cart history and includes a double entry accounting system. The project has Solr searching, Compass and Zurb Foundation for CSS and uses jQuery. Currently the most complete Rails solution for your small business. Please use Ruby 2.4 and enjoy Rails 5.1. ROR Ecommerce is designed so that if you understand Rails you will understand ROR_ecommerce. There is nothing in this project besides what you might see in a normal Rails application. If you don't like something, you are free to just change it like you would in any other Rails app. Contributors are welcome! We will always need help with UI, documentation, and code, so feel free to pitch in. To get started, simply fork this repo, make any changes (big or small), and create a pull request.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of ror_ecommerce
ror_ecommerce Key Features
ror_ecommerce Examples and Code Snippets
Community Discussions
Trending Discussions on ror_ecommerce
QUESTION
I've started to learn RoR and start with this:
https://github.com/drhenner/ror_ecommerce
When I try to run:
...ANSWER
Answered 2017-Oct-28 at 15:18You might want to use the gem fog-aws Then you need to create an initializer file, config/initializers/your_choice_of_name.rb
If you want to upload files, you also need an image uploader
CarrierWave and ImageMagick are two examples of Image uploaders. This video shows an example with CarrierWave.
Here's a blog comparing uploaders. https://infinum.co/the-capsized-eight/best-rails-image-uploader-paperclip-carrierwave-refile
In the documentation for the uploader, (for example gem Carrierwave) there will be instructions for what to put in the config/initializer file etc.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install ror_ecommerce
Putting assets on S3 can cause issues with FireFox/IE. You can read about the issue if you search for "S3 & CORS". Basically FF & IE are keeping things more secure but in the process you are required to do some setup. I ran into the same thing with assets not being public for IE and FireFox but Chrome seemed to work fine. There is a work around for this though. There is something called a CORS Config that opens up your assets to whatever domains you specify. Here's how to open up your assets to your website. (Thanks @DTwigs).
Click on your bucket.
Click on the properties button to open the properties tab.
Expand the "Permissions" accordion and click " Add CORS Configuration"
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page