aboutsummaryrefslogtreecommitdiffstats
path: root/config/environments/development.rb
Commit message (Collapse)AuthorAgeLines
* Merge branch 'feature/rails-3-2-upgrade-spike' into ↵Mark Longair2013-11-29-0/+7
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/switch-to-asset-pipeline Conflicts: Gemfile.lock app/assets/images/admin-theme/ui-bg_flat_0_aaaaaa_40x100.png app/assets/images/admin-theme/ui-bg_flat_55_fbf9ee_40x100.png app/assets/images/admin-theme/ui-bg_flat_65_ffffff_40x100.png app/assets/images/admin-theme/ui-bg_flat_75_cccccc_40x100.png app/assets/images/admin-theme/ui-bg_flat_75_dadada_40x100.png app/assets/images/admin-theme/ui-bg_flat_75_e6e6e6_40x100.png app/assets/images/admin-theme/ui-bg_flat_75_ffffff_40x100.png app/assets/images/admin-theme/ui-bg_inset-soft_95_fef1ec_1x100.png app/assets/images/admin-theme/ui-icons_222222_256x240.png app/assets/images/admin-theme/ui-icons_2e83ff_256x240.png app/assets/images/admin-theme/ui-icons_454545_256x240.png app/assets/images/admin-theme/ui-icons_888888_256x240.png app/assets/images/admin-theme/ui-icons_cd0a0a_256x240.png app/assets/javascripts/admin.js app/assets/javascripts/admin/jquery-ui.min.js app/assets/javascripts/application.js app/assets/javascripts/jquery-ui.min.js app/assets/javascripts/jquery.flot.errorbars.min.js app/assets/javascripts/jquery.flot.min.js app/assets/javascripts/stats.js app/assets/stylesheets/application.css app/assets/stylesheets/fonts.scss app/views/general/_stylesheet_includes.html.erb app/views/layouts/admin.html.erb app/views/layouts/default.html.erb app/views/public_body/statistics.html.erb config/application.rb config/environments/development.rb
| * Add default Rails 3.2 development settings.Louise Crow2013-11-12-0/+7
| | | | | | | | As suggested in http://guides.rubyonrails.org/3_2_release_notes.html
| * Beginning of switch to using the asset pipelineMark Longair2013-09-30-0/+7
| |
* | Enable the Rails asset pipeline (Sprockets)Mark Longair2013-11-19-0/+7
| |
* | Add a config option for whether to use mailcatcher in developmentMark Longair2013-10-29-3/+8
|/ | | | | Sometimes it's useful to be able to really send mail in development mode, so add a config option for that.
* No longer available in Rails 3.1Henare Degan2013-03-03-1/+0
|
* Add some new Rails 3 settings and tidy up environments filesHenare Degan2012-12-11-3/+3
|
* Don't reduce the log level in developmentHenare Degan2012-12-11-2/+0
|
* Add new Rails 3 configHenare Degan2012-12-11-1/+3
|
* Upgrade environment configurationsHenare Degan2012-12-11-22/+24
|
* Merge remote-tracking branch ↵Louise Crow2012-11-01-2/+5
|\ | | | | | | | | | | | | 'openaustralia_github/use_mailcatcher_in_development' into develop Conflicts: Gemfile.lock
| * By default in development send mails to mailcatcherMatthew Landauer2012-10-18-2/+5
| |
* | Disabled caching in development, looks like it was accidentally enabled in ↵Henare Degan2012-10-18-1/+1
|/ | | | 9ffbadea
* Remove gem spec from environmentRobin Houston2012-06-06-2/+0
| | | | This was causing me strange errors, and we think is not needed.
* Don't send emails in development; output them to the console instead.Seb Bacon2012-05-25-0/+1
|
* More changes and refactoring to make purges work.Seb Bacon2012-04-20-0/+2
|
* initial, basic i18n support with gettextSeb Bacon2011-03-10-0/+2
|
* ensure tests run with test environmentSeb Bacon2011-02-25-2/+0
|
* Don't need object debugging any more.francis2009-09-17-2/+4
|
* Constants must be capsfrancis2009-09-10-0/+4
|
* Page cache attachments.francis2008-09-12-1/+1
|
* Migration to Rails 2.1francis2008-09-04-1/+0
|
* Migration to Rails 2.0.2francis2008-01-23-3/+0
|
* Only use sendmail for mail delivery in dev and production, not in test.francis2007-12-13-0/+2
|
* Default Rails gumph.francis2007-08-01-0/+21