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: tpope/vim-rails
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Casecommons/vim-rails
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 3 files changed
  • 9 contributors

Commits on Oct 24, 2011

  1. Make :AV work with javascript in public/javascript and spec/javascript

    samanthamjohn authored and Grant Hutchins & Peter Jaros committed Oct 24, 2011
    Configuration menu
    Copy the full SHA
    65c8d1a View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2011

  1. Add support for cucumber alternate files.

    Adam Berlin & Jon Berger committed Dec 9, 2011
    Configuration menu
    Copy the full SHA
    de9ad34 View commit details
    Browse the repository at this point in the history
  2. Ensure that app/models matches ruby files.

    - allows public/javascripts/app/models/* to match alternate files.
    Adam Berlin & Jon Berger committed Dec 9, 2011
    Configuration menu
    Copy the full SHA
    236b562 View commit details
    Browse the repository at this point in the history
  3. Ensure that app/views match template files in the rails root.

    - allows public/javascripts/app/views/* to match alternate files.
    Adam Berlin & Jon Berger committed Dec 9, 2011
    Configuration menu
    Copy the full SHA
    2c27cb3 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2012

  1. Configuration menu
    Copy the full SHA
    ad7bb29 View commit details
    Browse the repository at this point in the history
  2. Add SASS syntax highlighting for asset pipeline helper methods

    Jonathan del Strother authored and ragaskar committed Jan 7, 2012
    Configuration menu
    Copy the full SHA
    0944b92 View commit details
    Browse the repository at this point in the history
  3. Highlight render_views from RSpec

    Closes #127.
    tpope authored and ragaskar committed Jan 7, 2012
    Configuration menu
    Copy the full SHA
    29927ad View commit details
    Browse the repository at this point in the history
  4. Kill QuickFix autocmd magic

    This dated back to the days when :make was an interface to :Rake.  No
    more!  Closes #124.
    tpope authored and ragaskar committed Jan 7, 2012
    Configuration menu
    Copy the full SHA
    031b66d View commit details
    Browse the repository at this point in the history
  5. Detect extras/ for Igor Vinokurov

    tpope authored and ragaskar committed Jan 7, 2012
    Configuration menu
    Copy the full SHA
    7e5c5a1 View commit details
    Browse the repository at this point in the history
  6. Add :Rschema navigation command

    Travis Jeffery authored and ragaskar committed Jan 7, 2012
    Configuration menu
    Copy the full SHA
    bd9ebbe View commit details
    Browse the repository at this point in the history
  7. Use exctags for ctags on FreeBSD

    graudeejs authored and ragaskar committed Jan 7, 2012
    Configuration menu
    Copy the full SHA
    81f12c4 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2012

  1. Merge pull request #1 from ragaskar/master

    Pull in latest tpope/vim-rails commits
    Peter Jaros committed Jan 10, 2012
    Configuration menu
    Copy the full SHA
    4e1db3a View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2012

  1. Fix :AV for javascript in rails 3.1+

    Alex Kwiatkowski committed Jun 30, 2012
    Configuration menu
    Copy the full SHA
    283228c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from rupurt/fix_js_av

    Fix :AV for javascript in rails 3.1+
    Pivotal Casebook committed Jun 30, 2012
    Configuration menu
    Copy the full SHA
    0f6fbd6 View commit details
    Browse the repository at this point in the history
Loading