Skip to content

Commit 909de49

Browse files
author
Rosa
committed
Add company model
1 parent 7b991ff commit 909de49

File tree

92 files changed

+11547
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+11547
-1
lines changed

Gemfile

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
source 'http://rubygems.org'
2+
3+
gem 'rails', '3.0.1'
4+
5+
gem 'pg'
6+
gem 'devise'
7+
gem 'cancan'
8+
gem "nifty-generators"
9+
gem 'paperclip'
10+
gem 'aws-s3', :require => 'aws/s3'
11+
gem 'ruby-debug'
12+
13+
group :development, :test do
14+
gem 'capybara'
15+
gem 'database_cleaner'
16+
gem 'cucumber-rails'
17+
gem 'cucumber'
18+
gem 'rspec-rails'
19+
gem 'spork'
20+
gem 'factory_girl_rails'
21+
gem 'launchy'
22+
gem "ruby-debug"
23+
gem "selenium-client"
24+
end

Gemfile.lock

+174
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,174 @@
1+
GEM
2+
remote: http://rubygems.org/
3+
specs:
4+
abstract (1.0.0)
5+
actionmailer (3.0.1)
6+
actionpack (= 3.0.1)
7+
mail (~> 2.2.5)
8+
actionpack (3.0.1)
9+
activemodel (= 3.0.1)
10+
activesupport (= 3.0.1)
11+
builder (~> 2.1.2)
12+
erubis (~> 2.6.6)
13+
i18n (~> 0.4.1)
14+
rack (~> 1.2.1)
15+
rack-mount (~> 0.6.12)
16+
rack-test (~> 0.5.4)
17+
tzinfo (~> 0.3.23)
18+
activemodel (3.0.1)
19+
activesupport (= 3.0.1)
20+
builder (~> 2.1.2)
21+
i18n (~> 0.4.1)
22+
activerecord (3.0.1)
23+
activemodel (= 3.0.1)
24+
activesupport (= 3.0.1)
25+
arel (~> 1.0.0)
26+
tzinfo (~> 0.3.23)
27+
activeresource (3.0.1)
28+
activemodel (= 3.0.1)
29+
activesupport (= 3.0.1)
30+
activesupport (3.0.1)
31+
arel (1.0.1)
32+
activesupport (~> 3.0.0)
33+
aws-s3 (0.6.2)
34+
builder
35+
mime-types
36+
xml-simple
37+
bcrypt-ruby (2.1.3)
38+
builder (2.1.2)
39+
cancan (1.4.1)
40+
capybara (0.4.0)
41+
celerity (>= 0.7.9)
42+
culerity (>= 0.2.4)
43+
mime-types (>= 1.16)
44+
nokogiri (>= 1.3.3)
45+
rack (>= 1.0.0)
46+
rack-test (>= 0.5.4)
47+
selenium-webdriver (>= 0.0.27)
48+
xpath (~> 0.1.2)
49+
celerity (0.8.6)
50+
childprocess (0.1.6)
51+
ffi (~> 0.6.3)
52+
columnize (0.3.2)
53+
configuration (1.2.0)
54+
cucumber (0.10.0)
55+
builder (>= 2.1.2)
56+
diff-lcs (~> 1.1.2)
57+
gherkin (~> 2.3.2)
58+
json (~> 1.4.6)
59+
term-ansicolor (~> 1.0.5)
60+
cucumber-rails (0.3.2)
61+
cucumber (>= 0.8.0)
62+
culerity (0.2.13)
63+
database_cleaner (0.6.0)
64+
devise (1.1.5)
65+
bcrypt-ruby (~> 2.1.2)
66+
warden (~> 1.0.2)
67+
diff-lcs (1.1.2)
68+
erubis (2.6.6)
69+
abstract (>= 1.0.0)
70+
factory_girl (1.3.2)
71+
factory_girl_rails (1.0)
72+
factory_girl (~> 1.3)
73+
rails (>= 3.0.0.beta4)
74+
ffi (0.6.3)
75+
rake (>= 0.8.7)
76+
gherkin (2.3.3)
77+
json (~> 1.4.6)
78+
i18n (0.4.2)
79+
json (1.4.6)
80+
json_pure (1.4.6)
81+
launchy (0.3.7)
82+
configuration (>= 0.0.5)
83+
rake (>= 0.8.1)
84+
linecache (0.43)
85+
mail (2.2.13)
86+
activesupport (>= 2.3.6)
87+
i18n (>= 0.4.0)
88+
mime-types (~> 1.16)
89+
treetop (~> 1.4.8)
90+
mime-types (1.16)
91+
nifty-generators (0.4.3)
92+
nokogiri (1.4.4)
93+
paperclip (2.3.8)
94+
activerecord
95+
activesupport
96+
pg (0.10.0)
97+
polyglot (0.3.1)
98+
rack (1.2.1)
99+
rack-mount (0.6.13)
100+
rack (>= 1.0.0)
101+
rack-test (0.5.7)
102+
rack (>= 1.0)
103+
rails (3.0.1)
104+
actionmailer (= 3.0.1)
105+
actionpack (= 3.0.1)
106+
activerecord (= 3.0.1)
107+
activeresource (= 3.0.1)
108+
activesupport (= 3.0.1)
109+
bundler (~> 1.0.0)
110+
railties (= 3.0.1)
111+
railties (3.0.1)
112+
actionpack (= 3.0.1)
113+
activesupport (= 3.0.1)
114+
rake (>= 0.8.4)
115+
thor (~> 0.14.0)
116+
rake (0.8.7)
117+
rspec (2.4.0)
118+
rspec-core (~> 2.4.0)
119+
rspec-expectations (~> 2.4.0)
120+
rspec-mocks (~> 2.4.0)
121+
rspec-core (2.4.0)
122+
rspec-expectations (2.4.0)
123+
diff-lcs (~> 1.1.2)
124+
rspec-mocks (2.4.0)
125+
rspec-rails (2.4.1)
126+
actionpack (~> 3.0)
127+
activesupport (~> 3.0)
128+
railties (~> 3.0)
129+
rspec (~> 2.4.0)
130+
ruby-debug (0.10.4)
131+
columnize (>= 0.1)
132+
ruby-debug-base (~> 0.10.4.0)
133+
ruby-debug-base (0.10.4)
134+
linecache (>= 0.3)
135+
rubyzip (0.9.4)
136+
selenium-client (1.2.18)
137+
selenium-webdriver (0.1.2)
138+
childprocess (~> 0.1.5)
139+
ffi (~> 0.6.3)
140+
json_pure
141+
rubyzip
142+
spork (0.8.4)
143+
term-ansicolor (1.0.5)
144+
thor (0.14.6)
145+
treetop (1.4.9)
146+
polyglot (>= 0.3.1)
147+
tzinfo (0.3.23)
148+
warden (1.0.3)
149+
rack (>= 1.0.0)
150+
xml-simple (1.0.12)
151+
xpath (0.1.2)
152+
nokogiri (~> 1.3)
153+
154+
PLATFORMS
155+
ruby
156+
157+
DEPENDENCIES
158+
aws-s3
159+
cancan
160+
capybara
161+
cucumber
162+
cucumber-rails
163+
database_cleaner
164+
devise
165+
factory_girl_rails
166+
launchy
167+
nifty-generators
168+
paperclip
169+
pg
170+
rails (= 3.0.1)
171+
rspec-rails
172+
ruby-debug
173+
selenium-client
174+
spork

0 commit comments

Comments
 (0)