0.0
No commit activity in last 3 years
No release in over 3 years
A gem that states some steps for you to try before opening a ticket.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

before-tickets

Gem that describes some steps to try before opening a ticket, printing them for you. Maybe it helps you, maybe not.

Instalation

gem install before_tickets  

Usage

On irb or on your code: require 'before_tickets'

Methods

  • Prints a random quote, which might or not be useful: Help.me
  • Receives a word as parameter and searches for quotes with that word, printing them: Help.search("word")
  • Prints all quotes: Help.all
  • Shows the magic steps for debugging your local rails project: MagicSteps.local
  • Shows the magic steps for debugging your rails project on Heroku: MagicSteps.heroku
  • Prints the list of recommended Sublime extensions: Extensions.sublime
  • Prints the list of recommended Sublime extensions: Extensions.vscode

Didn't work? Open a ticket! ;)

Do not despair