File tree Expand file tree Collapse file tree 4 files changed +19
-7
lines changed
Expand file tree Collapse file tree 4 files changed +19
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ ruby '2.2.0'
55gem 'rails' , '4.2.1'
66# Use SCSS for stylesheets
77gem 'sass-rails' , '~> 5.0'
8- gem 'compass-rails' , '~> 2.0.4'
98# Use Uglifier as compressor for JavaScript assets
109gem 'uglifier' , '>= 1.3.0'
1110# Use CoffeeScript for .coffee assets and views
@@ -42,6 +41,9 @@ gem 'devise', '~> 3.5.1'
4241gem 'paperclip' , '~> 4.3.0'
4342gem 'aws-sdk' , '< 2.0'
4443
44+ gem 'compass-rails' , '~> 2.0.4'
45+ gem 'slim-rails' , '~> 3.0.1'
46+
4547group :development , :test do
4648 # Call 'byebug' anywhere in the code to stop execution and get a debugger console
4749 gem 'byebug'
Original file line number Diff line number Diff line change 184184 simple_form (3.1.0 )
185185 actionpack (~> 4.0 )
186186 activemodel (~> 4.0 )
187+ slim (3.0.6 )
188+ temple (~> 0.7.3 )
189+ tilt (>= 1.3.3 , < 2.1 )
190+ slim-rails (3.0.1 )
191+ actionmailer (>= 3.1 , < 5.0 )
192+ actionpack (>= 3.1 , < 5.0 )
193+ activesupport (>= 3.1 , < 5.0 )
194+ railties (>= 3.1 , < 5.0 )
195+ slim (~> 3.0 )
187196 spring (1.3.6 )
188197 sprockets (2.12.3 )
189198 hike (~> 1.2 )
195204 activesupport (>= 3.0 )
196205 sprockets (>= 2.8 , < 4.0 )
197206 sqlite3 (1.3.10 )
207+ temple (0.7.6 )
198208 thor (0.19.1 )
199209 thread_safe (0.3.5 )
200210 tilt (1.4.1 )
@@ -237,6 +247,7 @@ DEPENDENCIES
237247 sdoc (~> 0.4.0 )
238248 seed-fu (~> 2.3.5 )
239249 simple_form
250+ slim-rails (~> 3.0.1 )
240251 spring
241252 sqlite3
242253 turbolinks
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ h2 Home
2+
3+ ul
4+ li = link_to ' ユーザ一覧' , users_path
5+ li = link_to ' イベント一覧' , events_path
You can’t perform that action at this time.
0 commit comments