1. 05 2月, 2014 1 次提交
  2. 13 1月, 2014 1 次提交
  3. 29 10月, 2013 1 次提交
  4. 27 8月, 2013 2 次提交
    • P
      Fix misspelling on README.md · 182f1d13
      Prem Sichanugrist 提交于
      [ci skip]
      182f1d13
    • E
      Updating README.md [ci skip] · 853596c9
      Eugene Gilburg 提交于
      Updating the global Rails README following work by @strzalek et al which extracted Action View to a separate gem, and also some other improvements.
      
      Summary of changes:
      
      * Reordered the paragraphs from View-Model-Controller to Model-Controller-View, based on how (IMHO) most people think about the structure and hierarchy of the framework and their code in it.
      * Added references to ActionView's README in the _View_ paragraph
      * Reworded the _Controller_ paragraph to briefly mentioned routing as handled by Action Dispatch, and that both Action Dispatch and Action Controller work together to form the request-handling Action Pack
      * Removed paragraph saying Action Pack is coupled with Action View, as this is no longer the case
      * Added brief references to Action Mailer and Active Support, since they are both major Rails components. Briefly mentioned in the _View_ paragraph that Action View is often used to generate the body of the email, in addition to the other typical of using to build a response body.
      853596c9
  5. 27 4月, 2013 1 次提交
  6. 22 4月, 2013 1 次提交
  7. 16 4月, 2013 2 次提交