Sha256: 74e0362d401c27037cf78e9186185b76658847beb55f05efea5986cf035127e3

Contents?: true

Size: 630 Bytes

Versions: 26

Compression:

Stored size: 630 Bytes

Contents

*******************************************************************************

Next:

1. Configure default url options for the mailer to generate URLs in emails.
   In production.rb it must be the actual host your application is deployed to.
   In config/environments/test.rb and config/environments/development.rb:

     config.action_mailer.default_url_options = { :host => 'localhost:3000' }

2. If you haven't already, be sure you have delayed_jobs setup and configured:

     ./script/generate delayed_job

3. Migrate:

     rake db:migrate

*******************************************************************************

Version data entries

26 entries across 26 versions & 4 rubygems

Version Path
headstart-0.11.2 generators/headstart/templates/README
headstart-0.11.1 generators/headstart/templates/README
headstart-0.9.2 generators/headstart/templates/README
headstart-0.9.1 generators/headstart/templates/README
headstart-0.9.0 generators/headstart/templates/README
headstart-0.8.0 generators/headstart/templates/README
headstart-0.7.0 generators/headstart/templates/README
headstart-0.6.2 generators/headstart/templates/README
headstart-0.6.1 generators/headstart/templates/README
headstart-0.6.0 generators/headstart/templates/README
headstart-0.5.5 generators/headstart/templates/README
headstart-0.5.4 generators/headstart/templates/README
headstart-0.5.3 generators/headstart/templates/README
headstart-0.5.2 generators/headstart/templates/README
headstart-0.5.1 generators/headstart/templates/README
headstart-0.5.0 generators/headstart/templates/README
headstart-0.4.2 generators/headstart/templates/README
headstart-0.4.1 generators/headstart/templates/README
headstart-0.4.0 generators/headstart/templates/README
headstart-0.3.0 generators/headstart/templates/README