No commit activity in last 3 years
No release in over 3 years
Collection of Rails generators for the Foursquare API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies
 Project Readme

In 1 minute, get your Rails app with Foursquare running on Heroku.

For now, it's only available when you create a new Rails app from scratch (but if you look at the code, you should be able to make it work for existing apps too).

To create a new app with Foursquare and deploy to Heroku, run:

rails new {your-unique-app-name} -d postgresql -m https://gist.github.com/pierrevalade/4007411/raw/e0580f5e0db6bc91d3e329ecfb8b78580d858865/gistfile1.rb

Note: try to make sure {your-unique-app-name} is unique or Heroku won't let you create an app with a name that's already taken.