1. 22 8月, 2015 1 次提交
    • J
      [skip ci] Debugging Rails Guide fixes · 94a0c1c5
      Jon Atack 提交于
      - Fixes:
      
      "we want go deep" -> "we won't go deep"
      
      "to next next line" -> "to the next line"
      
      - Minor improvements in clarity and grammar.
      
      Cheers :)
      94a0c1c5
  2. 18 8月, 2015 1 次提交
  3. 08 8月, 2015 1 次提交
    • A
      stop using @_env in the controller instance · 81cfdf24
      Aaron Patterson 提交于
      Actions are processed through `dispatch`, so they should have the
      request set on them before any user land code can be executed.  Lets
      stop setting _env on the controller, and give access to it through the
      `env` method.
      81cfdf24
  4. 01 6月, 2015 1 次提交
    • S
      [ci skip] Used 'instance_variables' in example for consistency. · 11fecafc
      Santosh Wadghule 提交于
      - Found that checking instance_variables elements using string object
        gives us 'false' value.
        `instance_variables.include? "@articles" # => false`
      - Used only 'instance_variables' instead of using '.include?' on it. So
        that it will return recent instance variables list.
      11fecafc
  5. 23 5月, 2015 1 次提交
  6. 20 5月, 2015 1 次提交
  7. 02 5月, 2015 2 次提交
  8. 15 4月, 2015 1 次提交
    • J
      Fix typos and improve the documentation · 6345f31f
      Jon Atack 提交于
      This is a squash of the following commits, from first to last:
      
      -
      
      Fix minor, random things I’ve come across lately that individually
      did not seem worth making a PR for, so I saved them for one commit.
      
      One common error is using “it’s” (which is an abbreviation of “it is”)
      when the possessive “its” should be used for indicating possession.
      
      -
      
      Changes include the name of a test, so remove the `[skip ci]` (thanks @senny).
      
      -
      
      Line wrap the changes at 80 chars and add one more doc fix.
      
      -
      
      Add a missing line wrap in the Contributing to Ruby on Rails Guide.
      
      -
      
      Line wrap the `TIP` section in the Contributing to Ruby on Rails Guide as well.
      
      Rendering the guide locally with `bundle exec rake guides:generate` did
      not show any change in on-screen formatting after adding the line wrap.
      
      The HTML generated is (extra line added to illustrate where the line
      wrap takes place):
      
          <div class="info"><p>Please squash your commits into a single commit
      when appropriate. This
      
          simplifies future cherry picks and also keeps the git log
      clean.</p></div>
      
      -
      
      Squash commits.
      6345f31f
  9. 04 3月, 2015 1 次提交
  10. 02 3月, 2015 2 次提交
    • G
      Nit pick the byebug settings guide for default values [ci skip] · 62dfb168
      Genadi Samokovarov 提交于
      In #19097 we had a discussion where we decided to change `byebug`
      settings sections default part to actually say `defaults`.
      62dfb168
    • G
      Web Console documentation for the upcoming 2.1 release [ci skip] · f46b1981
      Genadi Samokovarov 提交于
      With the upcoming 2.1 [web-console release], I have tweaked the existing
      documentation a bit. I tried to focus on the spawning console use case,
      because I think a lot of people overlook that.
      
      Tried to explain it as best as I can, however, my English and prose
      aren't my best skills :) If you guys can chime in and help me improve
      the wording, I would be extremely grateful.
      
      There has been some configuration default changes. For example, the
      whitelisted IPs always include IPv4 and IPv6 localhosts now and this
      wasn't the case in 2.0. I think a lot of people got bitten by it, that's
      why I changed it. I'm a bit confused on how to document this. Should I
      just document the latest version, I don't think I can expect all the
      people reading the guide to be on it.
      
      [web-console release]: https://github.com/rails/web-console/pull/110
      f46b1981
  11. 22 2月, 2015 1 次提交
  12. 14 2月, 2015 1 次提交
  13. 04 2月, 2015 1 次提交
  14. 27 1月, 2015 1 次提交
  15. 14 1月, 2015 1 次提交
  16. 02 1月, 2015 1 次提交
  17. 24 12月, 2014 1 次提交
  18. 21 9月, 2014 1 次提交
  19. 22 8月, 2014 1 次提交
  20. 07 7月, 2014 1 次提交
    • R
      Update Rails versions [ci skip] · c2d96d14
      Robin Dupret 提交于
      As discussed in #15304, we need to automate this process but for now,
      having out-of-date versions is not ideal.
      
      Since master targets 4.2.0, let's also update references to the last 4.1
      version to 4.2.0.
      
      Finally, let's remove mentions to versions when this is not needed. The
      guides cover the features of the current version anyway.
      
      [Juanito Fatas + Robin Dupret]
      c2d96d14
  21. 27 6月, 2014 1 次提交
  22. 25 5月, 2014 1 次提交
  23. 22 5月, 2014 1 次提交
  24. 13 4月, 2014 1 次提交
  25. 11 4月, 2014 2 次提交
  26. 09 4月, 2014 1 次提交
  27. 29 3月, 2014 1 次提交
  28. 27 3月, 2014 1 次提交
  29. 07 9月, 2013 1 次提交
  30. 03 9月, 2013 1 次提交
  31. 23 8月, 2013 1 次提交
  32. 21 7月, 2013 1 次提交
  33. 15 7月, 2013 1 次提交
  34. 03 7月, 2013 1 次提交
  35. 28 6月, 2013 1 次提交
  36. 26 6月, 2013 1 次提交
  37. 01 5月, 2013 1 次提交
    • Y
      more naming fixes. · 6cc1b428
      Yves Senn 提交于
      * it's Action Mailer not ActionMailer
      * it's Action Pack not ActionPack
      * it's Active Support not ActiveSupport
      
      /cc @fxn
      6cc1b428