Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.32 KB

README.md

File metadata and controls

28 lines (23 loc) · 1.32 KB

Startup Discovery

This app is created to analyze the correlation of a site's traffic vs their potential to raise funding. The alternate goal for this app is to provide talents interested in joining startups another metrics to help them make the leap to joining a startup.

Check it out: Startup Discovery

###Current Version v0.0.2

###Stack

  • Rails 4.0.2 with Ruby 2.1.1
  • PostGresql

Upgrades

v0.0.2
  • use company name as slug - friendly_id gem
  • implemented rails fragment caching - 30 days
  • moved google fonts from _head.html.erb to font_face.css to avoid re-rendering page if assets are the same (browser caching)
  • moved morris.js javascript files to show.html.erb (using content_for method) to improve page load time
  • used stale?(@company) in controller to avoid performing additional API calls if data is fresh (within 30 days)

#####Resources