BETAmodules.com is in beta — open to partnerships & joint ventures.Build with us

javascript_safe_logger

v0.1.0RubyGems· Ruby

== Rails 3.1 and up javascript asset for Paul Irish console.log wrapper This gem makes a javascript log method available as a Rails 3.1 asset * see http://paulirish.com/2009/log-a-lightweight-wrapper-for-consolelog * see https://github.com/paulirish/html5-boilerplate == Usage in your javascript log('inside coolFunc', this, arguments); // or simple log('hello world!'); and in coffeescript log 'inside coolFunc', this, arguments # or simple log 'hello world!' == Install 1. Update the Gemfile in your rails project, add the following line gem 'javascript_safe_logger' 2. Update the /app/assets/javascript/application.js file A. Manually update the file, add this before other requires //= require safe_logger B. Or use the generator to update the application.js file rails generate javascript_safe_logger == License Paul Irish released the javascript code with the {The Unlicense}[http://unlicense.org/] (aka: public domain), so this gem is also released with the same license. == Ruby Gems * https://rubygems.org/gems/javascript_safe_logger

The verdict
Abandoned. Last published 13 years ago. No recent activity — look for a maintained alternative.
No recent activity — look for a maintained alternative.
Live from the RubyGems registry · derived rules, not AI
How it scores
MaintenanceAbandoned
PopularityNiche
SecurityClean
LicenseUnknown
DepsZero deps
Maintenance
Last published 13 years ago.
Popularity
15 downloads / week
Security
No known advisories for this version (OSV).
License
No license declared.
Dependencies
No runtime dependencies
Recent releases
  • 0.1.013 years ago
  • 0.0.414 years ago
  • 0.0.314 years ago
  • 0.0.214 years ago
  • 0.0.114 years ago