This repository was archived by the owner on Nov 18, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +17
-16
lines changed
Expand file tree Collapse file tree 3 files changed +17
-16
lines changed Original file line number Diff line number Diff line change 55.gems
66.gems_old
7720090827190915_mfse_add_people.rb
8- Gemfile.lock
98
109config /database.yml
1110config /google_apps.yml
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ gem 'rack-openid'
1010gem 'bundler'
1111gem 'delayed_job' , '2.1.0.pre'
1212
13- # gem 'acts_as_list'
1413
1514gem 'oauth'
1615
@@ -19,7 +18,7 @@ gem 'taps'
1918
2019group :plugins do
2120 gem 'authlogic'
22- gem 'calendar_date_select'
21+ gem 'calendar_date_select'
2322end
2423
2524
@@ -35,27 +34,25 @@ group :development, :test do
3534 gem 'rake'
3635 gem 'mysql' , '2.8.1'
3736 gem 'mongrel'
38- # gem 'ruby-debug'
3937 gem 'ruby-debug-base' #'0.10.3'
40- gem 'ruby-debug-ide' #, '0.4.6'
38+ gem 'ruby-debug-ide' #'0.4.6'
39+ gem 'shoulda'
4140# gem 'hanna'
4241 gem 'rcov'
4342 gem 'rdoc' , '2.4.3' #rdoc_rails required RDoc of 2.4.3 - http://stackoverflow.com/questions/2993435/rake-uninitialized-constant-rdocrdoc
43+ gem 'rspec-rails'
4444 gem 'mocha'
45- gem 'rspec' , '1.3.1'
46- # gem 'rspec', '~>2.0.0'
47-
48- # gem 'rspec-core'
49- # gem 'rspec-expectations'
50- # gem 'rspec-mocks'
51- gem 'rspec-rails' , '1.3.3'
52- # gem 'rspec-rails'
53- gem 'shoulda'
45+ gem 'rspec'
5446 gem 'factory_girl'
47+
5548 gem 'autotest-rails' if RUBY_PLATFORM =~ /darwin/
5649 gem "autotest-fsevent" if RUBY_PLATFORM =~ /darwin/
57- gem 'autotest-growl' if RUBY_PLATFORM =~ /darwin/
58- gem 'test-unit' #'=1.2.3' #Downgrading so that autotest, rspec will work
50+ gem 'autotest-growl' if RUBY_PLATFORM =~ /darwin/
51+
52+ gem 'test-unit' , '1.2.3'
53+
5954end
6055
56+
57+
6158#gem 'gchartrb'
Original file line number Diff line number Diff line change @@ -32,6 +32,11 @@ Students should
32321. bundle install
33331. bundle exec rake db:schema:load
34341. bundle exec rake db:setup (to load the seeds.rb data)
35+ 1. verify your configuration
36+ 1. script/server
37+ 1. bundle exec rake test
38+ 1. bundle exec spec spec
39+ 1. run the server in debug mode in an IDE.
3540
3641=== DB setup
3742According to team Marcadores, this is how you startup mysql. I use the GUI tools myself
You can’t perform that action at this time.
0 commit comments