Skip to content

Commit

Permalink
update settings
Browse files Browse the repository at this point in the history
  • Loading branch information
keram committed Sep 30, 2012
1 parent 0cf475e commit b0c885c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ public/themes/*
# Public Cache
public/javascripts/cache
public/stylesheets/cache
public/refinery/*
public/assets/*

# Vendor Cache
vendor/cache
Expand Down
4 changes: 2 additions & 2 deletions env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ echo `RAILS_ENV=${1} rake db:drop`
echo `RAILS_ENV=${1} rake db:create`
echo `RAILS_ENV=${1} rake db:migrate`
echo `RAILS_ENV=${1} rake db:seed`
echo `RAILS_ENV=${1} rails r db/progressbar.rb`
echo `RAILS_ENV=${1} rails r db/refinerysk.rb`

echo "finish preparing ${1} db env"

Expand All @@ -27,4 +27,4 @@ echo "finish preparing ${1} db env"
# # echo `${tmp} bundle exec rake db:seed`
# # echo `${tmp} bundle exec rails runner db/progressbar.rb`
#
# echo "finish preparing ${rails_env} db env"
# echo "finish preparing ${rails_env} db env"

0 comments on commit b0c885c

Please sign in to comment.