Skip to content

Instantly share code, notes, and snippets.

@gs
Created July 12, 2012 08:33
Show Gist options
  • Select an option

  • Save gs/3096729 to your computer and use it in GitHub Desktop.

Select an option

Save gs/3096729 to your computer and use it in GitHub Desktop.

Revisions

  1. gs revised this gist Jul 12, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    Sublime 2 Plugins that I found useful in RoR developement:
    Sublime 2 Plugins that I found useful in RoR developement
    ======================================


  2. gs revised this gist Jul 12, 2012. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -28,19 +28,19 @@ https://github.com/phillipkoebbe/DetectSyntax

    Git
    ---
    Plugin for some git integration into sublime text 2
    Plugin for some git integration into Sublime Txt 2

    https://github.com/kemayo/sublime-text-2-git

    ERB Insert and Toggle Commands
    ------------------------------
    TextMate Style ERB Block for Sublime Text(<%= %>, <% %>..)
    TextMate Style ERB Block for Sublime Text (<%= %>, <% %>..)

    https://github.com/eddorre/SublimeERB

    Rails Related Files
    -------------------
    Sublime Text 2 Ruby on Rails Related Files(allows you to easily navigate your Rails projects)
    Sublime Text 2 Ruby on Rails Related Files (allows you to easily navigate your Rails projects)

    https://github.com/luqman/SublimeText2RailsRelatedFiles

  3. gs revised this gist Jul 12, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    Below is a list of plugins that I use:
    Sublime 2 Plugins that I found useful in RoR developement:
    ======================================


  4. gs revised this gist Jul 12, 2012. 1 changed file with 11 additions and 0 deletions.
    11 changes: 11 additions & 0 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -11,54 +11,65 @@ https://github.com/maltize/sublime-text-2-ruby-tests
    Package Control
    ---------------
    A full-featured package manager

    http://wbond.net/sublime_packages/package_control

    Ctags
    -----
    Easy and fast navigation between code definition

    https://github.com/SublimeText/CTags

    DetectSyntax
    ------------
    Detect the syntax of files that might not be detected properly (detects rails files which allows to use proper and powerful snippets)

    https://github.com/phillipkoebbe/DetectSyntax

    Git
    ---
    Plugin for some git integration into sublime text 2

    https://github.com/kemayo/sublime-text-2-git

    ERB Insert and Toggle Commands
    ------------------------------
    TextMate Style ERB Block for Sublime Text(<%= %>, <% %>..)

    https://github.com/eddorre/SublimeERB

    Rails Related Files
    -------------------
    Sublime Text 2 Ruby on Rails Related Files(allows you to easily navigate your Rails projects)

    https://github.com/luqman/SublimeText2RailsRelatedFiles

    Clipboard History
    -----------------
    Clipboard history plugin for Sublime Text 2

    https://github.com/kemayo/sublime-text-2-clipboard-history

    Cucumber
    --------
    Cucumber syntax & snippets

    https://github.com/drewda/cucumber-sublime2-bundle

    Go to Documentation
    -------------------
    Sublime Text 2 plugin to go to documentation (A command to jump to documentation for the current word)

    https://github.com/kemayo/sublime-text-2-goto-documentation

    Quick file creator
    ------------------
    Quick File Creator plugin for Sublime Text 2 (Plugin that lets you quickly create a file or a subdirectory using ST2's fuzzy matching feature)

    https://github.com/noklesta/SublimeQuickFileCreator

    ZenCoding
    ---------
    Zen Coding support for Sublime Text 2 (http://code.google.com/p/zen-coding/)

    https://bitbucket.org/sublimator/sublime-2-zencoding
  5. gs revised this gist Jul 12, 2012. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -5,6 +5,7 @@ Below is a list of plugins that I use:
    RubyTest plugin
    ---------------
    Sublime Text 2 plugin for running ruby tests! (Unit, RSpec, Cucumber)

    https://github.com/maltize/sublime-text-2-ruby-tests

    Package Control
  6. gs created this gist Jul 12, 2012.
    63 changes: 63 additions & 0 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,63 @@
    Below is a list of plugins that I use:
    ======================================


    RubyTest plugin
    ---------------
    Sublime Text 2 plugin for running ruby tests! (Unit, RSpec, Cucumber)
    https://github.com/maltize/sublime-text-2-ruby-tests

    Package Control
    ---------------
    A full-featured package manager
    http://wbond.net/sublime_packages/package_control

    Ctags
    -----
    Easy and fast navigation between code definition
    https://github.com/SublimeText/CTags

    DetectSyntax
    ------------
    Detect the syntax of files that might not be detected properly (detects rails files which allows to use proper and powerful snippets)
    https://github.com/phillipkoebbe/DetectSyntax

    Git
    ---
    Plugin for some git integration into sublime text 2
    https://github.com/kemayo/sublime-text-2-git

    ERB Insert and Toggle Commands
    ------------------------------
    TextMate Style ERB Block for Sublime Text(<%= %>, <% %>..)
    https://github.com/eddorre/SublimeERB

    Rails Related Files
    -------------------
    Sublime Text 2 Ruby on Rails Related Files(allows you to easily navigate your Rails projects)
    https://github.com/luqman/SublimeText2RailsRelatedFiles

    Clipboard History
    -----------------
    Clipboard history plugin for Sublime Text 2
    https://github.com/kemayo/sublime-text-2-clipboard-history

    Cucumber
    --------
    Cucumber syntax & snippets
    https://github.com/drewda/cucumber-sublime2-bundle

    Go to Documentation
    -------------------
    Sublime Text 2 plugin to go to documentation (A command to jump to documentation for the current word)
    https://github.com/kemayo/sublime-text-2-goto-documentation

    Quick file creator
    ------------------
    Quick File Creator plugin for Sublime Text 2 (Plugin that lets you quickly create a file or a subdirectory using ST2's fuzzy matching feature)
    https://github.com/noklesta/SublimeQuickFileCreator

    ZenCoding
    ---------
    Zen Coding support for Sublime Text 2 (http://code.google.com/p/zen-coding/)
    https://bitbucket.org/sublimator/sublime-2-zencoding