Skip to content

Commit 4950d37

Browse files
committed
Creación de la aplicación
0 parents  commit 4950d37

Some content is hidden

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

52 files changed

+1281
-0
lines changed

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# See http://help.github.com/ignore-files/ for more about ignoring files.
2+
#
3+
# If you find yourself ignoring temporary files generated by your text editor
4+
# or operating system, you probably want to add a global ignore instead:
5+
# git config --global core.excludesfile ~/.gitignore_global
6+
7+
# Ignore bundler config
8+
/.bundle
9+
10+
# Ignore the default SQLite database.
11+
/db/*.sqlite3
12+
13+
# Ignore all logfiles and tempfiles.
14+
/log/*.log
15+
/tmp

.rspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
--colour

Gemfile

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
source 'https://rubygems.org'
2+
3+
gem 'rails', '3.2.2'
4+
5+
# Bundle edge Rails instead:
6+
# gem 'rails', :git => 'git://github.com/rails/rails.git'
7+
group :development do
8+
gem 'sqlite3', '1.3.5'
9+
gem 'rspec-rails', '2.8.1'
10+
end
11+
12+
13+
# Gems used only for assets and not required
14+
# in production environments by default.
15+
group :assets do
16+
gem 'sass-rails', '~> 3.2.3'
17+
gem 'coffee-rails', '~> 3.2.1'
18+
19+
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
20+
# gem 'therubyracer'
21+
22+
gem 'uglifier', '>= 1.0.3'
23+
end
24+
25+
gem 'jquery-rails'
26+
27+
group :test do
28+
gem 'capybara', '1.1.2'
29+
end
30+
31+
group :production do
32+
gem 'pg', '0.12.2'
33+
end
34+
35+
# To use ActiveModel has_secure_password
36+
# gem 'bcrypt-ruby', '~> 3.0.0'
37+
38+
# To use Jbuilder templates for JSON
39+
# gem 'jbuilder'
40+
41+
# Use unicorn as the app server
42+
# gem 'unicorn'
43+
44+
# Deploy with Capistrano
45+
# gem 'capistrano'
46+
47+
# To use debugger
48+
# gem 'ruby-debug19', :require => 'ruby-debug'

Gemfile.lock

Lines changed: 148 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,148 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
actionmailer (3.2.2)
5+
actionpack (= 3.2.2)
6+
mail (~> 2.4.0)
7+
actionpack (3.2.2)
8+
activemodel (= 3.2.2)
9+
activesupport (= 3.2.2)
10+
builder (~> 3.0.0)
11+
erubis (~> 2.7.0)
12+
journey (~> 1.0.1)
13+
rack (~> 1.4.0)
14+
rack-cache (~> 1.1)
15+
rack-test (~> 0.6.1)
16+
sprockets (~> 2.1.2)
17+
activemodel (3.2.2)
18+
activesupport (= 3.2.2)
19+
builder (~> 3.0.0)
20+
activerecord (3.2.2)
21+
activemodel (= 3.2.2)
22+
activesupport (= 3.2.2)
23+
arel (~> 3.0.2)
24+
tzinfo (~> 0.3.29)
25+
activeresource (3.2.2)
26+
activemodel (= 3.2.2)
27+
activesupport (= 3.2.2)
28+
activesupport (3.2.2)
29+
i18n (~> 0.6)
30+
multi_json (~> 1.0)
31+
arel (3.0.2)
32+
builder (3.0.0)
33+
capybara (1.1.2)
34+
mime-types (>= 1.16)
35+
nokogiri (>= 1.3.3)
36+
rack (>= 1.0.0)
37+
rack-test (>= 0.5.4)
38+
selenium-webdriver (~> 2.0)
39+
xpath (~> 0.1.4)
40+
childprocess (0.3.1)
41+
ffi (~> 1.0.6)
42+
coffee-rails (3.2.2)
43+
coffee-script (>= 2.2.0)
44+
railties (~> 3.2.0)
45+
coffee-script (2.2.0)
46+
coffee-script-source
47+
execjs
48+
coffee-script-source (1.2.0)
49+
diff-lcs (1.1.3)
50+
erubis (2.7.0)
51+
execjs (1.3.0)
52+
multi_json (~> 1.0)
53+
ffi (1.0.11)
54+
hike (1.2.1)
55+
i18n (0.6.0)
56+
journey (1.0.3)
57+
jquery-rails (2.0.1)
58+
railties (>= 3.2.0, < 5.0)
59+
thor (~> 0.14)
60+
json (1.6.5)
61+
mail (2.4.4)
62+
i18n (>= 0.4.0)
63+
mime-types (~> 1.16)
64+
treetop (~> 1.4.8)
65+
mime-types (1.18)
66+
multi_json (1.1.0)
67+
nokogiri (1.5.2)
68+
pg (0.12.2)
69+
polyglot (0.3.3)
70+
rack (1.4.1)
71+
rack-cache (1.2)
72+
rack (>= 0.4)
73+
rack-ssl (1.3.2)
74+
rack
75+
rack-test (0.6.1)
76+
rack (>= 1.0)
77+
rails (3.2.2)
78+
actionmailer (= 3.2.2)
79+
actionpack (= 3.2.2)
80+
activerecord (= 3.2.2)
81+
activeresource (= 3.2.2)
82+
activesupport (= 3.2.2)
83+
bundler (~> 1.0)
84+
railties (= 3.2.2)
85+
railties (3.2.2)
86+
actionpack (= 3.2.2)
87+
activesupport (= 3.2.2)
88+
rack-ssl (~> 1.3.2)
89+
rake (>= 0.8.7)
90+
rdoc (~> 3.4)
91+
thor (~> 0.14.6)
92+
rake (0.9.2.2)
93+
rdoc (3.12)
94+
json (~> 1.4)
95+
rspec (2.8.0)
96+
rspec-core (~> 2.8.0)
97+
rspec-expectations (~> 2.8.0)
98+
rspec-mocks (~> 2.8.0)
99+
rspec-core (2.8.0)
100+
rspec-expectations (2.8.0)
101+
diff-lcs (~> 1.1.2)
102+
rspec-mocks (2.8.0)
103+
rspec-rails (2.8.1)
104+
actionpack (>= 3.0)
105+
activesupport (>= 3.0)
106+
railties (>= 3.0)
107+
rspec (~> 2.8.0)
108+
rubyzip (0.9.6.1)
109+
sass (3.1.15)
110+
sass-rails (3.2.5)
111+
railties (~> 3.2.0)
112+
sass (>= 3.1.10)
113+
tilt (~> 1.3)
114+
selenium-webdriver (2.20.0)
115+
childprocess (>= 0.2.5)
116+
ffi (~> 1.0)
117+
multi_json (~> 1.0)
118+
rubyzip
119+
sprockets (2.1.2)
120+
hike (~> 1.2)
121+
rack (~> 1.0)
122+
tilt (~> 1.1, != 1.3.0)
123+
sqlite3 (1.3.5)
124+
thor (0.14.6)
125+
tilt (1.3.3)
126+
treetop (1.4.10)
127+
polyglot
128+
polyglot (>= 0.3.1)
129+
tzinfo (0.3.32)
130+
uglifier (1.2.3)
131+
execjs (>= 0.3.0)
132+
multi_json (>= 1.0.2)
133+
xpath (0.1.4)
134+
nokogiri (~> 1.3)
135+
136+
PLATFORMS
137+
ruby
138+
139+
DEPENDENCIES
140+
capybara (= 1.1.2)
141+
coffee-rails (~> 3.2.1)
142+
jquery-rails
143+
pg (= 0.12.2)
144+
rails (= 3.2.2)
145+
rspec-rails (= 2.8.1)
146+
sass-rails (~> 3.2.3)
147+
sqlite3 (= 1.3.5)
148+
uglifier (>= 1.0.3)

0 commit comments

Comments
 (0)