Skip to content

Commit

Permalink
Deployment is the #1 question I get most often
Browse files Browse the repository at this point in the history
  • Loading branch information
bmizerany committed Feb 10, 2009
1 parent fc04876 commit 2c2dd42
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions faq.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ layout: default
Frequently Asked Questions
==========================

## <a id='deploy' href='#deploy'>What are my deployment options?</a>

See the [book](book.html#deployment).

## <a id='sessions' href='#sessions'>How do I use sessions?</a>

Sessions are disabled by default. You need to enable them and then use the
Expand Down Expand Up @@ -156,10 +160,6 @@ And in `mailerapp.rb`:
:body => erb(:email)
end

## <a id='deploy' href='#deploy'>What are my deployment options?</a>

See the [book](book.html#deployment).

## <a id='escape_html' href='#escape_html'>How do I escape html?</a>

Include [Rack::Utils](http://rack.rubyforge.org/doc/classes/Rack/Utils.html)
Expand All @@ -177,6 +177,8 @@ Now you can escape html in your templates like this:
Thanks to [Chris Schneider](http://www.gittr.com/index.php/archive/using-rackutils-in-sinatra-escape_html-h-in-rails/)
for the tip!

=======
>>>>>>> Deployment is the #1 question I get most often:faq.markdown
<!--
### <a id='queue' href='#queue'>How do I process jobs in the background?</a>
Expand Down

0 comments on commit 2c2dd42

Please sign in to comment.