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 architecture of Model views and controllers
What is a proc ?
Do you know what are the types of caching used in rails, what are they?
what is Ruby on Rails?
what is Rails Active Record in Ruby on Rails?
What do you mean by render and redirect_to?
Do you know the role of garbage collection in ruby on rails?
iam new to the ruby on rails. suggest me some pdf and online books for ruby and rails
What is Dynamic finders ?
Tell me what is rails active record in ruby on rails?
What are float, dig and max?
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?