Although I am still not very familiar with its use, I am intrigued by what I saw about the strength of the conditional configuration used in the ActiveRecord template popularized by Ruby-on-Rails. I saw several JavaScript implementations, but was looking for tips that were:
- The most versatile JavaScript implementation in terms of supporting both adapters (ranging from in-memory JSON stores to specific databases) and CommonJS friendliness ( if applicable )
- The most reliable in terms of elegantly used conventions to reduce redundancy and ensure rapid application development.
Combining the strengths of JavaScript, such as its ability to reuse code on the client and server, with what appears from my limited perspective to become the main draw of RoR, it seems that this is not so.
Any start-up tips or good tutorials are also welcome.
source
share