diff --git a/.gitignore b/.gitignore index 8587072..991cb9d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,10 @@ db/*.sqlite3 log/*.log tmp/**/* +tmp/* public/system .*~ .*.swp +.DS* +**/.DS* +.rvmrc diff --git a/app/models/page.rb b/app/models/page.rb index 84498a7..3e06acc 100644 --- a/app/models/page.rb +++ b/app/models/page.rb @@ -1,5 +1,5 @@ require 'rdiscount' class Page < ActiveRecord::Base - acts_as_markdown :content + acts_as_markdown :content, :markdown_options => [ :smart ] end diff --git a/public/.DS_Store b/public/.DS_Store deleted file mode 100644 index f818118..0000000 Binary files a/public/.DS_Store and /dev/null differ