Skip to content

Commit

Permalink
Require AR as active_record in the generated Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lifo committed Aug 13, 2011
1 parent e3ac222 commit 9b8e0b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/cramp/generators/templates/application/Gemfile
Expand Up @@ -14,10 +14,10 @@ gem 'async-rack'
# For async Active Record models
<% if active_record? -%>
gem 'mysql2', '~> 0.2.11'
gem 'activerecord'
gem 'activerecord', :require => 'active_record'
<% else -%>
# gem 'mysql2', '~> 0.2.11'
# gem 'activerecord'
# gem 'activerecord', :require => 'active_record'
<% end -%>
# Using Fibers + async callbacks to emulate synchronous programming
Expand Down

0 comments on commit 9b8e0b8

Please sign in to comment.