All Projects → palash25 → log-symbols

palash25 / log-symbols

Licence: MIT License
A ruby 💎gem💎 for generating log symbols

Programming Languages

ruby
36898 projects - #4 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to log-symbols

Unimidi
Realtime MIDI IO for Ruby
Stars: ✭ 229 (+1535.71%)
Mutual labels:  ruby-gem, gem
grape-jwt-authentication
A reusable Grape JWT authentication concern
Stars: ✭ 31 (+121.43%)
Mutual labels:  ruby-gem, gem
Api Fuzzer
API Fuzzer which allows to fuzz request attributes using common pentesting techniques and lists vulnerabilities
Stars: ✭ 238 (+1600%)
Mutual labels:  ruby-gem, gem
filtered
Filters ActiveRecord queries in a nice way
Stars: ✭ 28 (+100%)
Mutual labels:  ruby-gem, gem
make model searchable
Adds simlpe search functionality to models
Stars: ✭ 27 (+92.86%)
Mutual labels:  ruby-gem, gem
Motion
Reactive frontend UI components for Rails in pure Ruby
Stars: ✭ 498 (+3457.14%)
Mutual labels:  ruby-gem, gem
pixitar
🧝 Pixitar is an avatar generation library written in Ruby.
Stars: ✭ 20 (+42.86%)
Mutual labels:  ruby-gem, gem
Devise masquerade
Extension for devise, enable login as functionality. Add link to the masquerade_path(resource) and use it.
Stars: ✭ 380 (+2614.29%)
Mutual labels:  ruby-gem, gem
multi-tenancy-devise
mtdevise adds basecamp style user logins to your ruby on rails application.
Stars: ✭ 27 (+92.86%)
Mutual labels:  ruby-gem, gem
syobocal
Simle gem for Syboi Calendar
Stars: ✭ 13 (-7.14%)
Mutual labels:  ruby-gem, gem
Stitches
Create a Microservice in Rails with minimal ceremony
Stars: ✭ 371 (+2550%)
Mutual labels:  ruby-gem, gem
rspec n
A ruby gem that runs RSpec N times.
Stars: ✭ 37 (+164.29%)
Mutual labels:  ruby-gem, gem
memo wise
The wise choice for Ruby memoization
Stars: ✭ 486 (+3371.43%)
Mutual labels:  ruby-gem, gem
churnalizer
Analyze your Ruby app for Churn vs Complexity
Stars: ✭ 17 (+21.43%)
Mutual labels:  ruby-gem, gem
jsonapi-serializer-formats
💎 Gem to enrich jsonapi-serializer with multiple formats
Stars: ✭ 20 (+42.86%)
Mutual labels:  ruby-gem, gem
rails cursor pagination
Add cursor pagination to your ActiveRecord backed application
Stars: ✭ 21 (+50%)
Mutual labels:  ruby-gem, gem
rack-simple user agent
Rack::SimpleUserAgent is stupidly simple UA detector
Stars: ✭ 13 (-7.14%)
Mutual labels:  gem
slack widgets
An abstraction of the JSON structure needed to create widgets in Slack message attachments
Stars: ✭ 14 (+0%)
Mutual labels:  ruby-gem
tacky
Primitive Object Memoization for Ruby
Stars: ✭ 14 (+0%)
Mutual labels:  ruby-gem
jquery-datatables
Jquery datatables ruby gems for assets pipeline
Stars: ✭ 73 (+421.43%)
Mutual labels:  gem

log-symbols

Colored symbols for various log levels for your ruby apps.

Installation

Add this line to your application's Gemfile:

gem 'log-symbols'

And then execute:

$ bundle

Or install it yourself as:

$ gem install log-symbols

Usage

require "symbols"

LogSymbol = SYMBOLS::Log.new

puts LogSymbol.success + " success"
puts LogSymbol.info + " info"
puts LogSymbol.warning + " warning"
puts LogSymbol.error + " error"

Development

After checking out the repo, run bin/setup to install dependencies. You can also run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and tags, and push the .gem file to rubygems.org.

Contributing

Bug reports and pull requests are welcome on GitHub at this repo.

License

The gem is available as open source under the terms of the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].