Finish layout and routes
Showing
| ... | @@ -14,6 +14,7 @@ gem 'coffee-rails', '~> 4.1.0' | ... | @@ -14,6 +14,7 @@ gem 'coffee-rails', '~> 4.1.0' |
| # Use jquery as the JavaScript library | # Use jquery as the JavaScript library | ||
| gem 'jquery-rails' | gem 'jquery-rails' | ||
| gem 'bootstrap-sass', '2.3.2.0' | |||
| # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks | # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks | ||
| gem 'turbolinks' | gem 'turbolinks' | ||
| # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder | # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder | ||
| ... | ... |
app/assets/images/rails.png
0 → 100644
27.5 KB
app/assets/javascripts/users.coffee
0 → 100644
app/assets/stylesheets/custom.css.scss
0 → 100644
app/assets/stylesheets/users.scss
0 → 100644
app/controllers/users_controller.rb
0 → 100644
app/helpers/users_helper.rb
0 → 100644
app/views/layouts/_footer.html.erb
0 → 100644
app/views/layouts/_header.html.erb
0 → 100644
app/views/layouts/_shim.html.erb
0 → 100644
app/views/static_pages/contact.html.erb
0 → 100644
app/views/users/new.html.erb
0 → 100644
spec/requests/user_pages_spec.rb
0 → 100644
spec/support/utilities.rb
0 → 100644
Please
register
or
sign in
to comment