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 the rail console?
How to use two databases into a single application?
Is Ruby is a Scripting Language or Compiled Language?
What are naming conventions?
If you want to set up a one-to-one relationship between two models, you'll need to add belongs_to to one, and has_one to the other. How do you know which is which?
What are the functions performed by rails migration?
what is active record?
How many types of relationships does a model has?
what is “Yield” in Ruby on Rails?
Choosing between belongs_to and has_one?
What role does garbage collection play?
Explain rvm in rails?