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 rails active record?
what is Rails Migration?
What is rails script? Name some of them?
how you can run Rails application without creating databases?
How can you protect filter methods in rails?
Explain what is the role of the subdirectories app/controllers and app/helpers in rails?
What are the different types of association relationships that exist?
What is the use of the super function in ruby on rails?
Mention the log that has to be seen to report errors in Ruby Rails?
Why do we use request.xhr? in rails
Explain the role of sub directory app/controllers and app/helpers.
Explain unobtrusive javascript in rails.