asset_tracker icon indicating copy to clipboard operation
asset_tracker copied to clipboard

A simple web-based asset tracking system for small businesses written in Ruby on Rails (RoR). New equipment is assigned to a specific location and person who is notified of the responsibility. You may...

== Getting Started

  1. Create a config/initializers/email.rb with the following...

ActionMailer::Base.smtp_settings = { :address => "smtp.gmail.com", :port => 587, :authentication => :plain, :enable_starttls_auto => true, :user_name => "noreply@gmail_or_your_google_domain.com", :password => "chucknorris" }

  1. rake db:create
  2. rake db:fixtures:load