Skip to content
This repository has been archived by the owner on Jan 30, 2018. It is now read-only.

Merge of my fixes from master #34

Open
wants to merge 8 commits into
base: dev
Choose a base branch
from
Open

Commits on Nov 16, 2011

  1. Rescue rcov tasks if Cucumber or Rspec are unavailable (e.g. production)

    This is probably a better general solution than checking if we're on Heroku
    
    Conflicts:
    
    	lib/tasks/rcov.rake
    mrtorrent committed Nov 16, 2011
    Configuration menu
    Copy the full SHA
    0ff9698 View commit details
    Browse the repository at this point in the history
  2. Ensure receive_email script PWD is the application root to fix relati…

    …ve paths
    
    Some paths in the application are interpreted as relative to the present
    working directory. If the user does not first cd to the Rails root, this
    causes the application to bomb out at various places when running receive_mail.
    mrtorrent committed Nov 16, 2011
    Configuration menu
    Copy the full SHA
    0c2b081 View commit details
    Browse the repository at this point in the history
  3. Whenever 0.7 should be required, for its Bundler support

    Conflicts:
    
    	Gemfile.lock
    mrtorrent committed Nov 16, 2011
    Configuration menu
    Copy the full SHA
    4524be9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36ce5aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    beb229c View commit details
    Browse the repository at this point in the history
  6. The Sphinx cron job should only reindex, not rebuild

    Rebuilding is only necessary when the schema changes, so doing this is a job
    for the deployment script
    
    Conflicts:
    
    	config/schedule.rb
    mrtorrent committed Nov 16, 2011
    Configuration menu
    Copy the full SHA
    090baa9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0ed8195 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6d39125 View commit details
    Browse the repository at this point in the history