Is it possible to build a 50% bespoke e-commerce platform
hence having the ability to customize everything down the
line? For example would it make sense to start coding an
application on the Ruby on Rails framework but where the
most complex/time consuming code pieces (e.g. shopping cart,
etc) can be initially bolted on (hence diminishing
development time and cost) having the ability to change them
completely further down the line?
Answer / raju
Yes 100% we can build application for e-commerce platform
for example shopify and we have easily integrate the payment
transactions like paypal and authorize.net
| Is This Answer Correct ? | 3 Yes | 0 No |
What is rake?
What is the use of super in Ruby Rails?
What are the various components of rail?
What is rails migration? What can it do?
What role do sub-directory app/helpers and app/controllers play?
How many types of variables are available in ruby class?
Explain rest in rails routes.
what is a rails migration? Write up a short example of a simple rails migration with a table called customers, a string column called name, and a text column called description?
who developed rails?
What is the process for creating a controller for the subject? What is its role?
How will be the future for ruby on rails?
What is the difference between delete and destroy ?