Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rspec/rspec-rails
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.8.0.rc2
Choose a base ref
...
head repository: rspec/rspec-rails
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.8.0
Choose a head ref
  • 11 commits
  • 16 files changed
  • 3 contributors

Commits on Jul 15, 2011

  1. Document what actions are made available in an anonymous controller

    It's a somewhat long test, but it shows what calls you can make and
    what calls you cannot make on an anonymous controller. I ran into this
    issue myself when I thought that all actions were routed.
    
    They weren't.
    
    Written on time paid for by onetotheworld.net
    alanshields committed Jul 15, 2011
    Configuration menu
    Copy the full SHA
    c8523df View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2011

  1. Remove handler and template engine from file names in generated view

    specs.
    
    - This eliminates deprecation warnings from rails 3.2, and still works
      with earlier 3.x versions.
    dchelimsky committed Dec 20, 2011
    2 Configuration menu
    Copy the full SHA
    1ccb17c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ac8709 View commit details
    Browse the repository at this point in the history
  3. Ensure namespaced helpers are included automatically

    -- Closes #446.
    dolzenko authored and dchelimsky committed Dec 20, 2011
    Configuration menu
    Copy the full SHA
    c00355f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #415 from alanshields/document-anonymous-controlle…

    …r-functions
    
    Document what actions are made available in an anonymous controller
    dchelimsky committed Dec 20, 2011
    Configuration menu
    Copy the full SHA
    b8b6f79 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c4df12e View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2011

  1. Configuration menu
    Copy the full SHA
    6a87a0b View commit details
    Browse the repository at this point in the history
  2. ci: add rails 3-2-stable and fix support for rails master

    - Rails master version is now 4.0.0.beta.
    - temp point ammeter at dchelimsky/ammeter to handle rails 4.
    dchelimsky committed Dec 21, 2011
    Configuration menu
    Copy the full SHA
    3efe8f9 View commit details
    Browse the repository at this point in the history
  3. ci: rails 4 requires 1.9.3

    dchelimsky committed Dec 21, 2011
    Configuration menu
    Copy the full SHA
    320ea0f View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2012

  1. Configuration menu
    Copy the full SHA
    ff79b8e View commit details
    Browse the repository at this point in the history
  2. bump to 2.8.0

    dchelimsky committed Jan 5, 2012
    Configuration menu
    Copy the full SHA
    0fd5bf4 View commit details
    Browse the repository at this point in the history
Loading