aboutsummaryrefslogtreecommitdiffstats
path: root/script/rails-post-deploy
Commit message (Collapse)AuthorAgeLines
* Correctly iterate over THEME_URLS arraySeb Bacon2012-05-23-2/+3
|
* Introduce ability to install multiple, layered themes.Seb Bacon2012-05-23-0/+10
|
* Use "bundle exec bundle install" (ugh) as a workaround for the fact that in ↵Seb Bacon2012-05-16-2/+2
| | | | deployment mode, the xapian-full gem gets recompiled every time
* Now we use bundler, update all scripts to exec `rake` as `bundle exec rake`Seb Bacon2012-05-04-1/+1
|
* in production mode, ensure we skip development and test gemsSeb Bacon2012-03-13-1/+1
|
* Do 'bundler' stuff in correct orderSeb Bacon2012-03-12-4/+6
|
* cause the post-deploy process to run "bundler install"Seb Bacon2012-02-22-1/+6
|
* Attempt to ensure tests always run using the "test" environment, by:Seb Bacon2012-02-07-14/+13
| | | | | 1) Not overriding any *existing* RAILS_ENV setting in rails_env.rb 2) Always creating a rails_env.rb file
* Create config/rails_env.rb in productionRobin Houston2012-02-06-17/+37
| | | | | | | | | | Partially revert 2eac4bef8d73f47bbe579b6f787ef54b8d782d7a, creating config/rails_env.rb in production only. This should address some of the difficulties with config/rails_env.rb causing unexpected behaviour in development, whilst forcing Rails into production environment where necessary for scripts run from cron etc. Closes #418?
* Get rid of config/rails_env.rbRobin Houston2012-02-02-27/+0
| | | | | | | The rails-post-deploy script was creating a file config/rails_env.rb to force $RAILS_ENV to have the appropriate value. But this is a huge pain during development, and shouldn’t be necessary anyway, so let’s get rid of it.
* don't cause an error if script has been run before (due to trying to create ↵Seb Bacon2011-09-26-2/+5
| | | | existing symlink for downloads)
* Add notes about how to make zipfiles downloadable (and provide for this in ↵Seb Bacon2011-09-15-0/+4
| | | | the rails-post-deply script)
* config/general.yml is just as good as config/generalRobin Houston2011-07-08-1/+1
|
* added option to install a theme from a remote URL as part of ↵Seb Bacon2011-06-14-0/+5
| | | | rails-post-deploy process
* Remove unneeded part of script now symlinks in gitFrancis Irving2009-12-03-4/+0
|
* Probably add Rails itselfFrancis Irving2009-12-03-13/+0
|
* Remove old versions of RailsFrancis Irving2009-12-03-13/+4
|
* Give warning when rails_env.rb is made, as it is very confusing.Francis Irving2009-12-02-0/+15
|
* Changing rspec / rspec_on_rails versionFrancis Irving2009-12-02-4/+4
|
* Oops, put back directory change.Francis Irving2009-10-29-0/+1
|
* Remove making of symlink that isn't usedFrancis Irving2009-10-29-3/+0
|
* shlib in new placeFrancis Irving2009-10-29-1/+1
|
* Now is the application directory, not mysociety CVS dirFrancis Irving2009-10-28-16/+3
|
* With new deploy system, is already in the rails app.Francis Irving2009-10-28-3/+0
|
* Fork of rails-post-deploy in mysociety/bin in CVS.Francis Irving2009-10-28-0/+110
We need it in the same repository, and probably better that it is specific to WDTK anyway.