Skip to content

Commit

Permalink
+ history code
Browse files Browse the repository at this point in the history
  • Loading branch information
floere committed Oct 26, 2011
1 parent a18fcc5 commit 98c7571
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions history.textile
Expand Up @@ -5,15 +5,14 @@ h2. Version 3.2.0
* hanke: (server) Removed bundler specific code from Picky. You need to decide yourself if you want it. Opens the possibility to just run Picky in a script to try ideas etc.
* hanke: (generators) The generated Sinatra server does not use bundler anymore. Classic servers still need it. You can add it back in by adding the following code in @app.rb@, right after @require 'picky'@:

begin
require 'bundler'
rescue LoadError => e
require 'rubygems'
require 'bundler'
end
Bundler.setup PICKY_ENVIRONMENT
Bundler.require

<pre><code>begin
require 'bundler'
rescue LoadError => e
require 'rubygems'
require 'bundler'
end
Bundler.setup PICKY_ENVIRONMENT
Bundler.require</code></pre>

h2. Version 3.1.13

Expand Down

0 comments on commit 98c7571

Please sign in to comment.