aboutsummaryrefslogtreecommitdiffstats
path: root/config/application.rb
Commit message (Collapse)AuthorAgeLines
* Add responsive assets to precompilation list0.18.0.1hotfix/0.18.0.1Louise Crow2014-05-15-1/+4
|
* Add foundation to the sass load pathsLouise Crow2014-04-24-0/+5
| | | | So that we can import it from a subdirectory
* Merge branch 'issues/337-attachment-title' into rails-3-developGareth Rees2014-04-14-0/+1
|\
| * Add AttachmentToHTML libraryGareth Rees2014-03-28-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Extracts the attachment processing from FoiAttachment#body_to_html AttachmentToHTML contains adapters which convert - text/plain - application/pdf - application/rtf Results are returned as an AttachmentHTML::HTML instance which contains the raw HTML and other metadata about the conversion.
* | use fancybox-rails to provide fancyboxGareth Rees2014-04-07-6/+6
|/ | | | | | http://rubygems.org/gems/fancybox-rails Provides better asset pipeline integration.
* Merge branch 'feature/batch-requests' into rails-3-developLouise Crow2014-01-29-0/+3
|\ | | | | | | | | | | Conflicts: config/general.yml-example spec/factories.rb
| * Add list of bodies batch request will be sent to.Louise Crow2013-12-04-0/+1
| |
| * Javascript enhancements.Louise Crow2013-12-04-0/+2
| | | | | | | | Add or remove all buttons, ajax search as you type.
* | Add admin urls to change request emailsLouise Crow2014-01-13-0/+6
| |
* | Fix the link to the fancybox CSSMark Longair2013-12-05-0/+1
|/
* Set enforce_available_locales to false.Louise Crow2013-12-04-0/+1
| | | | | This was the previous behaviour. Setting it explicitly avoids a deprecation warning.
* Merge remote-tracking branch 'origin/merged-rails-3-2-assset-pipeline' into ↵Louise Crow2013-11-29-1/+27
|\ | | | | | | | | | | | | rails-3-develop Conflicts: Gemfile.lock
| * Remove jquery-ui; in a later commit we'll add it back via the gemMark Longair2013-11-26-1/+0
| | | | | | | | | | | | | | The intention is to stop including our own custom build of jquery-ui but instead use the jquery-ui-rails gem, which works well with the asset pipeline. This commit should remove all traces of the old download of jquery-ui.
| * Don't include the main stylesheet directly; it's now in application.cssMark Longair2013-11-26-1/+0
| |
| * Fix asset inclusion where THEME_URLS is emptyMark Longair2013-11-26-0/+1
| |
| * Some of the non-manifest assets must have the full basenameMark Longair2013-11-19-0/+1
| | | | | | | | | | | | | | In production mode, the javascript_include_tag and stylesheet_link_tag helpers seem to fail unless the non-manifest assets are given the full basename, whereas the manifests, e.g. application.js, can be referred to as just, e.g. 'application'.
| * Also precompile admin.cssMark Longair2013-11-19-0/+1
| |
| * Add the IE 6 and IE 7 compatability CSS to the asset pipelineMark Longair2013-11-19-1/+3
| |
| * Move to serving main.css from the asset pipelineMark Longair2013-11-19-1/+2
| |
| * Serve fonts from the asset pipelineMark Longair2013-11-19-1/+2
| | | | | | | | | | | | Following the suggestion to use the sass-rails font-path helper: http://aokolish.me/blog/2011/12/24/at-font-face-with-the-asset-pipeline/
| * Move everything out of stylesheets/admin-theme into app/assets/Mark Longair2013-11-19-0/+1
| |
| * Switch Javascript (bar admin) to be served with the asset piplineMark Longair2013-11-19-0/+10
| |
| * Enable the Rails asset pipeline (Sprockets)Mark Longair2013-11-19-1/+11
| |
* | Set cache store to memcached, turn off rack-cache.Louise Crow2013-11-25-0/+4
|/ | | | | | | | | The rack-cache gem version used by Rails (and turned on by default in 3.1) has a bug using memcached backend and the backend is unavailable. Note that we could just add the git version with the relevant pull request merged to the Gemfile if we wanted to keep rake-cache on, but it seems like Varnish should really be doing the job of whole page caching better for us.
* Insert cookie stripping at correct point in middleware stack.Louise Crow2013-11-18-1/+1
|
* Revert "Assume that format will be specified in the url requested, or ↵Louise Crow2013-06-26-5/+0
| | | | | | default to HTML. Fixes #989." This reverts commit c1b3324922687778b316ee1a180582013bcf6d0e.
* Assume that format will be specified in the url requested, or default to ↵Louise Crow2013-06-20-0/+5
| | | | HTML. Fixes #989.
* Handle routing errors with our custom template too.Louise Crow2013-05-02-1/+4
|
* Rename Configuration class to avoid conflict with ActiveSupport::ConfigurableHenare Degan2013-03-03-3/+3
|
* Move middleware insertionHenare Degan2012-12-11-0/+4
|
* RAILS_ROOT is deprecatedHenare Degan2012-12-11-1/+1
|
* Move Rails config overHenare Degan2012-12-11-0/+26
|
* Run the Rails 3 generatorHenare Degan2012-12-11-0/+42