aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
Commit message (Collapse)AuthorAgeLines
* Use Rails.root in the RakefileMark Longair2013-12-03-2/+2
| | | | | | It seems more robust (or certainly easier to understand on reading the code) to make these paths relative to the Rails root rather than File.dirname(__FILE__).
* Add back the acts_as_xapian Rake tasksMark Longair2013-12-03-0/+2
| | | | | | | An effect of moving the acts_as_xapian plugin out of vendor/plugins is that its Rake tasks are no longer found. A fix for this (although not necessarily the best) is in this commit - load everything in lib/acts_as_xapian/tasks/*.rake in the Rakefile.
* Revert "Silence deprecation warnings."Mark Longair2013-12-03-1/+0
| | | | This reverts commit 084cc9574c254cc0af2de4cd615fa99a5be8bc83.
* Silence deprecation warnings.Louise Crow2013-11-12-0/+1
| | | | | The remaining deprecation warnings are for the plugins, and they interfere with incoming mail handling by producing output on stderr.
* Only load commonlib spec file in the test environmentLouise Crow2013-05-28-1/+3
|
* Merge remote-tracking branch 'origin/hotfix/0.9.0.3' into rails-3-developLouise Crow2013-05-16-1/+1
|\ | | | | | | | | | | | | Conflicts: Rakefile app/models/contact_mailer.rb spec/models/contact_mailer_spec.rb
| * Re-add commonlib rake filesLouise Crow2013-05-15-0/+3
| |
| * If we're not going to run the commonlib tests (and I think that's correct - ↵Louise Crow2012-12-18-1/+0
| | | | | | | | they belong in commonlib and should only be run when commonlib is changed), then don't load them. Allows us not to include the rspec gem in production.
* | Run the Rails 3 generatorHenare Degan2012-12-11-7/+2
|/
* Update Rakefile to reflect rollback to rake 0.8.7Louise Crow2012-11-27-1/+0
|
* Avoid "uninitialized constant Rake::DSL" errorRobin Houston2012-03-13-0/+1
| | | | See http://stackoverflow.com/a/6686628/424991
* remove warning: 'rake/rdoctask is deprecated. Use rdoc/task instead (in RDoc ↵James McKinney2011-10-11-1/+1
| | | | 2.4.2+)'
* Moved tests for commonlib/rblib functions to commonlib/rblib/tests. Added ↵Louise Crow2010-10-01-0/+2
| | | | that as a dependency for rake spec.
* Add simple frontpage, using layout for HTML header/footer.francis2007-08-01-0/+10