This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source "https://rubygems.org" | |
gem "devise", git: "git://github.com/plataformatec/devise.git", branch: "rails4" | |
gem "devise-i18n", "~> 0.6.5" | |
gem "jbuilder", "~> 1.0.1" | |
gem "jquery-rails" | |
gem "haml", "~> 4.0.1" | |
gem "mongoid", git: "git://github.com/mongoid/mongoid.git", branch: "master" | |
gem "simple_form", "~> 3.0.0.beta1" | |
gem "rails", "4.0.0.beta1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[#<City id: 39994, country_id: 96, hc_id: 0, name: "Kaveh Island", translit_name: "Kaveh Island", permalink: "kaveh-island", lat: 0.0, lng: 0.0, created_at: "2010-10-26 21:34:35", updated_at: "2010-10-26 21:49:07", state: nil, population: 1, island: true, priority: 1, intro: nil>, | |
#<City id: 38684, country_id: 124, hc_id: 0, name: "Alcarraza", translit_name: "Alcarraza", permalink: "alcarraza", lat: 0.0, lng: 0.0, created_at: "2010-10-26 21:32:56", updated_at: "2010-10-26 21:48:46", state: nil, population: 1, island: true, priority: 1, intro: nil>, | |
#<City id: 37286, country_id: 42, hc_id: 0, name: "Inisheer or Inishere", translit_name: "Inisheer or Inishere", permalink: "inisheer-or-inishere", lat: 0.0, lng: 0.0, created_at: "2010-10-26 21:31:17", updated_at: "2010-10-26 21:48:25", state: nil, population: 1, island: true, priority: 1, intro: nil>, | |
#<City id: 40218, country_id: 160, hc_id: 0, name: "Dahlak Kebir", translit_name: "Dahlak Kebir", permalink: "dahlak-kebir", lat: 0.0, lng: 0.0, created_at: "201 |