Upgrade to Rails 3.2 and move some of the assets to the asset pipeline directories

This commit is contained in:
Alan Bradburne
2012-02-09 23:26:47 +00:00
parent 61c7d2147c
commit bfd5b29a9a
15 changed files with 169 additions and 260 deletions

8
.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
log/*.log
tmp/**/*
tmp/restart.txt
config/database.yml
.DS_Store
db/*.sqlite3
.bundle
.bundle/*