Skip to content

Commit

Permalink
Added gems for autotest to work
Browse files Browse the repository at this point in the history
  • Loading branch information
roca committed Jun 1, 2011
1 parent c6fe02b commit 0768092
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 1 deletion.
Binary file not shown.
Binary file not shown.
Binary file not shown.
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ gem 'rails', '3.1.0.beta1'
gem 'sqlite3'

# Asset template engines
gem 'haml' ,'~>3.0.25'
gem 'sass'
gem 'coffee-script'
gem 'uglifier'
Expand All @@ -26,4 +27,8 @@ gem 'jquery-rails'
group :test do
# Pretty printed test output
gem 'turn', :require => false
gem 'ZenTest', '4.1.4'
gem 'autotest-growl'
gem 'autotest-fsevent'
gem 'autotest-rails', '4.1.0'
end
13 changes: 13 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
GEM
remote: http://rubygems.org/
specs:
ZenTest (4.1.4)
actionmailer (3.1.0.beta1)
actionpack (= 3.1.0.beta1)
mail (~> 2.3.0)
Expand Down Expand Up @@ -33,6 +34,11 @@ GEM
multi_json (~> 1.0)
ansi (1.2.5)
arel (2.1.0)
autotest-fsevent (0.2.5)
sys-uname
autotest-growl (0.2.9)
autotest-rails (4.1.0)
ZenTest
bcrypt-ruby (2.1.4)
builder (3.0.0)
coffee-script (2.2.0)
Expand All @@ -42,6 +48,7 @@ GEM
erubis (2.7.0)
execjs (0.3.3)
multi_json (~> 1.0)
haml (3.0.25)
hike (1.0.0)
i18n (0.6.0beta1)
jquery-rails (1.0)
Expand Down Expand Up @@ -85,6 +92,7 @@ GEM
rack (~> 1.0)
tilt (~> 1.0)
sqlite3 (1.3.3)
sys-uname (0.8.5)
thor (0.14.6)
tilt (1.3)
treetop (1.4.9)
Expand All @@ -100,7 +108,12 @@ PLATFORMS
ruby

DEPENDENCIES
ZenTest (= 4.1.4)
autotest-fsevent
autotest-growl
autotest-rails (= 4.1.0)
coffee-script
haml (~> 3.0.25)
jquery-rails
rails (= 3.1.0.beta1)
sass
Expand Down
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Application < Rails::Application

# Enable IdentityMap for Active Record, to disable set to false or remove the line below.
config.active_record.identity_map = true

ActiveRecord::IdentityMap.enabled = true
# Enable the asset pipeline
config.assets.enabled = true
end
Expand Down

0 comments on commit 0768092

Please sign in to comment.