Skip to content

Commit

Permalink
Heroky ready
Browse files Browse the repository at this point in the history
  • Loading branch information
Timur Vafin committed Jul 27, 2010
1 parent bc915f1 commit 9ba1634
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* Default host for mailer from config, checkout config/initializers/mailer.rb
* Added time formats, checkout config/initializers/time_formats.rb
* Cucumber, rspec, factory girl, pickle, autotest
* Heroku ready http://fs-rails3-base.heroku.com

== Quick start

Expand Down
2 changes: 1 addition & 1 deletion config.ru
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is used by Rack-based servers to start the application.

require ::File.expand_path('../config/environment', __FILE__)
run Features::Application
run Rails3Base::Application
4 changes: 2 additions & 2 deletions config/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
defaults: &defaults
app_name: Features
noreply: noreply@features.flatsoft.com
noreply: noreply@fs-rails3-base.heroku.com
host: localhost:3000

development:
Expand All @@ -11,4 +11,4 @@ test:

production:
<<: *defaults
host: features.flatsoft.com
host: fs-rails3-base.heroku.com

0 comments on commit 9ba1634

Please sign in to comment.