Add sitemap functionality and better documentation

This commit is contained in:
2014-11-05 20:21:57 +01:00
parent 6afc9bdae9
commit b6fec4f880
9 changed files with 323 additions and 228 deletions
+3 -2
View File
@@ -5,9 +5,9 @@ source "http://rubygems.org"
# development dependencies will be added by default to the :development group.
gemspec
gem "rails", ">= 4.1.4"
gem "rails", "4.2.0.beta4"
group :assets do
gem 'sass-rails', '4.0.2'
gem 'sass-rails', '5.0.0.beta1'
gem 'bourbon'
gem 'coffee-script'
#gem 'therubyracer', :platforms => :ruby
@@ -25,6 +25,7 @@ gem 'haml-rails'
gem 'slim-rails'
gem 'paperclip'
gem 'email_validator'
gem 'actionpack-page_caching'
# Declare any dependencies that are still in development here instead of in
# your gemspec. These might include edge Rails or gems from your path or
# Git. Remember to move these dependencies to your gemspec before releasing