mirror of
https://github.com/chenasraf/snpr.git
synced 2026-05-18 01:39:01 +00:00
adding rcov
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -18,3 +18,4 @@ solr/data
|
||||
config/database.yml
|
||||
vendor/bundle
|
||||
public/data
|
||||
coverage*
|
||||
|
||||
4
Gemfile
4
Gemfile
@@ -35,6 +35,10 @@ gem 'friendly_id', :git => 'https://github.com/norman/friendly_id.git'
|
||||
# gem 'newrelic_rpm'
|
||||
#end
|
||||
|
||||
group :development do
|
||||
gem 'rcov_rails'
|
||||
end
|
||||
|
||||
group :test do
|
||||
gem 'shoulda-context'
|
||||
gem 'shoulda-matchers'
|
||||
|
||||
@@ -107,6 +107,9 @@ GEM
|
||||
rdoc (~> 3.4)
|
||||
thor (~> 0.14.4)
|
||||
rake (0.9.2)
|
||||
rcov (0.9.11)
|
||||
rcov_rails (0.3.1)
|
||||
rcov
|
||||
rdoc (3.11)
|
||||
json (~> 1.4)
|
||||
redis (2.2.2)
|
||||
@@ -173,6 +176,7 @@ DEPENDENCIES
|
||||
pg
|
||||
rails (= 3.0.10)
|
||||
rails3-generators
|
||||
rcov_rails
|
||||
resque
|
||||
resque-loner
|
||||
ruby-debug19
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#/bin/bash
|
||||
|
||||
screen -d -m -S "Server" rails s
|
||||
screen -d -m -S "Solr" rake sunspot:solr:run
|
||||
screen -d -m -S "Server" bundle exec rails s
|
||||
screen -d -m -S "Solr" bundle exec rake sunspot:solr:run
|
||||
screen -d -m -S "Redis" redis-server
|
||||
screen -d -m -S "Resque-worker" rake environment resque:work QUEUE=*
|
||||
screen -d -m -S "Resque-worker" bundle exec rake environment resque:work QUEUE=*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user