Code Monkey home page Code Monkey logo

vim-rfactory's Introduction

Rfactory Build Status

Rfactory is a Vim plugin for rapid navigation to FactoryBot factory definitions within Vim, inspired by the navigation commands in Rails.vim.

rfactory navigation demo

Usage

With your cursor anywhere on a line containing a FactoryBot reference, e.g. create(:user), run :Rfactory to navigate to the :user factory definition.

If the current line contains a FactoryBot trait reference, you will be taken to the line that defines the trait within the parent factory.

There are variants to the :Rfactory command to open the factories file in your preferred split or tab configuration.

Command Action
:Rfactory :edit the file
:RSfactory :split the file
:RVfactory :vsplit the file
:RTfactory :tabedit the file
:REfactory (alias for :Rfactory)

Requirements

Rfactory expects the factory file or files to be in one of the standard factory file locations as specified in the Defining Factories section of the FactoryBot docs, specifically:

test/factories.rb
spec/factories.rb
test/factories/*.rb
spec/factories/*.rb

Support

The plugin does its best to support each of the FactoryBot methods, specifically:

  • create
  • build
  • build_stubbed
  • attributes_for

In addition, for each of the above methods, Rfactory also supports the <method>_pair and <method>_list variants (e.g. create_pair and create_list).

vim-rfactory's People

Contributors

christoomey avatar calebhearth avatar jbboynton avatar parmort avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.