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 are the differences between rails 2.x and rails 3?
What are the various changes between the rails version 2 and 3?
how you can list all routes for an application?
What is a proc ?
Do you know the role of garbage collection in ruby on rails?
what is the difference in scope for these two variables: @@name and @name?
How is calling super() different from the super call?
What is rails scaffolding?
List out the few features of Ruby?
difference between form_for and form_tag
Mention all the naming conventions in ruby on rails.
Explain coc in rails?