Skip to content

Commit 2a0fe0c

Browse files
committed
Merge branch 'rails-4'
Conflicts: .travis.yml plugins/040-apps/app/views/apps/_is_installed.html.slim
2 parents 59db304 + d814a2e commit 2a0fe0c

103 files changed

Lines changed: 608 additions & 880 deletions

File tree

Some content is hidden

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

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0-p195
1+
ruby-2.0.0-p353

.rvmrc

Lines changed: 0 additions & 2 deletions
This file was deleted.

Gemfile

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,26 @@
11
source 'https://rubygems.org'
22

3-
gem 'rails', '3.2.17'
3+
gem "rails", '~>4.1.1'
44

55
gem 'mysql2'
66
gem "yettings"
77

8-
group :assets do
9-
gem 'sass-rails'
10-
gem 'coffee-rails'
8+
gem 'sass-rails' , '~>4.0.3'
9+
gem 'coffee-rails'
1110

12-
gem 'therubyracer'
11+
gem 'therubyracer'
1312

14-
gem 'uglifier'
15-
end
13+
gem 'uglifier'
14+
15+
gem "activeresource", require: "active_resource"
16+
gem 'protected_attributes'
17+
gem 'actionpack-action_caching'
18+
gem 'rails-observers'
1619

1720
gem 'jbuilder'
1821
gem 'ya2yaml'
1922

20-
gem 'themes_for_rails'
23+
gem 'themes_for_rails', :git => "https://github.com/amahi/themes_for_rails.git"
2124

2225
gem 'jquery-rails'
2326
gem 'jquery-ui-rails'
@@ -43,7 +46,7 @@ group :development do
4346

4447
# FIXME: for Fedora only
4548
if ((open('/etc/issue').grep(/fedora/i).length > 0) rescue false)
46-
gem 'minitest'
49+
gem "minitest"
4750
end
4851
end
4952

Gemfile.lock

Lines changed: 114 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,54 @@
1+
GIT
2+
remote: https://github.com/amahi/themes_for_rails.git
3+
revision: e0f2e834ce27f19b287e964f18f027a9b4f172bb
4+
specs:
5+
themes_for_rails (0.5.1)
6+
rails (>= 3.0.0)
7+
18
GEM
29
remote: https://rubygems.org/
310
specs:
4-
actionmailer (3.2.17)
5-
actionpack (= 3.2.17)
11+
actionmailer (4.1.1)
12+
actionpack (= 4.1.1)
13+
actionview (= 4.1.1)
614
mail (~> 2.5.4)
7-
actionpack (3.2.17)
8-
activemodel (= 3.2.17)
9-
activesupport (= 3.2.17)
10-
builder (~> 3.0.0)
15+
actionpack (4.1.1)
16+
actionview (= 4.1.1)
17+
activesupport (= 4.1.1)
18+
rack (~> 1.5.2)
19+
rack-test (~> 0.6.2)
20+
actionpack-action_caching (1.1.1)
21+
actionpack (>= 4.0.0, < 5.0)
22+
actionview (4.1.1)
23+
activesupport (= 4.1.1)
24+
builder (~> 3.1)
1125
erubis (~> 2.7.0)
12-
journey (~> 1.0.4)
13-
rack (~> 1.4.5)
14-
rack-cache (~> 1.2)
15-
rack-test (~> 0.6.1)
16-
sprockets (~> 2.2.1)
17-
activemodel (3.2.17)
18-
activesupport (= 3.2.17)
19-
builder (~> 3.0.0)
20-
activerecord (3.2.17)
21-
activemodel (= 3.2.17)
22-
activesupport (= 3.2.17)
23-
arel (~> 3.0.2)
24-
tzinfo (~> 0.3.29)
25-
activeresource (3.2.17)
26-
activemodel (= 3.2.17)
27-
activesupport (= 3.2.17)
28-
activesupport (3.2.17)
29-
i18n (~> 0.6, >= 0.6.4)
30-
multi_json (~> 1.0)
26+
activemodel (4.1.1)
27+
activesupport (= 4.1.1)
28+
builder (~> 3.1)
29+
activerecord (4.1.1)
30+
activemodel (= 4.1.1)
31+
activesupport (= 4.1.1)
32+
arel (~> 5.0.0)
33+
activeresource (4.0.0)
34+
activemodel (~> 4.0)
35+
activesupport (~> 4.0)
36+
rails-observers (~> 0.1.1)
37+
activesupport (4.1.1)
38+
i18n (~> 0.6, >= 0.6.9)
39+
json (~> 1.7, >= 1.7.7)
40+
minitest (~> 5.1)
41+
thread_safe (~> 0.1)
42+
tzinfo (~> 1.1)
3143
addressable (2.3.6)
32-
arel (3.0.3)
33-
authlogic (3.4.1)
44+
arel (5.0.1.20140414130214)
45+
authlogic (3.4.2)
3446
activerecord (>= 3.2)
3547
activesupport (>= 3.2)
36-
request_store (~> 1.0.5)
48+
request_store (~> 1.0)
3749
bcrypt (3.1.7)
38-
builder (3.0.4)
39-
capybara (2.2.1)
50+
builder (3.2.2)
51+
capybara (2.3.0)
4052
mime-types (>= 1.16)
4153
nokogiri (>= 1.3.3)
4254
rack (>= 1.0.0)
@@ -46,19 +58,19 @@ GEM
4658
capybara (>= 1.0, < 3)
4759
launchy
4860
cliver (0.3.2)
49-
coffee-rails (3.2.2)
61+
coffee-rails (4.0.1)
5062
coffee-script (>= 2.2.0)
51-
railties (~> 3.2.0)
63+
railties (>= 4.0.0, < 5.0)
5264
coffee-script (2.2.0)
5365
coffee-script-source
5466
execjs
5567
coffee-script-source (1.7.0)
5668
daemons (1.1.9)
5769
diff-lcs (1.2.5)
58-
docile (1.1.3)
70+
docile (1.1.5)
5971
erubis (2.7.0)
6072
eventmachine (1.0.3)
61-
execjs (2.0.2)
73+
execjs (2.2.0)
6274
factory_girl (4.4.0)
6375
activesupport (>= 3.0.0)
6476
factory_girl_rails (4.4.1)
@@ -70,11 +82,10 @@ GEM
7082
rake
7183
hike (1.2.3)
7284
i18n (0.6.9)
73-
jbuilder (2.0.6)
85+
jbuilder (2.1.1)
7486
activesupport (>= 3.0.0, < 5)
7587
multi_json (~> 1.2)
76-
journey (1.0.4)
77-
jquery-rails (3.1.0)
88+
jquery-rails (3.1.1)
7889
railties (>= 3.0, < 5.0)
7990
thor (>= 0.14, < 2.0)
8091
jquery-ui-rails (4.2.1)
@@ -88,67 +99,70 @@ GEM
8899
mime-types (~> 1.16)
89100
treetop (~> 1.4.8)
90101
mime-types (1.25.1)
91-
mini_portile (0.5.3)
92-
minitest (5.3.3)
93-
multi_json (1.9.2)
94-
mysql2 (0.3.15)
95-
nokogiri (1.6.1)
96-
mini_portile (~> 0.5.0)
97-
poltergeist (1.5.0)
102+
mini_portile (0.6.0)
103+
minitest (5.3.5)
104+
multi_json (1.10.1)
105+
mysql2 (0.3.16)
106+
nokogiri (1.6.2.1)
107+
mini_portile (= 0.6.0)
108+
poltergeist (1.5.1)
98109
capybara (~> 2.1)
99110
cliver (~> 0.3.1)
100111
multi_json (~> 1.0)
101112
websocket-driver (>= 0.2.0)
102-
polyglot (0.3.4)
113+
polyglot (0.3.5)
114+
protected_attributes (1.0.8)
115+
activemodel (>= 4.0.1, < 5.0)
103116
psych (2.0.5)
104-
quiet_assets (1.0.2)
117+
quiet_assets (1.0.3)
105118
railties (>= 3.1, < 5.0)
106-
rack (1.4.5)
107-
rack-cache (1.2)
108-
rack (>= 0.4)
109-
rack-ssl (1.3.4)
110-
rack
119+
rack (1.5.2)
111120
rack-test (0.6.2)
112121
rack (>= 1.0)
113-
rails (3.2.17)
114-
actionmailer (= 3.2.17)
115-
actionpack (= 3.2.17)
116-
activerecord (= 3.2.17)
117-
activeresource (= 3.2.17)
118-
activesupport (= 3.2.17)
119-
bundler (~> 1.0)
120-
railties (= 3.2.17)
121-
railties (3.2.17)
122-
actionpack (= 3.2.17)
123-
activesupport (= 3.2.17)
124-
rack-ssl (~> 1.3.2)
122+
rails (4.1.1)
123+
actionmailer (= 4.1.1)
124+
actionpack (= 4.1.1)
125+
actionview (= 4.1.1)
126+
activemodel (= 4.1.1)
127+
activerecord (= 4.1.1)
128+
activesupport (= 4.1.1)
129+
bundler (>= 1.3.0, < 2.0)
130+
railties (= 4.1.1)
131+
sprockets-rails (~> 2.0)
132+
rails-observers (0.1.2)
133+
activemodel (~> 4.0)
134+
railties (4.1.1)
135+
actionpack (= 4.1.1)
136+
activesupport (= 4.1.1)
125137
rake (>= 0.8.7)
126-
rdoc (~> 3.4)
127-
thor (>= 0.14.6, < 2.0)
138+
thor (>= 0.18.1, < 2.0)
128139
raindrops (0.13.0)
129-
rake (10.3.1)
140+
rake (10.3.2)
130141
rb-readline (0.5.1)
131-
rdoc (3.12.2)
132-
json (~> 1.4)
133142
ref (1.0.5)
134-
request_store (1.0.5)
135-
rspec-core (2.14.8)
136-
rspec-expectations (2.14.5)
137-
diff-lcs (>= 1.1.3, < 2.0)
138-
rspec-mocks (2.14.6)
139-
rspec-rails (2.14.2)
143+
request_store (1.0.6)
144+
rspec-core (3.0.2)
145+
rspec-support (~> 3.0.0)
146+
rspec-expectations (3.0.2)
147+
diff-lcs (>= 1.2.0, < 2.0)
148+
rspec-support (~> 3.0.0)
149+
rspec-mocks (3.0.2)
150+
rspec-support (~> 3.0.0)
151+
rspec-rails (3.0.1)
140152
actionpack (>= 3.0)
141-
activemodel (>= 3.0)
142153
activesupport (>= 3.0)
143154
railties (>= 3.0)
144-
rspec-core (~> 2.14.0)
145-
rspec-expectations (~> 2.14.0)
146-
rspec-mocks (~> 2.14.0)
147-
sass (3.3.6)
148-
sass-rails (3.2.6)
149-
railties (~> 3.2.0)
150-
sass (>= 3.1.10)
151-
tilt (~> 1.3)
155+
rspec-core (~> 3.0.0)
156+
rspec-expectations (~> 3.0.0)
157+
rspec-mocks (~> 3.0.0)
158+
rspec-support (~> 3.0.0)
159+
rspec-support (3.0.2)
160+
sass (3.2.19)
161+
sass-rails (4.0.3)
162+
railties (>= 4.0.0, < 5.0)
163+
sass (~> 3.2.0)
164+
sprockets (~> 2.8, <= 2.11.0)
165+
sprockets-rails (~> 2.0)
152166
scrypt (1.2.1)
153167
ffi-compiler (>= 0.0.2)
154168
rake
@@ -160,15 +174,17 @@ GEM
160174
slim (2.0.2)
161175
temple (~> 0.6.6)
162176
tilt (>= 1.3.3, < 2.1)
163-
sprockets (2.2.2)
177+
sprockets (2.11.0)
164178
hike (~> 1.2)
165179
multi_json (~> 1.0)
166180
rack (~> 1.0)
167181
tilt (~> 1.1, != 1.3.0)
182+
sprockets-rails (2.1.3)
183+
actionpack (>= 3.0)
184+
activesupport (>= 3.0)
185+
sprockets (~> 2.8)
168186
sqlite3 (1.3.9)
169187
temple (0.6.7)
170-
themes_for_rails (0.5.1)
171-
rails (>= 3.0.0)
172188
therubyracer (0.12.1)
173189
libv8 (~> 3.16.14.0)
174190
ref
@@ -177,15 +193,17 @@ GEM
177193
eventmachine (>= 1.0.0)
178194
rack (>= 1.0.0)
179195
thor (0.19.1)
196+
thread_safe (0.3.4)
180197
tilt (1.4.1)
181198
treetop (1.4.15)
182199
polyglot
183200
polyglot (>= 0.3.1)
184-
tzinfo (0.3.39)
185-
uglifier (2.5.0)
201+
tzinfo (1.2.1)
202+
thread_safe (~> 0.1)
203+
uglifier (2.5.1)
186204
execjs (>= 0.3.0)
187205
json (>= 1.8.0)
188-
unicorn (4.8.2)
206+
unicorn (4.8.3)
189207
kgio (~> 2.6)
190208
rack
191209
raindrops (~> 0.7)
@@ -199,6 +217,8 @@ PLATFORMS
199217
ruby
200218

201219
DEPENDENCIES
220+
actionpack-action_caching
221+
activeresource
202222
authlogic
203223
bcrypt
204224
capybara
@@ -211,17 +231,19 @@ DEPENDENCIES
211231
minitest
212232
mysql2
213233
poltergeist
234+
protected_attributes
214235
psych
215236
quiet_assets
216-
rails (= 3.2.17)
237+
rails (~> 4.1.1)
238+
rails-observers
217239
rb-readline
218240
rspec-rails
219-
sass-rails
241+
sass-rails (~> 4.0.3)
220242
scrypt
221243
simplecov
222244
slim
223245
sqlite3
224-
themes_for_rails
246+
themes_for_rails!
225247
therubyracer
226248
thin
227249
thor

Makefile

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11

22
bundle:
3-
bundle install --without test --path vendor/bundle --binstubs bin/ --deployment
4-
(cd vendor/bundle/ruby/gems/; find . -type f -exec grep -l '/this/will/be/overwritten/or/wrapped/anyways/do/not/worry/ruby' {} \; | xargs sed -i -e 's|/this/will/be/overwritten/or/wrapped/anyways/do/not/worry/ruby|/usr/bin/ruby|') || true
3+
/usr/bin/bundle install --without test --path vendor/bundle --binstubs bin/ --deployment
4+
(cd vendor/bundle/ruby/ && find . -type f -exec grep -l '/usr/bin/ruby' {} \; | xargs sed -i -e 's|/usr/bin/ruby|/usr/bin/ruby|') || true
5+
# clean up things that are not needed at run time
6+
(cd vendor/bundle/ruby/ && rm -rf cache) || true
7+
(cd vendor/bundle/ruby/gems && rm -rf rails-*/guides */spec */doc */doc-api) || true
8+
(cd vendor/bundle/ruby/gems && rm -rf */test */tests) || true
9+
(cd vendor/bundle/ruby/ && find . \( -name '*.[coa]' -or -name '*.cc' -or -name '*.md' -or -name '.git' \) -exec rm -rf {} \;) || true
510

611
distclean: clean
712
rm -rf vendor/bundle

app/assets/images/logo16x16.png

3 Bytes
Loading

app/assets/images/rails.png

-6.49 KB
Binary file not shown.

app/assets/javascripts/application.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
//= require lib/application
1414
//= require lib/templates
1515
//= require lib/smart-links
16-
16+
//= require lib/debug
1717
//= require spinner

0 commit comments

Comments
 (0)