Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changed all instances of all.map to pluck #5509

Closed
wants to merge 6 commits into from

Commits on Mar 19, 2012

  1. Copy the full SHA
    7c143e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2012

  1. Merge pull request rails#5609 from tjmcewan/master

    prevent returning a negative zero from number_with_precision
    josevalim committed Mar 27, 2012
    Copy the full SHA
    19901c6 View commit details
    Browse the repository at this point in the history
  2. If partial is rendered in controller, grab format from template

    Previously `rendered_format` was set only based on mime types
    passed in Accept header, which was wrong if first type from
    Accept was different than rendered partial. The fix is to simply
    move setting rendered_format to the place where template
    is available and grab format from the template. If it fails
    we can fallback to formats passed by Accept header.
    drogus committed Mar 27, 2012
    Copy the full SHA
    67b2404 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    30ac9a2 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6f45c8b View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    a9aec58 View commit details
    Browse the repository at this point in the history